OSDN Git Service

Add OpenBSD/m68k support.
authorMark Kettenis <kettenis@gnu.org>
Fri, 30 Apr 2004 23:28:52 +0000 (23:28 +0000)
committerMark Kettenis <kettenis@gnu.org>
Fri, 30 Apr 2004 23:28:52 +0000 (23:28 +0000)
commit5bd15c107c192c4fbd872c7cacd07e89c5b4eaa2
treee6541236c51cb9f141c6267e2e21006285438307
parent0f935c4068d35bab21d8823452bcf754a7ed1b51
Add OpenBSD/m68k support.
* NEWS (New native configurations): Mention OpenBSD/m68k.
* m68kbsd-tdep.c: New file.
* m68kbsd-nat.c: New file.
* Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
(m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
* configure.host: Add m68k-*-openbsd.
* configure.tgt: Add m68k-*-openbsd.
* config/m68k/tm-obsd.h: New file.
* config/m68k/obsd.mt: New file.
* config/m68k/obsd.mh: New file.
* config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
m68kbsd-tdep.c.
gdb/ChangeLog
gdb/Makefile.in
gdb/NEWS
gdb/config/djgpp/fnchange.lst
gdb/config/m68k/obsd.mh [new file with mode: 0644]
gdb/config/m68k/obsd.mt [new file with mode: 0644]
gdb/config/m68k/tm-obsd.h [new file with mode: 0644]
gdb/configure.host
gdb/configure.tgt
gdb/m68kbsd-nat.c [new file with mode: 0644]
gdb/m68kbsd-tdep.c [new file with mode: 0644]