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 | 8f2d3ea0006e69b704208e27f31171c135a6e473 (patch) | |
tree | deddc5745c7b13b7654fb8987bb86362dbbaf8b1 /gdb/configure.host | |
parent | c40f49a4cd5125955faee6a98c692e40d12793bb (diff) | |
download | gdb-8f2d3ea0006e69b704208e27f31171c135a6e473.zip gdb-8f2d3ea0006e69b704208e27f31171c135a6e473.tar.gz gdb-8f2d3ea0006e69b704208e27f31171c135a6e473.tar.bz2 |
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 8839dc4..831e786 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 ;; |