aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.host
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-05-04 23:47:15 +0000
committerMark Kettenis <kettenis@gnu.org>2004-05-04 23:47:15 +0000
commit827f338d26249fc3e9e8798baa7f50c922c6875f (patch)
tree04a3fbb14a8fef901932ab32a25349481e09ce34 /gdb/configure.host
parent619874a6bd0cc10b0562fde77f546c0dd8c99f19 (diff)
downloadgdb-827f338d26249fc3e9e8798baa7f50c922c6875f.zip
gdb-827f338d26249fc3e9e8798baa7f50c922c6875f.tar.gz
gdb-827f338d26249fc3e9e8798baa7f50c922c6875f.tar.bz2
* m68knbsd-nat.c: Remove file.
* m68knbsd-tdep.c: Remove file. * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove dependencies. * configure.host: Add m68k-*-netbsdelf*. * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd. * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o, solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o. (XM_FILE): Remove. * config/m68k/nbsdelf.mh: New file. * config/m68k/nbsd.mt: New file. * config/m68k/nbsdaout.mt: Remove file. * config/m68k/tm-nbsd.h: Don't include <sys/param.h>, <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h". (BPT_VECTOR, STACK_END_ADDR): Remove defines. (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise. (use_struct_convention): Remove prototype. (USE_STRUCT_CONVENTION): Remove define. * config/m68k/xm-nbsd.h: Remove file.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r--gdb/configure.host1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.host b/gdb/configure.host
index 831e786..46e5fcc 100644
--- a/gdb/configure.host
+++ b/gdb/configure.host
@@ -84,6 +84,7 @@ ia64-*-aix*) gdb_host=aix ;;
ia64-*-linux*) gdb_host=linux ;;
m68*-*-linux*) gdb_host=linux ;;
+m68*-*-netbsdelf*) gdb_host=nbsdelf ;;
m68*-*-netbsd*) gdb_host=nbsdaout ;;
m68*-*-openbsd*) gdb_host=obsd ;;