Add NetBSD/amd64 native configuration:
authorMark Kettenis <kettenis@gnu.org>
Sat, 18 Oct 2003 18:41:22 +0000 (18:41 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sat, 18 Oct 2003 18:41:22 +0000 (18:41 +0000)
commitcced5e27e61ec91c00eecd61b48096f7e49b7141
tree484866ad5e8755a1cde09bc72512daf41c291fa9
parent89b7466f7671017df5609bcbfcf2e6d836517535
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
This page took 0.026236 seconds and 4 git commands to generate.