diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-04-30 23:28:52 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-04-30 23:28:52 +0000 |
commit | 5bd15c107c192c4fbd872c7cacd07e89c5b4eaa2 (patch) | |
tree | e6541236c51cb9f141c6267e2e21006285438307 /gdb/configure.host | |
parent | 0f935c4068d35bab21d8823452bcf754a7ed1b51 (diff) | |
download | gdb-5bd15c107c192c4fbd872c7cacd07e89c5b4eaa2.tar.gz |
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.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index 8839dc4395a..831e7861afe 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -85,6 +85,7 @@ ia64-*-linux*) gdb_host=linux ;; m68*-*-linux*) gdb_host=linux ;; m68*-*-netbsd*) gdb_host=nbsdaout ;; +m68*-*-openbsd*) gdb_host=obsd ;; mips-sgi-irix5*) gdb_host=irix5 ;; mips-sgi-irix6*) gdb_host=irix6 ;; |