OSDN Git Service

Add NetBSD/amd64 native configuration:
authorkettenis <kettenis>
Sat, 18 Oct 2003 18:41:21 +0000 (18:41 +0000)
committerkettenis <kettenis>
Sat, 18 Oct 2003 18:41:21 +0000 (18:41 +0000)
commit62949308f4fe628e32234dd275ad16b2ea7082cd
treefc674722f8c9a482c0d71acd306d36889fd7c30d
parentd9e50cd95d06b7ff0066f1668ea703d2e627a3ae
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.
gdb/ChangeLog
gdb/Makefile.in
gdb/NEWS
gdb/amd64bsd-nat.c [new file with mode: 0644]
gdb/amd64nbsd-nat.c [new file with mode: 0644]
gdb/amd64nbsd-tdep.c [new file with mode: 0644]
gdb/config/i386/nbsd64.mh [new file with mode: 0644]
gdb/config/i386/nbsd64.mt [new file with mode: 0644]
gdb/configure.host
gdb/configure.tgt
gdb/x86-64-tdep.h