* amd64-tdep.h: Renamed from x86-64-tdep.h.
authorMark Kettenis <kettenis@gnu.org>
Wed, 25 Feb 2004 20:45:31 +0000 (20:45 +0000)
committerMark Kettenis <kettenis@gnu.org>
Wed, 25 Feb 2004 20:45:31 +0000 (20:45 +0000)
commit9c1488cbbce26c9b9bdf5d0f9d515c272a6dc48c
treee2207e2678b98497e5c5a01503e0998e9aa7e063
parent4b8dad4a1e2d5d5c91b6ec087211b213a18d4396
* amd64-tdep.h: Renamed from x86-64-tdep.h.
* amd64-tdep.c: Renamed from x86-64-tdep.c.  Include
"amd64-tdep.h" instead of "x86-64-tdep.h".
* amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
* amd64-linux-tdep.h: Renamed from x86-64-linux.h.
* amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c.  Include
"amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
and "x86-64-tdep.c".
* amd64-linux-nat.c: Renamed from x86-64-linux-nat.c.  Include
"amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
and "x86-64-tdep.c".
* amd64bsd-nat.c: Update copyright year.
Include "amd64-tdep.h" instead of "x86-64-tdep.h".
* amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
"x86-64-tdep.h".
* amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
"x86-64-tdep.h".
* amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
"x86-64-tdep.h".
* amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
"x86-64-tdep.h".
* amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
"x86-64-tdep.h".
* amd64obsd-nat.c: Include "amd64-tdep.h" instead of
"x86-64-tdep.h".
* configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
* configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
* Makefile.in (amd64_linux_tdep_h): Renamed from
x86_64_linux_tdep_h.
(amd64_tdep_h): Renamed from x86_64_tdep_h.
(amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
(amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
(amd64obsd-tdep.o): Update dependencies.
(amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
dependencies.
(x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
dependencies.
(ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
amd64-linux-nat.c amd64-linux-tdep.c.
* config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
* config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
* config/i386/linux64.mt: Renamed from x86-64linux.mt.
(TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
amd64-tdep.o and amd64-linux-tdep.o.
(TM_FILE): Set to tm-linux64.h.
* config/i386/linux64.mh: Renamed from x86-64linux.mh.
(NAT_FILE): Set to nm-linux64.h.
(NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
* config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
amd64-tdep.o.
* config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
amd64-tdep.o.
* config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
amd64-tdep.o.
25 files changed:
gdb/ChangeLog
gdb/Makefile.in
gdb/amd64-linux-nat.c [new file with mode: 0644]
gdb/amd64-linux-tdep.c [new file with mode: 0644]
gdb/amd64-linux-tdep.h [new file with mode: 0644]
gdb/amd64-tdep.c [new file with mode: 0644]
gdb/amd64-tdep.h [new file with mode: 0644]
gdb/config/i386/fbsd64.mt
gdb/config/i386/linux64.mh [new file with mode: 0644]
gdb/config/i386/linux64.mt [new file with mode: 0644]
gdb/config/i386/nbsd64.mt
gdb/config/i386/nm-linux64.h [new file with mode: 0644]
gdb/config/i386/nm-x86-64linux.h [deleted file]
gdb/config/i386/obsd64.mt
gdb/config/i386/tm-linux64.h [new file with mode: 0644]
gdb/config/i386/tm-x86-64linux.h [deleted file]
gdb/config/i386/x86-64linux.mh [deleted file]
gdb/config/i386/x86-64linux.mt [deleted file]
gdb/configure.host
gdb/configure.tgt
gdb/x86-64-linux-nat.c [deleted file]
gdb/x86-64-linux-tdep.c [deleted file]
gdb/x86-64-linux-tdep.h [deleted file]
gdb/x86-64-tdep.c [deleted file]
gdb/x86-64-tdep.h [deleted file]
This page took 0.026192 seconds and 4 git commands to generate.