summaryrefslogtreecommitdiff
path: root/gdb/configure.host
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2003-10-18 18:41:22 +0000
committerMark Kettenis <kettenis@gnu.org>2003-10-18 18:41:22 +0000
commitae5db072725311b01460bc0f1d5f3d7f35fca857 (patch)
treeb924a30e75433076fa73ce23e4187f319674e319 /gdb/configure.host
parent0aab980b895bc07f26947e485e070bb5e4f83cb4 (diff)
downloadgdb-ae5db072725311b01460bc0f1d5f3d7f35fca857.tar.gz
Add NetBSD/amd64 native configuration:
* x86-64-tdep.h (amd64nbsd_r_reg_offset): Add extern declarations. * amd64nbsd-tdep.c: New file. * amd64nbsd-nat.c: New file. * amd64bsd-nat.c: New file. * config/i386/nbsd64.mh: New file. * config/i386/nbsd64.mt: New file. * configure.host: Add x86_64-*-netbsd*. * configure.tgt: Add x86_64-*-netbsd*. * Makefile.in (amd64bsd-nat.o, amd64nbsd-nat.o, amd64nbsd-tdep.o): New targets. * NEWS (New native configurations): Mention NetBSD/amd64.
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 4e53ef4e45e..1c0f9c70044 100644
--- a/gdb/configure.host
+++ b/gdb/configure.host
@@ -145,5 +145,6 @@ vax-*-ultrix*) gdb_host=vaxult ;;
x86_64-*-linux*) gdb_host=x86-64linux ;;
x86_64-*-freebsd*) gdb_host=fbsd64 ;;
+x86_64-*-netbsd*) gdb_host=nbsd64 ;;
esac