Normalize names of some source files

Most tdep/nat files are named:

  <cpu>-<os>-tdep.c
  <cpu>-<os>-nat.c

A few files do not respect this scheme.  This patch renames them so that
they are consistent with the rest of the files.  It builds fine with
--enable-targets=all, but that doesn't test the nat files.  I can only
hope that my grep skill is good enough.

gdb/ChangeLog:

	* Makefile.in (ALL_64_TARGET_OBS, ALL_TARGET_OBS,
	HFILES_NO_SRCDIR, ALLDEPFILES): Rename files.
	* alphabsd-nat.c: Rename to ...
	* alpha-bsd-nat.c: ... this, adjust include.
	* alphabsd-tdep.c: Rename to ...
	* alpha-bsd-tdep.c: ... this, adjust include.
	* alphabsd-tdep.h: Rename to ...
	* alpha-bsd-tdep.h: ... this, adjust include barrier and comment.
	* alphafbsd-tdep.c: Rename to ...
	* alpha-fbsd-tdep.c: ... this.
	* alphanbsd-tdep.c: Rename to ...
	* alpha-nbsd-tdep.c: ... this, adjust include.
	* alphaobsd-tdep.c: Rename to ...
	* alpha-obsd-tdep.c: ... this, adjust include.
	* amd64bsd-nat.c: Rename to ...
	* amd64-bsd-nat.c: ... this, adjust include.
	* amd64fbsd-nat.c: Rename to ...
	* amd64-fbsd-nat.c: ... this, adjust include.
	* amd64fbsd-tdep.c: Rename to ...
	* amd64-fbsd-tdep.c: ... this, adjust include.
	* amd64nbsd-nat.c: Rename to ...
	* amd64-nbsd-nat.c: ... this.
	* amd64nbsd-tdep.c: Rename to ...
	* amd64-nbsd-tdep.c: ... this.
	* amd64obsd-nat.c: Rename to ...
	* amd64-obsd-nat.c: ... this.
	* amd64obsd-tdep.c: Rename to ...
	* amd64-obsd-tdep.c: ... this.
	* amd64-tdep.h: Update comments.
	* armbsd-tdep.c: Rename to ...
	* arm-bsd-tdep.c: ... this.
	* armnbsd-nat.c: Rename to ...
	* arm-nbsd-nat.c: ... this.
	* armnbsd-tdep.c: Rename to ...
	* arm-nbsd-tdep.c: ... this.
	* armobsd-tdep.c: Rename to ...
	* arm-obsd-tdep.c: ... this.
	* arm-tdep.h: Update comments.
	* hppabsd-tdep.c: Rename to ...
	* hppa-bsd-tdep.c: ... this, adjust include.
	* hppabsd-tdep.h: Rename to ...
	* hppa-bsd-tdep.h: ... this, adjust include barrier and comment.
	* hppanbsd-nat.c: Rename to ...
	* hppa-nbsd-nat.c: ... this.
	* hppanbsd-tdep.c: Rename to ...
	* hppa-nbsd-tdep.c: ... this, adjust include.
	* hppaobsd-nat.c: Rename to ...
	* hppa-obsd-nat.c: ... this.
	* hppaobsd-tdep.c: Rename to ...
	* hppa-obsd-tdep.c: ... this, adjust include.
	* i386bsd-nat.c: Rename to ...
	* i386-bsd-nat.c: ... this, adjust include.
	* i386bsd-nat.h: Rename to ...
	* i386-bsd-nat.h: ... this, adjust include barrier and comment.
	* i386bsd-tdep.c: Rename to ...
	* i386-bsd-tdep.c: ... this.
	* i386fbsd-nat.c: Rename to ...
	* i386-fbsd-nat.c: ... this, adjust include.
	* i386fbsd-tdep.c: Rename to ...
	* i386-fbsd-tdep.c: ... this, adjust include.
	* i386fbsd-tdep.h: Rename to ...
	* i386-fbsd-tdep.h: ... this, adjust include barrier and comment.
	* i386gnu-nat.c: Rename to ...
	* i386-gnu-nat.c: ... this.
	* i386gnu-tdep.c: Rename to ...
	* i386-gnu-tdep.c: ... this.
	* i386nbsd-nat.c: Rename to ...
	* i386-nbsd-nat.c: ... this, adjust include.
	* i386nbsd-tdep.c: Rename to ...
	* i386-nbsd-tdep.c: ... this.
	* i386obsd-nat.c: Rename to ...
	* i386-obsd-nat.c: ... this, adjust include.
	* i386obsd-tdep.c: Rename to ...
	* i386-obsd-tdep.c: ... this.
	* i386v4-nat.c: Rename to ...
	* i386-v4-nat.c: ... this.
	* i386-tdep.h: Update comments.
	* m68k-tdep.h: Update comments.
	* m68kbsd-nat.c: Rename to ...
	* m68k-bsd-nat.c: ... this.
	* m68kbsd-tdep.c: Rename to ...
	* m68k-bsd-tdep.c: ... this.
	* m68klinux-nat.c: Rename to ...
	* m68k-linux-nat.c: ... this.
	* m68klinux-tdep.c: Rename to ...
	* m68k-linux-tdep.c: ... this.
	* m88kbsd-nat.c: Rename to ...
	* m88k-bsd-nat.c: ... this.
	* mipsnbsd-nat.c: Rename to ...
	* mips-nbsd-nat.c: ... this, adjust include.
	* mipsnbsd-tdep.c: Rename to ...
	* mips-nbsd-tdep.c: ... this, adjust include.
	* mipsnbsd-tdep.h: Rename to ...
	* mips-nbsd-tdep.h: ... this, adjust include barrier and comment.
	* mips64obsd-nat.c: Rename to ...
	* mips64-obsd-nat.c: ... this.
	* mips64obsd-tdep.c: Rename to ...
	* mips64-obsd-tdep.c: ... this.
	* ppcfbsd-nat.c: Rename to ...
	* ppc-fbsd-nat.c: ... this, adjust include.
	* ppcfbsd-tdep.c: Rename to ...
	* ppc-fbsd-tdep.c: ... this, adjust include.
	* ppcfbsd-tdep.h: Rename to ...
	* ppc-fbsd-tdep.h: ... this, adjust include barrier and comment.
	* ppcnbsd-nat.c: Rename to ...
	* ppc-nbsd-nat.c: ... this, adjust include.
	* ppcnbsd-tdep.c: Rename to ...
	* ppc-nbsd-tdep.c: ... this, adjust include.
	* ppcnbsd-tdep.h: Rename to ...
	* ppc-nbsd-tdep.h: ... this, adjust include barrier and comment.
	* ppcobsd-nat.c: Rename to ...
	* ppc-obsd-nat.c: ... this, adjust include.
	* ppcobsd-tdep.c: Rename to ...
	* ppc-obsd-tdep.c: ... this, adjust include.
	* ppcobsd-tdep.h: Rename to ...
	* ppc-obsd-tdep.h: ... this, adjust include barrier and comment.
	* shnbsd-nat.c: Rename to ...
	* sh-nbsd-nat.c: ... this.
	* shnbsd-tdep.c: Rename to ...
	* sh-nbsd-tdep.c: ... this.
	* sparcnbsd-nat.c: Rename to ...
	* sparc-nbsd-nat.c: ... this.
	* sparcnbsd-tdep.c: Rename to ...
	* sparc-nbsd-tdep.c: ... this.
	* sparcobsd-tdep.c: Rename to ...
	* sparc-obsd-tdep.c: ... this.
	* sparc64fbsd-nat.c: Rename to ...
	* sparc64-fbsd-nat.c: ... this.
	* sparc64fbsd-tdep.c: Rename to ...
	* sparc64-fbsd-tdep.c: ... this.
	* sparc64nbsd-nat.c: Rename to ...
	* sparc64-nbsd-nat.c: ... this.
	* sparc64nbsd-tdep.c: Rename to ...
	* sparc64-nbsd-tdep.c: ... this.
	* sparc64obsd-nat.c: Rename to ...
	* sparc64-obsd-nat.c: ... this.
	* sparc64obsd-tdep.c: Rename to ...
	* sparc64-obsd-tdep.c: ... this.
	* sparc64-tdep.h: Update comments.
	* vaxbsd-nat.c: Rename to ...
	* vax-bsd-nat.c: ... this.
	* vaxnbsd-tdep.c: Rename to ...
	* vax-nbsd-tdep.c: ... this.
	* vaxobsd-tdep.c: Rename to ...
	* vax-obsd-tdep.c: ... this.
	* x86bsd-nat.h: Rename to ...
	* x86-bsd-nat.h: ... this, adjust include barrier and comment.
	* x86bsd-nat.c: Rename to ...
	* x86-bsd-nat.c: ... this, adjust include.
	* configure.tgt: Update renamed files.
	* config/alpha/fbsd.mh: Update renamed files.
	* config/alpha/nbsd.mh: Update renamed files.
	* config/arm/nbsdelf.mh: Update renamed files.
	* config/djgpp/fnchange.lst: Update renamed files.
	* config/i386/fbsd.mh: Update renamed files.
	* config/i386/fbsd64.mh: Update renamed files.
	* config/i386/i386gnu.mh: Update renamed files.
	* config/i386/i386sol2.mh: Update renamed files.
	* config/i386/nbsd64.mh: Update renamed files.
	* config/i386/nbsdelf.mh: Update renamed files.
	* config/i386/obsd.mh: Update renamed files.
	* config/i386/obsd64.mh: Update renamed files.
	* config/i386/sol2-64.mh: Update renamed files.
	* config/m68k/linux.mh: Update renamed files.
	* config/m68k/nbsdelf.mh: Update renamed files.
	* config/m68k/obsd.mh: Update renamed files.
	* config/m88k/obsd.mh: Update renamed files.
	* config/mips/nbsd.mh: Update renamed files.
	* config/mips/obsd64.mh: Update renamed files.
	* config/pa/nbsd.mh: Update renamed files.
	* config/pa/obsd.mh: Update renamed files.
	* config/powerpc/fbsd.mh: Update renamed files.
	* config/powerpc/nbsd.mh: Update renamed files.
	* config/powerpc/obsd.mh: Update renamed files.
	* config/sh/nbsd.mh: Update renamed files.
	* config/sparc/fbsd.mh: Update renamed files.
	* config/sparc/nbsd64.mh: Update renamed files.
	* config/sparc/nbsdelf.mh: Update renamed files.
	* config/sparc/obsd64.mh: Update renamed files.
	* config/vax/nbsdelf.mh: Update renamed files.
	* config/vax/obsd.mh: Update renamed files.
This commit is contained in:
Simon Marchi
2016-11-22 16:14:24 -05:00
committed by Simon Marchi
parent b593ecca85
commit 03b62bbbce
110 changed files with 471 additions and 287 deletions

View File

@@ -1,3 +1,187 @@
2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
* Makefile.in (ALL_64_TARGET_OBS, ALL_TARGET_OBS,
HFILES_NO_SRCDIR, ALLDEPFILES): Rename files.
* alphabsd-nat.c: Rename to ...
* alpha-bsd-nat.c: ... this, adjust include.
* alphabsd-tdep.c: Rename to ...
* alpha-bsd-tdep.c: ... this, adjust include.
* alphabsd-tdep.h: Rename to ...
* alpha-bsd-tdep.h: ... this, adjust include barrier and comment.
* alphafbsd-tdep.c: Rename to ...
* alpha-fbsd-tdep.c: ... this.
* alphanbsd-tdep.c: Rename to ...
* alpha-nbsd-tdep.c: ... this, adjust include.
* alphaobsd-tdep.c: Rename to ...
* alpha-obsd-tdep.c: ... this, adjust include.
* amd64bsd-nat.c: Rename to ...
* amd64-bsd-nat.c: ... this, adjust include.
* amd64fbsd-nat.c: Rename to ...
* amd64-fbsd-nat.c: ... this, adjust include.
* amd64fbsd-tdep.c: Rename to ...
* amd64-fbsd-tdep.c: ... this, adjust include.
* amd64nbsd-nat.c: Rename to ...
* amd64-nbsd-nat.c: ... this.
* amd64nbsd-tdep.c: Rename to ...
* amd64-nbsd-tdep.c: ... this.
* amd64obsd-nat.c: Rename to ...
* amd64-obsd-nat.c: ... this.
* amd64obsd-tdep.c: Rename to ...
* amd64-obsd-tdep.c: ... this.
* amd64-tdep.h: Update comments.
* armbsd-tdep.c: Rename to ...
* arm-bsd-tdep.c: ... this.
* armnbsd-nat.c: Rename to ...
* arm-nbsd-nat.c: ... this.
* armnbsd-tdep.c: Rename to ...
* arm-nbsd-tdep.c: ... this.
* armobsd-tdep.c: Rename to ...
* arm-obsd-tdep.c: ... this.
* arm-tdep.h: Update comments.
* hppabsd-tdep.c: Rename to ...
* hppa-bsd-tdep.c: ... this, adjust include.
* hppabsd-tdep.h: Rename to ...
* hppa-bsd-tdep.h: ... this, adjust include barrier and comment.
* hppanbsd-nat.c: Rename to ...
* hppa-nbsd-nat.c: ... this.
* hppanbsd-tdep.c: Rename to ...
* hppa-nbsd-tdep.c: ... this, adjust include.
* hppaobsd-nat.c: Rename to ...
* hppa-obsd-nat.c: ... this.
* hppaobsd-tdep.c: Rename to ...
* hppa-obsd-tdep.c: ... this, adjust include.
* i386bsd-nat.c: Rename to ...
* i386-bsd-nat.c: ... this, adjust include.
* i386bsd-nat.h: Rename to ...
* i386-bsd-nat.h: ... this, adjust include barrier and comment.
* i386bsd-tdep.c: Rename to ...
* i386-bsd-tdep.c: ... this.
* i386fbsd-nat.c: Rename to ...
* i386-fbsd-nat.c: ... this, adjust include.
* i386fbsd-tdep.c: Rename to ...
* i386-fbsd-tdep.c: ... this, adjust include.
* i386fbsd-tdep.h: Rename to ...
* i386-fbsd-tdep.h: ... this, adjust include barrier and comment.
* i386gnu-nat.c: Rename to ...
* i386-gnu-nat.c: ... this.
* i386gnu-tdep.c: Rename to ...
* i386-gnu-tdep.c: ... this.
* i386nbsd-nat.c: Rename to ...
* i386-nbsd-nat.c: ... this, adjust include.
* i386nbsd-tdep.c: Rename to ...
* i386-nbsd-tdep.c: ... this.
* i386obsd-nat.c: Rename to ...
* i386-obsd-nat.c: ... this, adjust include.
* i386obsd-tdep.c: Rename to ...
* i386-obsd-tdep.c: ... this.
* i386v4-nat.c: Rename to ...
* i386-v4-nat.c: ... this.
* i386-tdep.h: Update comments.
* m68k-tdep.h: Update comments.
* m68kbsd-nat.c: Rename to ...
* m68k-bsd-nat.c: ... this.
* m68kbsd-tdep.c: Rename to ...
* m68k-bsd-tdep.c: ... this.
* m68klinux-nat.c: Rename to ...
* m68k-linux-nat.c: ... this.
* m68klinux-tdep.c: Rename to ...
* m68k-linux-tdep.c: ... this.
* m88kbsd-nat.c: Rename to ...
* m88k-bsd-nat.c: ... this.
* mipsnbsd-nat.c: Rename to ...
* mips-nbsd-nat.c: ... this, adjust include.
* mipsnbsd-tdep.c: Rename to ...
* mips-nbsd-tdep.c: ... this, adjust include.
* mipsnbsd-tdep.h: Rename to ...
* mips-nbsd-tdep.h: ... this, adjust include barrier and comment.
* mips64obsd-nat.c: Rename to ...
* mips64-obsd-nat.c: ... this.
* mips64obsd-tdep.c: Rename to ...
* mips64-obsd-tdep.c: ... this.
* ppcfbsd-nat.c: Rename to ...
* ppc-fbsd-nat.c: ... this, adjust include.
* ppcfbsd-tdep.c: Rename to ...
* ppc-fbsd-tdep.c: ... this, adjust include.
* ppcfbsd-tdep.h: Rename to ...
* ppc-fbsd-tdep.h: ... this, adjust include barrier and comment.
* ppcnbsd-nat.c: Rename to ...
* ppc-nbsd-nat.c: ... this, adjust include.
* ppcnbsd-tdep.c: Rename to ...
* ppc-nbsd-tdep.c: ... this, adjust include.
* ppcnbsd-tdep.h: Rename to ...
* ppc-nbsd-tdep.h: ... this, adjust include barrier and comment.
* ppcobsd-nat.c: Rename to ...
* ppc-obsd-nat.c: ... this, adjust include.
* ppcobsd-tdep.c: Rename to ...
* ppc-obsd-tdep.c: ... this, adjust include.
* ppcobsd-tdep.h: Rename to ...
* ppc-obsd-tdep.h: ... this, adjust include barrier and comment.
* shnbsd-nat.c: Rename to ...
* sh-nbsd-nat.c: ... this.
* shnbsd-tdep.c: Rename to ...
* sh-nbsd-tdep.c: ... this.
* sparcnbsd-nat.c: Rename to ...
* sparc-nbsd-nat.c: ... this.
* sparcnbsd-tdep.c: Rename to ...
* sparc-nbsd-tdep.c: ... this.
* sparcobsd-tdep.c: Rename to ...
* sparc-obsd-tdep.c: ... this.
* sparc64fbsd-nat.c: Rename to ...
* sparc64-fbsd-nat.c: ... this.
* sparc64fbsd-tdep.c: Rename to ...
* sparc64-fbsd-tdep.c: ... this.
* sparc64nbsd-nat.c: Rename to ...
* sparc64-nbsd-nat.c: ... this.
* sparc64nbsd-tdep.c: Rename to ...
* sparc64-nbsd-tdep.c: ... this.
* sparc64obsd-nat.c: Rename to ...
* sparc64-obsd-nat.c: ... this.
* sparc64obsd-tdep.c: Rename to ...
* sparc64-obsd-tdep.c: ... this.
* sparc64-tdep.h: Update comments.
* vaxbsd-nat.c: Rename to ...
* vax-bsd-nat.c: ... this.
* vaxnbsd-tdep.c: Rename to ...
* vax-nbsd-tdep.c: ... this.
* vaxobsd-tdep.c: Rename to ...
* vax-obsd-tdep.c: ... this.
* x86bsd-nat.h: Rename to ...
* x86-bsd-nat.h: ... this, adjust include barrier and comment.
* x86bsd-nat.c: Rename to ...
* x86-bsd-nat.c: ... this, adjust include.
* configure.tgt: Update renamed files.
* config/alpha/fbsd.mh: Update renamed files.
* config/alpha/nbsd.mh: Update renamed files.
* config/arm/nbsdelf.mh: Update renamed files.
* config/djgpp/fnchange.lst: Update renamed files.
* config/i386/fbsd.mh: Update renamed files.
* config/i386/fbsd64.mh: Update renamed files.
* config/i386/i386gnu.mh: Update renamed files.
* config/i386/i386sol2.mh: Update renamed files.
* config/i386/nbsd64.mh: Update renamed files.
* config/i386/nbsdelf.mh: Update renamed files.
* config/i386/obsd.mh: Update renamed files.
* config/i386/obsd64.mh: Update renamed files.
* config/i386/sol2-64.mh: Update renamed files.
* config/m68k/linux.mh: Update renamed files.
* config/m68k/nbsdelf.mh: Update renamed files.
* config/m68k/obsd.mh: Update renamed files.
* config/m88k/obsd.mh: Update renamed files.
* config/mips/nbsd.mh: Update renamed files.
* config/mips/obsd64.mh: Update renamed files.
* config/pa/nbsd.mh: Update renamed files.
* config/pa/obsd.mh: Update renamed files.
* config/powerpc/fbsd.mh: Update renamed files.
* config/powerpc/nbsd.mh: Update renamed files.
* config/powerpc/obsd.mh: Update renamed files.
* config/sh/nbsd.mh: Update renamed files.
* config/sparc/fbsd.mh: Update renamed files.
* config/sparc/nbsd64.mh: Update renamed files.
* config/sparc/nbsdelf.mh: Update renamed files.
* config/sparc/obsd64.mh: Update renamed files.
* config/vax/nbsdelf.mh: Update renamed files.
* config/vax/obsd.mh: Update renamed files.
2016-11-22 Simon Marchi <simon.marchi@polymtl.ca> 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
* Makefile.in: Add comment about file lists ordering. * Makefile.in: Add comment about file lists ordering.

View File

@@ -732,46 +732,46 @@ ALL_64_TARGET_OBS = \
aarch64-linux-tdep.o \ aarch64-linux-tdep.o \
aarch64-newlib-tdep.o \ aarch64-newlib-tdep.o \
aarch64-tdep.o \ aarch64-tdep.o \
alpha-bsd-tdep.o \
alpha-fbsd-tdep.o \
alpha-linux-tdep.o \ alpha-linux-tdep.o \
alpha-mdebug-tdep.o \ alpha-mdebug-tdep.o \
alpha-nbsd-tdep.o \
alpha-obsd-tdep.o \
alpha-tdep.o \ alpha-tdep.o \
alphabsd-tdep.o \
alphafbsd-tdep.o \
alphanbsd-tdep.o \
alphaobsd-tdep.o \
amd64-darwin-tdep.o \ amd64-darwin-tdep.o \
amd64-dicos-tdep.o \ amd64-dicos-tdep.o \
amd64-fbsd-tdep.o \
amd64-linux-tdep.o \ amd64-linux-tdep.o \
amd64-nbsd-tdep.o \
amd64-obsd-tdep.o \
amd64-sol2-tdep.o \ amd64-sol2-tdep.o \
amd64-tdep.o \ amd64-tdep.o \
amd64-windows-tdep.o \ amd64-windows-tdep.o \
amd64fbsd-tdep.o \
amd64nbsd-tdep.o \
amd64obsd-tdep.o \
ia64-linux-tdep.o \ ia64-linux-tdep.o \
ia64-tdep.o \ ia64-tdep.o \
ia64-vms-tdep.o \ ia64-vms-tdep.o \
mips64obsd-tdep.o \ mips64-obsd-tdep.o \
sparc64-fbsd-tdep.o \
sparc64-linux-tdep.o \ sparc64-linux-tdep.o \
sparc64-nbsd-tdep.o \
sparc64-obsd-tdep.o \
sparc64-sol2-tdep.o \ sparc64-sol2-tdep.o \
sparc64-tdep.o \ sparc64-tdep.o
sparc64fbsd-tdep.o \
sparc64nbsd-tdep.o \
sparc64obsd-tdep.o
# All other target-dependent objects files (used with --enable-targets=all). # All other target-dependent objects files (used with --enable-targets=all).
ALL_TARGET_OBS = \ ALL_TARGET_OBS = \
arc-tdep.o \ arc-tdep.o \
arm.o \ arm.o \
arm-bsd-tdep.o \
arm-get-next-pcs.o \ arm-get-next-pcs.o \
arm-linux.o \ arm-linux.o \
arm-linux-tdep.o \ arm-linux-tdep.o \
arm-nbsd-tdep.o \
arm-obsd-tdep.o \
arm-symbian-tdep.o \ arm-symbian-tdep.o \
arm-tdep.o \ arm-tdep.o \
arm-wince-tdep.o \ arm-wince-tdep.o \
armbsd-tdep.o \
armnbsd-tdep.o \
armobsd-tdep.o \
avr-tdep.o \ avr-tdep.o \
bfin-linux-tdep.o \ bfin-linux-tdep.o \
bfin-tdep.o \ bfin-tdep.o \
@@ -785,23 +785,23 @@ ALL_TARGET_OBS = \
ft32-tdep.o \ ft32-tdep.o \
glibc-tdep.o \ glibc-tdep.o \
h8300-tdep.o \ h8300-tdep.o \
hppa-bsd-tdep.o \
hppa-linux-tdep.o \ hppa-linux-tdep.o \
hppa-nbsd-tdep.o \
hppa-obsd-tdep.o \
hppa-tdep.o \ hppa-tdep.o \
hppabsd-tdep.o \ i386-bsd-tdep.o \
hppanbsd-tdep.o \
hppaobsd-tdep.o \
i386-cygwin-tdep.o \ i386-cygwin-tdep.o \
i386-darwin-tdep.o \ i386-darwin-tdep.o \
i386-dicos-tdep.o \ i386-dicos-tdep.o \
i386-fbsd-tdep.o \
i386-gnu-tdep.o \
i386-linux-tdep.o \ i386-linux-tdep.o \
i386-nbsd-tdep.o \
i386-nto-tdep.o \ i386-nto-tdep.o \
i386-obsd-tdep.o \
i386-sol2-tdep.o \ i386-sol2-tdep.o \
i386-tdep.o \ i386-tdep.o \
i386bsd-tdep.o \
i386fbsd-tdep.o \
i386gnu-tdep.o \
i386nbsd-tdep.o \
i386obsd-tdep.o \
i387-tdep.o \ i387-tdep.o \
iq2000-tdep.o \ iq2000-tdep.o \
linux-record.o \ linux-record.o \
@@ -811,17 +811,17 @@ ALL_TARGET_OBS = \
m32r-linux-tdep.o \ m32r-linux-tdep.o \
m32r-tdep.o \ m32r-tdep.o \
m68hc11-tdep.o \ m68hc11-tdep.o \
m68k-bsd-tdep.o \
m68k-linux-tdep.o \
m68k-tdep.o \ m68k-tdep.o \
m68kbsd-tdep.o \
m68klinux-tdep.o \
m88k-tdep.o \ m88k-tdep.o \
mep-tdep.o \ mep-tdep.o \
microblaze-linux-tdep.o \ microblaze-linux-tdep.o \
microblaze-tdep.o \ microblaze-tdep.o \
mips-linux-tdep.o \ mips-linux-tdep.o \
mips-nbsd-tdep.o \
mips-sde-tdep.o \ mips-sde-tdep.o \
mips-tdep.o \ mips-tdep.o \
mipsnbsd-tdep.o \
mn10300-linux-tdep.o \ mn10300-linux-tdep.o \
mn10300-tdep.o \ mn10300-tdep.o \
moxie-tdep.o \ moxie-tdep.o \
@@ -833,13 +833,13 @@ ALL_TARGET_OBS = \
nios2-tdep.o \ nios2-tdep.o \
nto-tdep.o \ nto-tdep.o \
obsd-tdep.o \ obsd-tdep.o \
ppc-fbsd-tdep.o \
ppc-linux-tdep.o \ ppc-linux-tdep.o \
ppc-nbsd-tdep.o \
ppc-obsd-tdep.o \
ppc-ravenscar-thread.o \ ppc-ravenscar-thread.o \
ppc-sysv-tdep.o \ ppc-sysv-tdep.o \
ppc64-tdep.o \ ppc64-tdep.o \
ppcfbsd-tdep.o \
ppcnbsd-tdep.o \
ppcobsd-tdep.o \
ravenscar-thread.o \ ravenscar-thread.o \
rl78-tdep.o \ rl78-tdep.o \
rs6000-aix-tdep.o \ rs6000-aix-tdep.o \
@@ -849,9 +849,9 @@ ALL_TARGET_OBS = \
s390-linux-tdep.o \ s390-linux-tdep.o \
score-tdep.o \ score-tdep.o \
sh-linux-tdep.o \ sh-linux-tdep.o \
sh-nbsd-tdep.o \
sh-tdep.o \ sh-tdep.o \
sh64-tdep.o \ sh64-tdep.o \
shnbsd-tdep.o \
sol2-tdep.o \ sol2-tdep.o \
solib-aix.o \ solib-aix.o \
solib-darwin.o \ solib-darwin.o \
@@ -860,11 +860,11 @@ ALL_TARGET_OBS = \
solib-spu.o \ solib-spu.o \
solib-svr4.o \ solib-svr4.o \
sparc-linux-tdep.o \ sparc-linux-tdep.o \
sparc-nbsd-tdep.o \
sparc-obsd-tdep.o \
sparc-ravenscar-thread.o \ sparc-ravenscar-thread.o \
sparc-sol2-tdep.o \ sparc-sol2-tdep.o \
sparc-tdep.o \ sparc-tdep.o \
sparcnbsd-tdep.o \
sparcobsd-tdep.o \
spu-multiarch.o \ spu-multiarch.o \
spu-tdep.o \ spu-tdep.o \
symfile-mem.o \ symfile-mem.o \
@@ -873,9 +873,9 @@ ALL_TARGET_OBS = \
tilegx-linux-tdep.o \ tilegx-linux-tdep.o \
tilegx-tdep.o \ tilegx-tdep.o \
v850-tdep.o \ v850-tdep.o \
vax-nbsd-tdep.o \
vax-obsd-tdep.o \
vax-tdep.o \ vax-tdep.o \
vaxnbsd-tdep.o \
vaxobsd-tdep.o \
windows-tdep.o \ windows-tdep.o \
xcoffread.o \ xcoffread.o \
xstormy16-tdep.o \ xstormy16-tdep.o \
@@ -1222,8 +1222,8 @@ HFILES_NO_SRCDIR = \
aarch64-tdep.h \ aarch64-tdep.h \
ada-lang.h \ ada-lang.h \
addrmap.h \ addrmap.h \
alpha-bsd-tdep.h \
alpha-tdep.h \ alpha-tdep.h \
alphabsd-tdep.h \
amd64-darwin-tdep.h \ amd64-darwin-tdep.h \
amd64-linux-tdep.h \ amd64-linux-tdep.h \
amd64-nat.h \ amd64-nat.h \
@@ -1312,14 +1312,14 @@ HFILES_NO_SRCDIR = \
gnu-nat.h \ gnu-nat.h \
go-lang.h \ go-lang.h \
gregset.h \ gregset.h \
hppa-bsd-tdep.h \
hppa-linux-offsets.h \ hppa-linux-offsets.h \
hppa-tdep.h \ hppa-tdep.h \
hppabsd-tdep.h \ i386-bsd-nat.h \
i386-darwin-tdep.h \ i386-darwin-tdep.h \
i386-linux-nat.h \ i386-linux-nat.h \
i386-linux-tdep.h \ i386-linux-tdep.h \
i386-tdep.h \ i386-tdep.h \
i386bsd-nat.h \
i387-tdep.h \ i387-tdep.h \
ia64-libunwind-tdep.h \ ia64-libunwind-tdep.h \
ia64-tdep.h \ ia64-tdep.h \
@@ -1353,8 +1353,8 @@ HFILES_NO_SRCDIR = \
memrange.h \ memrange.h \
microblaze-tdep.h \ microblaze-tdep.h \
mips-linux-tdep.h \ mips-linux-tdep.h \
mips-nbsd-tdep.h \
mips-tdep.h \ mips-tdep.h \
mipsnbsd-tdep.h \
mn10300-tdep.h \ mn10300-tdep.h \
moxie-tdep.h \ moxie-tdep.h \
nbsd-nat.h \ nbsd-nat.h \
@@ -1370,13 +1370,13 @@ HFILES_NO_SRCDIR = \
osdata.h \ osdata.h \
p-lang.h \ p-lang.h \
parser-defs.h \ parser-defs.h \
ppc-fbsd-tdep.h \
ppc-linux-tdep.h \ ppc-linux-tdep.h \
ppc-nbsd-tdep.h \
ppc-obsd-tdep.h \
ppc-ravenscar-thread.h \ ppc-ravenscar-thread.h \
ppc-tdep.h \ ppc-tdep.h \
ppc64-tdep.h \ ppc64-tdep.h \
ppcfbsd-tdep.h \
ppcnbsd-tdep.h \
ppcobsd-tdep.h \
probe.h \ probe.h \
proc-utils.h \ proc-utils.h \
procfs.h \ procfs.h \
@@ -1448,9 +1448,9 @@ HFILES_NO_SRCDIR = \
vax-tdep.h \ vax-tdep.h \
windows-nat.h \ windows-nat.h \
windows-tdep.h \ windows-tdep.h \
x86-bsd-nat.h \
x86-linux-nat.h \ x86-linux-nat.h \
x86-nat.h \ x86-nat.h \
x86bsd-nat.h \
xcoffread.h \ xcoffread.h \
xml-support.h \ xml-support.h \
xml-syscall.h \ xml-syscall.h \
@@ -2433,41 +2433,41 @@ ALLDEPFILES = \
aarch64-newlib-tdep.c \ aarch64-newlib-tdep.c \
aarch64-tdep.c \ aarch64-tdep.c \
aix-thread.c \ aix-thread.c \
alpha-bsd-nat.c \
alpha-bsd-tdep.c \
alpha-fbsd-tdep.c \
alpha-linux-nat.c \ alpha-linux-nat.c \
alpha-linux-tdep.c \ alpha-linux-tdep.c \
alpha-mdebug-tdep.c \ alpha-mdebug-tdep.c \
alpha-nbsd-tdep.c \
alpha-obsd-tdep.c \
alpha-tdep.c \ alpha-tdep.c \
alphabsd-nat.c \ amd64-bsd-nat.c \
alphabsd-tdep.c \
alphafbsd-tdep.c \
alphanbsd-tdep.c \
alphaobsd-tdep.c \
amd64-darwin-tdep.c \ amd64-darwin-tdep.c \
amd64-dicos-tdep.c \ amd64-dicos-tdep.c \
amd64-fbsd-nat.c \
amd64-fbsd-tdep.c \
amd64-linux-nat.c \ amd64-linux-nat.c \
amd64-linux-tdep.c \ amd64-linux-tdep.c \
amd64-nat.c \ amd64-nat.c \
amd64-nbsd-nat.c \
amd64-nbsd-tdep.c \
amd64-obsd-nat.c \
amd64-obsd-tdep.c \
amd64-sol2-tdep.c \ amd64-sol2-tdep.c \
amd64-tdep.c \ amd64-tdep.c \
amd64bsd-nat.c \
amd64fbsd-nat.c \
amd64fbsd-tdep.c \
amd64nbsd-nat.c \
amd64nbsd-tdep.c \
amd64obsd-nat.c \
amd64obsd-tdep.c \
arc-tdep.c \ arc-tdep.c \
arm.c \ arm.c \
arm-bsd-tdep.c \
arm-get-next-pcs.c \ arm-get-next-pcs.c \
arm-linux.c \ arm-linux.c \
arm-linux-nat.c \ arm-linux-nat.c \
arm-linux-tdep.c \ arm-linux-tdep.c \
arm-nbsd-nat.c \
arm-nbsd-tdep.c \
arm-obsd-tdep.c \
arm-symbian-tdep.c \ arm-symbian-tdep.c \
arm-tdep.c \ arm-tdep.c \
armbsd-tdep.c \
armnbsd-nat.c \
armnbsd-tdep.c \
armobsd-tdep.c \
avr-tdep.c \ avr-tdep.c \
bfin-linux-tdep.c \ bfin-linux-tdep.c \
bfin-tdep.c \ bfin-tdep.c \
@@ -2486,34 +2486,34 @@ ALLDEPFILES = \
glibc-tdep.c \ glibc-tdep.c \
go32-nat.c \ go32-nat.c \
h8300-tdep.c \ h8300-tdep.c \
hppa-bsd-tdep.c \
hppa-linux-nat.c \ hppa-linux-nat.c \
hppa-linux-tdep.c \ hppa-linux-tdep.c \
hppa-nbsd-nat.c \
hppa-nbsd-tdep.c \
hppa-obsd-nat.c \
hppa-obsd-tdep.c \
hppa-tdep.c \ hppa-tdep.c \
hppabsd-tdep.c \ i386-bsd-nat.c \
hppanbsd-nat.c \ i386-bsd-tdep.c \
hppanbsd-tdep.c \
hppaobsd-nat.c \
hppaobsd-tdep.c \
i386-cygwin-tdep.c \ i386-cygwin-tdep.c \
i386-darwin-nat.c \ i386-darwin-nat.c \
i386-darwin-tdep.c \ i386-darwin-tdep.c \
i386-dicos-tdep.c \ i386-dicos-tdep.c \
i386-fbsd-nat.c \
i386-fbsd-tdep.c \
i386-gnu-nat.c \
i386-gnu-tdep.c \
i386-linux-nat.c \ i386-linux-nat.c \
i386-linux-tdep.c \ i386-linux-tdep.c \
i386-nbsd-nat.c \
i386-nbsd-tdep.c \
i386-obsd-nat.c \
i386-obsd-tdep.c \
i386-sol2-nat.c \ i386-sol2-nat.c \
i386-sol2-tdep.c \ i386-sol2-tdep.c \
i386-tdep.c \ i386-tdep.c \
i386bsd-nat.c \ i386-v4-nat.c \
i386bsd-tdep.c \
i386fbsd-nat.c \
i386fbsd-tdep.c \
i386gnu-nat.c \
i386gnu-tdep.c \
i386nbsd-nat.c \
i386nbsd-tdep.c \
i386obsd-nat.c \
i386obsd-tdep.c \
i386v4-nat.c \
i387-tdep.c \ i387-tdep.c \
ia64-libunwind-tdep.c \ ia64-libunwind-tdep.c \
ia64-linux-nat.c \ ia64-linux-nat.c \
@@ -2529,24 +2529,24 @@ ALLDEPFILES = \
m32r-linux-tdep.c \ m32r-linux-tdep.c \
m32r-tdep.c \ m32r-tdep.c \
m68hc11-tdep.c \ m68hc11-tdep.c \
m68k-bsd-nat.c \
m68k-bsd-tdep.c \
m68k-linux-nat.c \
m68k-linux-tdep.c \
m68k-tdep.c \ m68k-tdep.c \
m68kbsd-nat.c \ m88k-bsd-nat.c \
m68kbsd-tdep.c \
m68klinux-nat.c \
m68klinux-tdep.c \
m88k-tdep.c \ m88k-tdep.c \
m88kbsd-nat.c \
microblaze-linux-tdep.c \ microblaze-linux-tdep.c \
microblaze-tdep.c \ microblaze-tdep.c \
mingw-hdep.c \ mingw-hdep.c \
mips-linux-nat.c \ mips-linux-nat.c \
mips-linux-tdep.c \ mips-linux-tdep.c \
mips-nbsd-nat.c \
mips-nbsd-tdep.c \
mips-sde-tdep.c \ mips-sde-tdep.c \
mips-tdep.c \ mips-tdep.c \
mips64obsd-nat.c \ mips64-obsd-nat.c \
mips64obsd-tdep.c \ mips64-obsd-tdep.c \
mipsnbsd-nat.c \
mipsnbsd-tdep.c \
msp430-tdep.c \ msp430-tdep.c \
nbsd-nat.c \ nbsd-nat.c \
nbsd-tdep.c \ nbsd-tdep.c \
@@ -2556,17 +2556,17 @@ ALLDEPFILES = \
obsd-nat.c \ obsd-nat.c \
obsd-tdep.c \ obsd-tdep.c \
posix-hdep.c \ posix-hdep.c \
ppc-fbsd-nat.c \
ppc-fbsd-tdep.c \
ppc-linux-nat.c \ ppc-linux-nat.c \
ppc-linux-tdep.c \ ppc-linux-tdep.c \
ppc-nbsd-nat.c \
ppc-nbsd-tdep.c \
ppc-obsd-nat.c \
ppc-obsd-tdep.c \
ppc-ravenscar-thread.c \ ppc-ravenscar-thread.c \
ppc-sysv-tdep.c \ ppc-sysv-tdep.c \
ppc64-tdep.c \ ppc64-tdep.c \
ppcfbsd-nat.c \
ppcfbsd-tdep.c \
ppcnbsd-nat.c \
ppcnbsd-tdep.c \
ppcobsd-nat.c \
ppcobsd-tdep.c \
procfs.c \ procfs.c \
ravenscar-thread.c \ ravenscar-thread.c \
remote-sim.c \ remote-sim.c \
@@ -2582,10 +2582,10 @@ ALLDEPFILES = \
ser-mingw.c \ ser-mingw.c \
ser-pipe.c \ ser-pipe.c \
ser-tcp.c \ ser-tcp.c \
sh-nbsd-nat.c \
sh-nbsd-tdep.c \
sh-tdep.c \ sh-tdep.c \
sh64-tdep.c \ sh64-tdep.c \
shnbsd-nat.c \
shnbsd-tdep.c \
sol2-tdep.c \ sol2-tdep.c \
solib-aix.c \ solib-aix.c \
solib-spu.c \ solib-spu.c \
@@ -2593,24 +2593,24 @@ ALLDEPFILES = \
sparc-linux-nat.c \ sparc-linux-nat.c \
sparc-linux-tdep.c \ sparc-linux-tdep.c \
sparc-nat.c \ sparc-nat.c \
sparc-nbsd-nat.c \
sparc-nbsd-tdep.c \
sparc-obsd-tdep.c \
sparc-ravenscar-thread.c \ sparc-ravenscar-thread.c \
sparc-sol2-nat.c \ sparc-sol2-nat.c \
sparc-sol2-tdep.c \ sparc-sol2-tdep.c \
sparc-tdep.c \ sparc-tdep.c \
sparc64-fbsd-nat.c \
sparc64-fbsd-tdep.c \
sparc64-linux-nat.c \ sparc64-linux-nat.c \
sparc64-linux-tdep.c \ sparc64-linux-tdep.c \
sparc64-nat.c \ sparc64-nat.c \
sparc64-nbsd-nat.c \
sparc64-nbsd-tdep.c \
sparc64-obsd-nat.c \
sparc64-obsd-tdep.c \
sparc64-sol2-tdep.c \ sparc64-sol2-tdep.c \
sparc64-tdep.c \ sparc64-tdep.c \
sparc64fbsd-nat.c \
sparc64fbsd-tdep.c \
sparc64nbsd-nat.c \
sparc64nbsd-tdep.c \
sparc64obsd-nat.c \
sparc64obsd-tdep.c \
sparcnbsd-nat.c \
sparcnbsd-tdep.c \
sparcobsd-tdep.c \
spu-linux-nat.c \ spu-linux-nat.c \
spu-multiarch.c \ spu-multiarch.c \
spu-tdep.c \ spu-tdep.c \
@@ -2618,9 +2618,9 @@ ALLDEPFILES = \
tilegx-linux-tdep.c \ tilegx-linux-tdep.c \
tilegx-tdep.c \ tilegx-tdep.c \
v850-tdep.c \ v850-tdep.c \
vax-bsd-nat.c \
vax-nbsd-tdep.c \
vax-tdep.c \ vax-tdep.c \
vaxbsd-nat.c \
vaxnbsd-tdep.c \
windows-nat.c \ windows-nat.c \
windows-tdep.c \ windows-tdep.c \
x86-nat.c \ x86-nat.c \

View File

@@ -22,7 +22,7 @@
#include "regcache.h" #include "regcache.h"
#include "alpha-tdep.h" #include "alpha-tdep.h"
#include "alphabsd-tdep.h" #include "alpha-bsd-tdep.h"
#include "inf-ptrace.h" #include "inf-ptrace.h"
#include <sys/types.h> #include <sys/types.h>

View File

@@ -21,7 +21,7 @@
#include "regcache.h" #include "regcache.h"
#include "alpha-tdep.h" #include "alpha-tdep.h"
#include "alphabsd-tdep.h" #include "alpha-bsd-tdep.h"
/* Conviently, GDB uses the same register numbering as the /* Conviently, GDB uses the same register numbering as the
ptrace register structure used by BSD on Alpha. */ ptrace register structure used by BSD on Alpha. */

View File

@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#ifndef ALPHABSD_TDEP_H #ifndef ALPHA_BSD_TDEP_H
#define ALPHABSD_TDEP_H #define ALPHA_BSD_TDEP_H
struct regcache; struct regcache;
@@ -29,7 +29,7 @@ void alphabsd_supply_fpreg (struct regcache *, const char *, int);
void alphabsd_fill_fpreg (const struct regcache *, char *, int); void alphabsd_fill_fpreg (const struct regcache *, char *, int);
/* Functions exported from alphanbsd-tdep.c. */ /* Functions exported from alpha-nbsd-tdep.c. */
/* Iterate over supported core file register note sections. */ /* Iterate over supported core file register note sections. */
void alphanbsd_iterate_over_regset_sections (struct gdbarch *gdbarch, void alphanbsd_iterate_over_regset_sections (struct gdbarch *gdbarch,
@@ -37,4 +37,4 @@ void alphanbsd_iterate_over_regset_sections (struct gdbarch *gdbarch,
void *cb_data, void *cb_data,
const struct regcache *regcache); const struct regcache *regcache);
#endif /* alphabsd-tdep.h */ #endif /* alpha-bsd-tdep.h */

View File

@@ -28,7 +28,7 @@
#include "value.h" #include "value.h"
#include "alpha-tdep.h" #include "alpha-tdep.h"
#include "alphabsd-tdep.h" #include "alpha-bsd-tdep.h"
#include "nbsd-tdep.h" #include "nbsd-tdep.h"
#include "solib-svr4.h" #include "solib-svr4.h"
#include "target.h" #include "target.h"

View File

@@ -24,7 +24,7 @@
#include "obsd-tdep.h" #include "obsd-tdep.h"
#include "alpha-tdep.h" #include "alpha-tdep.h"
#include "alphabsd-tdep.h" #include "alpha-bsd-tdep.h"
#include "solib-svr4.h" #include "solib-svr4.h"
/* Signal trampolines. */ /* Signal trampolines. */

View File

@@ -31,7 +31,7 @@
#include "amd64-tdep.h" #include "amd64-tdep.h"
#include "amd64-nat.h" #include "amd64-nat.h"
#include "x86bsd-nat.h" #include "x86-bsd-nat.h"
#include "inf-ptrace.h" #include "inf-ptrace.h"

View File

@@ -32,7 +32,7 @@
#include "fbsd-nat.h" #include "fbsd-nat.h"
#include "amd64-tdep.h" #include "amd64-tdep.h"
#include "amd64-nat.h" #include "amd64-nat.h"
#include "x86bsd-nat.h" #include "x86-bsd-nat.h"
#include "x86-nat.h" #include "x86-nat.h"
@@ -205,7 +205,7 @@ _initialize_amd64fbsd_nat (void)
/* Support debugging kernel virtual memory images. */ /* Support debugging kernel virtual memory images. */
bsd_kvm_add_target (amd64fbsd_supply_pcb); bsd_kvm_add_target (amd64fbsd_supply_pcb);
/* To support the recognition of signal handlers, i386bsd-tdep.c /* To support the recognition of signal handlers, i386-bsd-tdep.c
hardcodes some constants. Inclusion of this file means that we hardcodes some constants. Inclusion of this file means that we
are compiling a native debugger, which means that we can use the are compiling a native debugger, which means that we can use the
system header files and sysctl(3) to get at the relevant system header files and sysctl(3) to get at the relevant

View File

@@ -24,7 +24,7 @@
#include "regcache.h" #include "regcache.h"
#include "osabi.h" #include "osabi.h"
#include "regset.h" #include "regset.h"
#include "i386fbsd-tdep.h" #include "i386-fbsd-tdep.h"
#include "x86-xstate.h" #include "x86-xstate.h"
#include "amd64-tdep.h" #include "amd64-tdep.h"

View File

@@ -128,13 +128,13 @@ extern const struct regset amd64_fpregset;
/* Variables exported from amd64-linux-tdep.c. */ /* Variables exported from amd64-linux-tdep.c. */
extern int amd64_linux_gregset_reg_offset[]; extern int amd64_linux_gregset_reg_offset[];
/* Variables exported from amd64nbsd-tdep.c. */ /* Variables exported from amd64-nbsd-tdep.c. */
extern int amd64nbsd_r_reg_offset[]; extern int amd64nbsd_r_reg_offset[];
/* Variables exported from amd64obsd-tdep.c. */ /* Variables exported from amd64-obsd-tdep.c. */
extern int amd64obsd_r_reg_offset[]; extern int amd64obsd_r_reg_offset[];
/* Variables exported from amd64fbsd-tdep.c. */ /* Variables exported from amd64-fbsd-tdep.c. */
extern CORE_ADDR amd64fbsd_sigtramp_start_addr; extern CORE_ADDR amd64fbsd_sigtramp_start_addr;
extern CORE_ADDR amd64fbsd_sigtramp_end_addr; extern CORE_ADDR amd64fbsd_sigtramp_end_addr;
extern int amd64fbsd_sc_reg_offset[]; extern int amd64fbsd_sc_reg_offset[];

View File

@@ -276,7 +276,7 @@ extern int arm_pc_is_thumb (struct gdbarch *, CORE_ADDR);
extern int arm_process_record (struct gdbarch *gdbarch, extern int arm_process_record (struct gdbarch *gdbarch,
struct regcache *regcache, CORE_ADDR addr); struct regcache *regcache, CORE_ADDR addr);
/* Functions exported from armbsd-tdep.h. */ /* Functions exported from arm-bsd-tdep.h. */
/* Return the appropriate register set for the core section identified /* Return the appropriate register set for the core section identified
by SECT_NAME and SECT_SIZE. */ by SECT_NAME and SECT_SIZE. */

View File

@@ -1,6 +1,6 @@
# Host: FreeBSD/alpha # Host: FreeBSD/alpha
NATDEPFILES= fork-child.o inf-ptrace.o \ NATDEPFILES= fork-child.o inf-ptrace.o \
fbsd-nat.o alphabsd-nat.o bsd-kvm.o \ fbsd-nat.o alpha-bsd-nat.o bsd-kvm.o \
core-regset.o core-regset.o
LOADLIBES= -lkvm LOADLIBES= -lkvm

View File

@@ -1,4 +1,4 @@
# Host: NetBSD/alpha # Host: NetBSD/alpha
NATDEPFILES= fork-child.o inf-ptrace.o alphabsd-nat.o bsd-kvm.o NATDEPFILES= fork-child.o inf-ptrace.o alpha-bsd-nat.o bsd-kvm.o
LOADLIBES= -lkvm LOADLIBES= -lkvm

View File

@@ -1,2 +1,2 @@
# Host: NetBSD/arm # Host: NetBSD/arm
NATDEPFILES= fork-child.o inf-ptrace.o armnbsd-nat.o NATDEPFILES= fork-child.o inf-ptrace.o arm-nbsd-nat.o

View File

@@ -118,21 +118,21 @@
@V@/gdb/ada-exp.tab.c @V@/gdb/ada-exp_tab.c @V@/gdb/ada-exp.tab.c @V@/gdb/ada-exp_tab.c
@V@/gdb/amd64-windows-nat.c @V@/gdb/a64w-nat.c @V@/gdb/amd64-windows-nat.c @V@/gdb/a64w-nat.c
@V@/gdb/amd64-windows-tdep.c @V@/gdb/a64w-tdep.c @V@/gdb/amd64-windows-tdep.c @V@/gdb/a64w-tdep.c
@V@/gdb/amd64fbsd-nat.c @V@/gdb/a64fb-nat.c @V@/gdb/amd64-fbsd-nat.c @V@/gdb/a64fb-nat.c
@V@/gdb/amd64fbsd-tdep.c @V@/gdb/a64fb-tdep.c @V@/gdb/amd64-fbsd-tdep.c @V@/gdb/a64fb-tdep.c
@V@/gdb/amd64nbsd-nat.c @V@/gdb/a64nb-nat.c @V@/gdb/amd64-nbsd-nat.c @V@/gdb/a64nb-nat.c
@V@/gdb/amd64nbsd-tdep.c @V@/gdb/a64nb-tdep.c @V@/gdb/amd64-nbsd-tdep.c @V@/gdb/a64nb-tdep.c
@V@/gdb/amd64obsd-nat.c @V@/gdb/a64ob-nat.c @V@/gdb/amd64-obsd-nat.c @V@/gdb/a64ob-nat.c
@V@/gdb/amd64obsd-tdep.c @V@/gdb/a64ob-tdep.c @V@/gdb/amd64-obsd-tdep.c @V@/gdb/a64ob-tdep.c
@V@/gdb/alphabsd-nat.c @V@/gdb/alphb-nat.c @V@/gdb/alpha-bsd-nat.c @V@/gdb/alphb-nat.c
@V@/gdb/alphabsd-tdep.c @V@/gdb/alphb-tdep.c @V@/gdb/alpha-bsd-tdep.c @V@/gdb/alphb-tdep.c
@V@/gdb/alphanbsd-tdep.c @V@/gdb/alphnb-tdep.c @V@/gdb/alpha-nbsd-tdep.c @V@/gdb/alphnb-tdep.c
@V@/gdb/alpha-linux-nat.c @V@/gdb/alphl-nat.c @V@/gdb/alpha-linux-nat.c @V@/gdb/alphl-nat.c
@V@/gdb/alpha-linux-tdep.c @V@/gdb/alphl-tdep.c @V@/gdb/alpha-linux-tdep.c @V@/gdb/alphl-tdep.c
@V@/gdb/arm-linux-nat.c @V@/gdb/armlin-nat.c @V@/gdb/arm-linux-nat.c @V@/gdb/armlin-nat.c
@V@/gdb/arm-linux-tdep.c @V@/gdb/armlin-tdep.c @V@/gdb/arm-linux-tdep.c @V@/gdb/armlin-tdep.c
@V@/gdb/armnbsd-nat.c @V@/gdb/armnbd-nat.c @V@/gdb/arm-nbsd-nat.c @V@/gdb/armnbd-nat.c
@V@/gdb/armnbsd-tdep.c @V@/gdb/armnbd-tdep.c @V@/gdb/arm-nbsd-tdep.c @V@/gdb/armnbd-tdep.c
@V@/gdb/c-exp.tab.c @V@/gdb/c-exp_tab.c @V@/gdb/c-exp.tab.c @V@/gdb/c-exp_tab.c
@V@/gdb/config/alpha/tm-alphalinux.h @V@/gdb/config/alpha/tm-alplinux.h @V@/gdb/config/alpha/tm-alphalinux.h @V@/gdb/config/alpha/tm-alplinux.h
@V@/gdb/config/i386/nm-cygwin64.h @V@/gdb/config/i386/nm-cyg64.h @V@/gdb/config/i386/nm-cygwin64.h @V@/gdb/config/i386/nm-cyg64.h
@@ -276,23 +276,23 @@
@V@/gdb/gdbtk/library/ChangeLog-2000 @V@/gdb/gdbtk/library/ChangeLog.000 @V@/gdb/gdbtk/library/ChangeLog-2000 @V@/gdb/gdbtk/library/ChangeLog.000
@V@/gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in @V@/gdb/gdbtk/plugins/intel-pentium/intel-pentium.t-in @V@/gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in @V@/gdb/gdbtk/plugins/intel-pentium/intel-pentium.t-in
@V@/gdb/gdbtk/plugins/rhabout/rhabout.tcl.in @V@/gdb/gdbtk/plugins/rhabout/rhabout.t-in @V@/gdb/gdbtk/plugins/rhabout/rhabout.tcl.in @V@/gdb/gdbtk/plugins/rhabout/rhabout.t-in
@V@/gdb/hppabsd-nat.c @V@/gdb/hppab-nat.c @V@/gdb/hppa-bsd-nat.c @V@/gdb/hppab-nat.c
@V@/gdb/hppabsd-tdep.c @V@/gdb/hppab-tdep.c @V@/gdb/hppa-bsd-tdep.c @V@/gdb/hppab-tdep.c
@V@/gdb/hppnbsd-nat.c @V@/gdb/hppnb-nat.c @V@/gdb/hpp-nbsd-nat.c @V@/gdb/hppnb-nat.c
@V@/gdb/hppnbsd-tdep.c @V@/gdb/hppnb-tdep.c @V@/gdb/hpp-nbsd-tdep.c @V@/gdb/hppnb-tdep.c
@V@/gdb/i386-darwin-nat.c @V@/gdb/i386dw-nat.c @V@/gdb/i386-darwin-nat.c @V@/gdb/i386dw-nat.c
@V@/gdb/i386-darwin-tdep.c @V@/gdb/i386dw-tdep.c @V@/gdb/i386-darwin-tdep.c @V@/gdb/i386dw-tdep.c
@V@/gdb/i386-linux-tdep.c @V@/gdb/i386lx-tdep.c @V@/gdb/i386-linux-tdep.c @V@/gdb/i386lx-tdep.c
@V@/gdb/i386-linux-nat.c @V@/gdb/i386lx-nat.c @V@/gdb/i386-linux-nat.c @V@/gdb/i386lx-nat.c
@V@/gdb/i386bsd-nat.c @V@/gdb/i3bsd-nat.c @V@/gdb/i386-bsd-nat.c @V@/gdb/i3bsd-nat.c
@V@/gdb/i386bsd-tdep.c @V@/gdb/i3bsd-tdep.c @V@/gdb/i386-bsd-tdep.c @V@/gdb/i3bsd-tdep.c
@V@/gdb/i386fbsd-nat.c @V@/gdb/i3fbsd-nat.c @V@/gdb/i386-fbsd-nat.c @V@/gdb/i3fbsd-nat.c
@V@/gdb/i386fbsd-tdep.c @V@/gdb/i3fbsd-tdep.c @V@/gdb/i386-fbsd-tdep.c @V@/gdb/i3fbsd-tdep.c
@V@/gdb/i386gnu-nat.c @V@/gdb/i3gnu-nat.c @V@/gdb/i386-gnu-nat.c @V@/gdb/i3gnu-nat.c
@V@/gdb/i386gnu-tdep.c @V@/gdb/i3gnu-tdep.c @V@/gdb/i386-gnu-tdep.c @V@/gdb/i3gnu-tdep.c
@V@/gdb/i386nbsd-tdep.c @V@/gdb/i3nbsd-tdep.c @V@/gdb/i386-nbsd-tdep.c @V@/gdb/i3nbsd-tdep.c
@V@/gdb/i386obsd-nat.c @V@/gdb/i3obsd-nat.c @V@/gdb/i386-obsd-nat.c @V@/gdb/i3obsd-nat.c
@V@/gdb/i386obsd-tdep.c @V@/gdb/i3obsd-tdep.c @V@/gdb/i386-obsd-tdep.c @V@/gdb/i3obsd-tdep.c
@V@/gdb/i386-sol2-nat.c @V@/gdb/i3sol2-nat.c @V@/gdb/i386-sol2-nat.c @V@/gdb/i3sol2-nat.c
@V@/gdb/i386-sol2-tdep.c @V@/gdb/i3sol2-tdep.c @V@/gdb/i386-sol2-tdep.c @V@/gdb/i3sol2-tdep.c
@V@/gdb/ia64-aix-nat.c @V@/gdb/ia64ax-nat.c @V@/gdb/ia64-aix-nat.c @V@/gdb/ia64ax-nat.c
@@ -303,33 +303,33 @@
@V@/gdb/m2-exp.tab.c @V@/gdb/m2-exp_tab.c @V@/gdb/m2-exp.tab.c @V@/gdb/m2-exp_tab.c
@V@/gdb/m32r-linux-nat.c @V@/gdb/m32rlnxnat.c @V@/gdb/m32r-linux-nat.c @V@/gdb/m32rlnxnat.c
@V@/gdb/m32r-linux-tdep.c @V@/gdb/m32rlnxtdep.c @V@/gdb/m32r-linux-tdep.c @V@/gdb/m32rlnxtdep.c
@V@/gdb/m68klinux-nat.c @V@/gdb/m68kl-nat.c @V@/gdb/m68k-linux-nat.c @V@/gdb/m68kl-nat.c
@V@/gdb/m68klinux-tdep.c @V@/gdb/m68kl-tdep.c @V@/gdb/m68k-linux-tdep.c @V@/gdb/m68kl-tdep.c
@V@/gdb/m68kbsd-nat.c @V@/gdb/m68bsd-nat.c @V@/gdb/m68k-bsd-nat.c @V@/gdb/m68bsd-nat.c
@V@/gdb/m68kbsd-tdep.c @V@/gdb/m68bsd-tdep.c @V@/gdb/m68k-bsd-tdep.c @V@/gdb/m68bsd-tdep.c
@V@/gdb/m68knbsd-nat.c @V@/gdb/m6nbsd-nat.c @V@/gdb/m68k-nbsd-nat.c @V@/gdb/m6nbsd-nat.c
@V@/gdb/m68knbsd-tdep.c @V@/gdb/m6nbsd-tdep.c @V@/gdb/m68k-nbsd-tdep.c @V@/gdb/m6nbsd-tdep.c
@V@/gdb/microblaze-rom.c @V@/gdb/mb-rom.c @V@/gdb/microblaze-rom.c @V@/gdb/mb-rom.c
@V@/gdb/microblaze-linux-tdep.c @V@/gdb/mbl-tdep.c @V@/gdb/microblaze-linux-tdep.c @V@/gdb/mbl-tdep.c
@V@/gdb/microblaze-tdep.h @V@/gdb/mb-tdep.h @V@/gdb/microblaze-tdep.h @V@/gdb/mb-tdep.h
@V@/gdb/microblaze-tdep.c @V@/gdb/mb-tdep.c @V@/gdb/microblaze-tdep.c @V@/gdb/mb-tdep.c
@V@/gdb/mips-linux-nat.c @V@/gdb/mipslnxnat.c @V@/gdb/mips-linux-nat.c @V@/gdb/mipslnxnat.c
@V@/gdb/mips-linux-tdep.c @V@/gdb/mipslnxtdep.c @V@/gdb/mips-linux-tdep.c @V@/gdb/mipslnxtdep.c
@V@/gdb/mipsnbsd-nat.c @V@/gdb/mipsnbnat.c @V@/gdb/mips-nbsd-nat.c @V@/gdb/mipsnbnat.c
@V@/gdb/mipsnbsd-tdep.c @V@/gdb/mipsnbtdep.c @V@/gdb/mips-nbsd-tdep.c @V@/gdb/mipsnbtdep.c
@V@/gdb/mips64obsd-nat.c @V@/gdb/mipsobnat.c @V@/gdb/mips64-obsd-nat.c @V@/gdb/mipsobnat.c
@V@/gdb/mips64obsd-tdep.c @V@/gdb/mipsobtdep.c @V@/gdb/mips64-obsd-tdep.c @V@/gdb/mipsobtdep.c
@V@/gdb/mn10300-linux-tdep.c @V@/gdb/mn10300linux-tdep.c @V@/gdb/mn10300-linux-tdep.c @V@/gdb/mn10300linux-tdep.c
@V@/gdb/ns32knbsd-nat.c @V@/gdb/ns32nb-nat.c @V@/gdb/ns32k-nbsd-nat.c @V@/gdb/ns32nb-nat.c
@V@/gdb/ns32knbsd-tdep.c @V@/gdb/ns32nb-tdep.c @V@/gdb/ns32k-nbsd-tdep.c @V@/gdb/ns32nb-tdep.c
@V@/gdb/objc-exp.tab.c @V@/gdb/objc-exp_tab.c @V@/gdb/objc-exp.tab.c @V@/gdb/objc-exp_tab.c
@V@/gdb/p-exp.tab.c @V@/gdb/p-exp_tab.c @V@/gdb/p-exp.tab.c @V@/gdb/p-exp_tab.c
@V@/gdb/ppc-linux-tdep.c @V@/gdb/ppc-lx-tdep.c @V@/gdb/ppc-linux-tdep.c @V@/gdb/ppc-lx-tdep.c
@V@/gdb/ppc-linux-nat.c @V@/gdb/ppc-lx-nat.c @V@/gdb/ppc-linux-nat.c @V@/gdb/ppc-lx-nat.c
@V@/gdb/ppcnbsd-nat.c @V@/gdb/ppcnb-nat.c @V@/gdb/ppc-nbsd-nat.c @V@/gdb/ppcnb-nat.c
@V@/gdb/ppcnbsd-tdep.c @V@/gdb/ppcnb-tdep.c @V@/gdb/ppc-nbsd-tdep.c @V@/gdb/ppcnb-tdep.c
@V@/gdb/ppcobsd-nat.c @V@/gdb/ppcob-nat.c @V@/gdb/ppc-obsd-nat.c @V@/gdb/ppcob-nat.c
@V@/gdb/ppcobsd-tdep.c @V@/gdb/ppcob-tdep.c @V@/gdb/ppc-obsd-tdep.c @V@/gdb/ppcob-tdep.c
@V@/gdb/regformats/arm-with-vfpv2.dat @V@/gdb/regformats/arm-wv2.dat @V@/gdb/regformats/arm-with-vfpv2.dat @V@/gdb/regformats/arm-wv2.dat
@V@/gdb/regformats/arm-with-vfpv3.dat @V@/gdb/regformats/arm-wv3.dat @V@/gdb/regformats/arm-with-vfpv3.dat @V@/gdb/regformats/arm-wv3.dat
@V@/gdb/regformats/arm-with-iwmmxt.dat @V@/gdb/regformats/arm-iwmmxt.dat @V@/gdb/regformats/arm-with-iwmmxt.dat @V@/gdb/regformats/arm-iwmmxt.dat
@@ -373,17 +373,17 @@
@V@/gdb/remote-vx68.c @V@/gdb/rmt-vx68.c @V@/gdb/remote-vx68.c @V@/gdb/rmt-vx68.c
@V@/gdb/remote-vxmips.c @V@/gdb/rmt-vxmips.c @V@/gdb/remote-vxmips.c @V@/gdb/rmt-vxmips.c
@V@/gdb/remote-vxsparc.c @V@/gdb/rmt-vxsparc.c @V@/gdb/remote-vxsparc.c @V@/gdb/rmt-vxsparc.c
@V@/gdb/sparc64fbsd-nat.c @V@/gdb/sp64fb-nat.c @V@/gdb/sparc64-fbsd-nat.c @V@/gdb/sp64fb-nat.c
@V@/gdb/sparc64fbsd-tdep.c @V@/gdb/sp64fb-tdep.c @V@/gdb/sparc64-fbsd-tdep.c @V@/gdb/sp64fb-tdep.c
@V@/gdb/sparc64nbsd-nat.c @V@/gdb/sp64nb-nat.c @V@/gdb/sparc64-nbsd-nat.c @V@/gdb/sp64nb-nat.c
@V@/gdb/sparc64nbsd-tdep.c @V@/gdb/sp64nb-tdep.c @V@/gdb/sparc64-nbsd-tdep.c @V@/gdb/sp64nb-tdep.c
@V@/gdb/sparc64-linux-nat.c @V@/gdb/sp64lx-nat.c @V@/gdb/sparc64-linux-nat.c @V@/gdb/sp64lx-nat.c
@V@/gdb/sparc64-linux-tdep.c @V@/gdb/sp64lx-tdep.c @V@/gdb/sparc64-linux-tdep.c @V@/gdb/sp64lx-tdep.c
@V@/gdb/sparc64-nat.c @V@/gdb/sp64-nat.c @V@/gdb/sparc64-nat.c @V@/gdb/sp64-nat.c
@V@/gdb/sparc64-tdep.c @V@/gdb/sp64-tdep.c @V@/gdb/sparc64-tdep.c @V@/gdb/sp64-tdep.c
@V@/gdb/sparc64-sol2-tdep.c @V@/gdb/sp64s2-tdep.c @V@/gdb/sparc64-sol2-tdep.c @V@/gdb/sp64s2-tdep.c
@V@/gdb/sparcnbsd-nat.c @V@/gdb/spnb-nat.c @V@/gdb/sparc-nbsd-nat.c @V@/gdb/spnb-nat.c
@V@/gdb/sparcnbsd-tdep.c @V@/gdb/spnb-tdep.c @V@/gdb/sparc-nbsd-tdep.c @V@/gdb/spnb-tdep.c
@V@/gdb/sparc-linux-nat.c @V@/gdb/splx-nat.c @V@/gdb/sparc-linux-nat.c @V@/gdb/splx-nat.c
@V@/gdb/sparc-linux-tdep.c @V@/gdb/splx-tdep.c @V@/gdb/sparc-linux-tdep.c @V@/gdb/splx-tdep.c
@V@/gdb/sparc-sol2-nat.c @V@/gdb/spsol2-nat.c @V@/gdb/sparc-sol2-nat.c @V@/gdb/spsol2-nat.c
@@ -513,8 +513,8 @@
@V@/gdb/amd64-linux-nat.c @V@/gdb/amd64-lnat.c @V@/gdb/amd64-linux-nat.c @V@/gdb/amd64-lnat.c
@V@/gdb/hppa-linux-tdep.c @V@/gdb/palnxtdep.c @V@/gdb/hppa-linux-tdep.c @V@/gdb/palnxtdep.c
@V@/gdb/hppa-linux-nat.c @V@/gdb/palnxnat.c @V@/gdb/hppa-linux-nat.c @V@/gdb/palnxnat.c
@V@/gdb/hppanbsd-nat.c @V@/gdb/panbsd-nat.c @V@/gdb/hppa-nbsd-nat.c @V@/gdb/panbsd-nat.c
@V@/gdb/hppanbsd-tdep.c @V@/gdb/panbsd-tdep.c @V@/gdb/hppa-nbsd-tdep.c @V@/gdb/panbsd-tdep.c
@V@/gdb/amd64-windows-nat.c @V@/gdb/amd64-wnat.c @V@/gdb/amd64-windows-nat.c @V@/gdb/amd64-wnat.c
@V@/gdb/amd64-windows-tdep.c @V@/gdb/amd64-wtdep.c @V@/gdb/amd64-windows-tdep.c @V@/gdb/amd64-wtdep.c
@V@/gdb/i386-windows-nat.c @V@/gdb/i386-wnat.c @V@/gdb/i386-windows-nat.c @V@/gdb/i386-wnat.c

View File

@@ -1,7 +1,7 @@
# Host: FreeBSD/i386 # Host: FreeBSD/i386
NATDEPFILES= fork-child.o inf-ptrace.o \ NATDEPFILES= fork-child.o inf-ptrace.o \
fbsd-nat.o x86-nat.o x86-dregs.o x86bsd-nat.o i386bsd-nat.o \ fbsd-nat.o x86-nat.o x86-dregs.o x86-bsd-nat.o i386-bsd-nat.o \
i386fbsd-nat.o bsd-kvm.o i386-fbsd-nat.o bsd-kvm.o
NAT_FILE= nm-fbsd.h NAT_FILE= nm-fbsd.h
HAVE_NATIVE_GCORE_HOST = 1 HAVE_NATIVE_GCORE_HOST = 1

View File

@@ -1,7 +1,7 @@
# Host: FreeBSD/amd64 # Host: FreeBSD/amd64
NATDEPFILES= fork-child.o inf-ptrace.o \ NATDEPFILES= fork-child.o inf-ptrace.o \
fbsd-nat.o amd64-nat.o amd64bsd-nat.o amd64fbsd-nat.o \ fbsd-nat.o amd64-nat.o amd64-bsd-nat.o amd64-fbsd-nat.o \
bsd-kvm.o x86-nat.o x86-dregs.o x86bsd-nat.o bsd-kvm.o x86-nat.o x86-dregs.o x86-bsd-nat.o
HAVE_NATIVE_GCORE_HOST = 1 HAVE_NATIVE_GCORE_HOST = 1
LOADLIBES= -lkvm LOADLIBES= -lkvm

View File

@@ -1,5 +1,5 @@
# Host: Intel 386 running the GNU Hurd # Host: Intel 386 running the GNU Hurd
NATDEPFILES= i386gnu-nat.o gnu-nat.o \ NATDEPFILES= i386-gnu-nat.o gnu-nat.o \
x86-nat.o x86-dregs.o fork-child.o \ x86-nat.o x86-dregs.o fork-child.o \
notify_S.o process_reply_S.o msg_reply_S.o \ notify_S.o process_reply_S.o msg_reply_S.o \
msg_U.o exc_request_U.o exc_request_S.o msg_U.o exc_request_U.o exc_request_S.o

View File

@@ -1,4 +1,4 @@
# Host: Solaris x86 # Host: Solaris x86
NATDEPFILES= fork-child.o i386v4-nat.o i386-sol2-nat.o \ NATDEPFILES= fork-child.o i386-v4-nat.o i386-sol2-nat.o \
procfs.o proc-api.o proc-events.o proc-flags.o proc-why.o procfs.o proc-api.o proc-events.o proc-flags.o proc-why.o
HAVE_NATIVE_GCORE_HOST = 1 HAVE_NATIVE_GCORE_HOST = 1

View File

@@ -1,3 +1,3 @@
# Host: NetBSD/amd64 # Host: NetBSD/amd64
NATDEPFILES= fork-child.o inf-ptrace.o \ NATDEPFILES= fork-child.o inf-ptrace.o \
nbsd-nat.o amd64-nat.o x86bsd-nat.o amd64bsd-nat.o amd64nbsd-nat.o nbsd-nat.o amd64-nat.o x86-bsd-nat.o amd64-bsd-nat.o amd64-nbsd-nat.o

View File

@@ -1,5 +1,5 @@
# Host: NetBSD/i386 ELF # Host: NetBSD/i386 ELF
NATDEPFILES= fork-child.o inf-ptrace.o \ NATDEPFILES= fork-child.o inf-ptrace.o \
nbsd-nat.o x86bsd-nat.o i386bsd-nat.o i386nbsd-nat.o bsd-kvm.o nbsd-nat.o x86-bsd-nat.o i386-bsd-nat.o i386-nbsd-nat.o bsd-kvm.o
LOADLIBES= -lkvm LOADLIBES= -lkvm

View File

@@ -1,5 +1,5 @@
# Host: OpenBSD/i386 ELF # Host: OpenBSD/i386 ELF
NATDEPFILES= fork-child.o inf-ptrace.o obsd-nat.o \ NATDEPFILES= fork-child.o inf-ptrace.o obsd-nat.o \
x86bsd-nat.o i386bsd-nat.o i386obsd-nat.o bsd-kvm.o x86-bsd-nat.o i386-bsd-nat.o i386-obsd-nat.o bsd-kvm.o
LOADLIBES= -lkvm LOADLIBES= -lkvm

View File

@@ -1,5 +1,5 @@
# Host: OpenBSD/amd64 # Host: OpenBSD/amd64
NATDEPFILES= fork-child.o inf-ptrace.o obsd-nat.o \ NATDEPFILES= fork-child.o inf-ptrace.o obsd-nat.o \
amd64-nat.o x86bsd-nat.o amd64bsd-nat.o amd64obsd-nat.o bsd-kvm.o amd64-nat.o x86-bsd-nat.o amd64-bsd-nat.o amd64-obsd-nat.o bsd-kvm.o
LOADLIBES= -lkvm LOADLIBES= -lkvm

View File

@@ -1,4 +1,4 @@
# Host: Solaris x86_64 # Host: Solaris x86_64
NATDEPFILES= fork-child.o amd64-nat.o i386v4-nat.o i386-sol2-nat.o \ NATDEPFILES= fork-child.o amd64-nat.o i386-v4-nat.o i386-sol2-nat.o \
procfs.o proc-api.o proc-events.o proc-flags.o proc-why.o procfs.o proc-api.o proc-events.o proc-flags.o proc-why.o
HAVE_NATIVE_GCORE_HOST = 1 HAVE_NATIVE_GCORE_HOST = 1

View File

@@ -2,7 +2,7 @@
NAT_FILE= config/nm-linux.h NAT_FILE= config/nm-linux.h
NATDEPFILES= inf-ptrace.o fork-child.o \ NATDEPFILES= inf-ptrace.o fork-child.o \
m68klinux-nat.o \ m68k-linux-nat.o \
proc-service.o linux-thread-db.o \ proc-service.o linux-thread-db.o \
linux-nat.o linux-osdata.o linux-fork.o linux-procfs.o linux-ptrace.o \ linux-nat.o linux-osdata.o linux-fork.o linux-procfs.o linux-ptrace.o \
linux-personality.o \ linux-personality.o \

View File

@@ -1,4 +1,4 @@
# Host: NetBSD/m68k ELF # Host: NetBSD/m68k ELF
NATDEPFILES= m68kbsd-nat.o bsd-kvm.o fork-child.o inf-ptrace.o NATDEPFILES= m68k-bsd-nat.o bsd-kvm.o fork-child.o inf-ptrace.o
LOADLIBES= -lkvm LOADLIBES= -lkvm

View File

@@ -1,4 +1,4 @@
# Host: OpenBSD/m68k # Host: OpenBSD/m68k
NATDEPFILES= m68kbsd-nat.o bsd-kvm.o fork-child.o inf-ptrace.o NATDEPFILES= m68k-bsd-nat.o bsd-kvm.o fork-child.o inf-ptrace.o
LOADLIBES= -lkvm LOADLIBES= -lkvm

View File

@@ -1,2 +1,2 @@
# Host: OpenBSD/m88k # Host: OpenBSD/m88k
NATDEPFILES= fork-child.o inf-ptrace.o m88kbsd-nat.o NATDEPFILES= fork-child.o inf-ptrace.o m88k-bsd-nat.o

View File

@@ -1,2 +1,2 @@
# Host: NetBSD/mips # Host: NetBSD/mips
NATDEPFILES= fork-child.o inf-ptrace.o mipsnbsd-nat.o NATDEPFILES= fork-child.o inf-ptrace.o mips-nbsd-nat.o

View File

@@ -1,2 +1,2 @@
# Host: OpenBSD/mips64 # Host: OpenBSD/mips64
NATDEPFILES= fork-child.o inf-ptrace.o obsd-nat.o mips64obsd-nat.o NATDEPFILES= fork-child.o inf-ptrace.o obsd-nat.o mips64-obsd-nat.o

View File

@@ -1,2 +1,2 @@
# Host: NetBSD/hppa # Host: NetBSD/hppa
NATDEPFILES= fork-child.o inf-ptrace.o nbsd-nat.o hppanbsd-nat.o NATDEPFILES= fork-child.o inf-ptrace.o nbsd-nat.o hppa-nbsd-nat.o

View File

@@ -1,2 +1,2 @@
# Host: OpenBSD/hppa # Host: OpenBSD/hppa
NATDEPFILES= fork-child.o inf-ptrace.o obsd-nat.o hppaobsd-nat.o NATDEPFILES= fork-child.o inf-ptrace.o obsd-nat.o hppa-obsd-nat.o

View File

@@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. */ # along with this program. If not, see <http://www.gnu.org/licenses/>. */
NATDEPFILES= fbsd-nat.o fork-child.o inf-ptrace.o ppcfbsd-nat.o bsd-kvm.o NATDEPFILES= fbsd-nat.o fork-child.o inf-ptrace.o ppc-fbsd-nat.o bsd-kvm.o
HAVE_NATIVE_GCORE_HOST = 1 HAVE_NATIVE_GCORE_HOST = 1
LOADLIBES= -lkvm LOADLIBES= -lkvm

View File

@@ -1,4 +1,4 @@
# Host: NetBSD/powerpc # Host: NetBSD/powerpc
NATDEPFILES= fork-child.o inf-ptrace.o ppcnbsd-nat.o bsd-kvm.o NATDEPFILES= fork-child.o inf-ptrace.o ppc-nbsd-nat.o bsd-kvm.o
LOADLIBES= -lkvm LOADLIBES= -lkvm

View File

@@ -1,4 +1,4 @@
# Host: OpenBSD/powerpc # Host: OpenBSD/powerpc
NATDEPFILES= fork-child.o inf-ptrace.o obsd-nat.o ppcobsd-nat.o bsd-kvm.o NATDEPFILES= fork-child.o inf-ptrace.o obsd-nat.o ppc-obsd-nat.o bsd-kvm.o
LOADLIBES= -lkvm LOADLIBES= -lkvm

View File

@@ -1,2 +1,2 @@
# Host: NetBSD/sh # Host: NetBSD/sh
NATDEPFILES= fork-child.o inf-ptrace.o shnbsd-nat.o NATDEPFILES= fork-child.o inf-ptrace.o sh-nbsd-nat.o

View File

@@ -1,6 +1,6 @@
# Host: FreeBSD/sparc64 # Host: FreeBSD/sparc64
NATDEPFILES= fork-child.o inf-ptrace.o \ NATDEPFILES= fork-child.o inf-ptrace.o \
fbsd-nat.o sparc-nat.o sparc64-nat.o sparc64fbsd-nat.o \ fbsd-nat.o sparc-nat.o sparc64-nat.o sparc64-fbsd-nat.o \
bsd-kvm.o bsd-kvm.o
HAVE_NATIVE_GCORE_HOST = 1 HAVE_NATIVE_GCORE_HOST = 1

View File

@@ -1,5 +1,5 @@
# Host: NetBSD/sparc64 # Host: NetBSD/sparc64
NATDEPFILES= fork-child.o inf-ptrace.o \ NATDEPFILES= fork-child.o inf-ptrace.o \
sparc64nbsd-nat.o sparc-nat.o bsd-kvm.o sparc64-nbsd-nat.o sparc-nat.o bsd-kvm.o
LOADLIBES= -lkvm LOADLIBES= -lkvm

View File

@@ -1,5 +1,5 @@
# Host: NetBSD/sparc ELF # Host: NetBSD/sparc ELF
NATDEPFILES= fork-child.o inf-ptrace.o \ NATDEPFILES= fork-child.o inf-ptrace.o \
sparc-nat.o sparcnbsd-nat.o bsd-kvm.o sparc-nat.o sparc-nbsd-nat.o bsd-kvm.o
LOADLIBES= -lkvm LOADLIBES= -lkvm

View File

@@ -1,5 +1,5 @@
# Host: OpenBSD/sparc64 # Host: OpenBSD/sparc64
NATDEPFILES= fork-child.o inf-ptrace.o obsd-nat.o \ NATDEPFILES= fork-child.o inf-ptrace.o obsd-nat.o \
sparc64obsd-nat.o sparc-nat.o bsd-kvm.o sparc64-obsd-nat.o sparc-nat.o bsd-kvm.o
LOADLIBES= -lkvm LOADLIBES= -lkvm

View File

@@ -1,5 +1,5 @@
# Host: NetBSD/vax ELF # Host: NetBSD/vax ELF
NATDEPFILES= fork-child.o inf-ptrace.o \ NATDEPFILES= fork-child.o inf-ptrace.o \
vaxbsd-nat.o bsd-kvm.o vax-bsd-nat.o bsd-kvm.o
LOADLIBES= -lkvm LOADLIBES= -lkvm

View File

@@ -1,5 +1,5 @@
# Host: OpenBSD/vax # Host: OpenBSD/vax
NATDEPFILES= fork-child.o inf-ptrace.o \ NATDEPFILES= fork-child.o inf-ptrace.o \
vaxbsd-nat.o bsd-kvm.o vax-bsd-nat.o bsd-kvm.o
LOADLIBES= -lkvm LOADLIBES= -lkvm

View File

@@ -59,18 +59,18 @@ alpha*-*-linux*)
;; ;;
alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu) alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu)
# Target: FreeBSD/alpha # Target: FreeBSD/alpha
gdb_target_obs="alpha-tdep.o alpha-mdebug-tdep.o alphabsd-tdep.o \ gdb_target_obs="alpha-tdep.o alpha-mdebug-tdep.o alpha-bsd-tdep.o \
alphafbsd-tdep.o solib-svr4.o" alpha-fbsd-tdep.o solib-svr4.o"
;; ;;
alpha*-*-netbsd* | alpha*-*-knetbsd*-gnu) alpha*-*-netbsd* | alpha*-*-knetbsd*-gnu)
# Target: NetBSD/alpha # Target: NetBSD/alpha
gdb_target_obs="alpha-tdep.o alpha-mdebug-tdep.o alphabsd-tdep.o \ gdb_target_obs="alpha-tdep.o alpha-mdebug-tdep.o alpha-bsd-tdep.o \
alphanbsd-tdep.o nbsd-tdep.o solib-svr4.o" alpha-nbsd-tdep.o nbsd-tdep.o solib-svr4.o"
;; ;;
alpha*-*-openbsd*) alpha*-*-openbsd*)
# Target: OpenBSD/alpha # Target: OpenBSD/alpha
gdb_target_obs="alpha-tdep.o alpha-mdebug-tdep.o alphabsd-tdep.o \ gdb_target_obs="alpha-tdep.o alpha-mdebug-tdep.o alpha-bsd-tdep.o \
alphanbsd-tdep.o alphaobsd-tdep.o nbsd-tdep.o \ alpha-nbsd-tdep.o alpha-obsd-tdep.o nbsd-tdep.o \
obsd-tdep.o solib-svr4.o" obsd-tdep.o solib-svr4.o"
;; ;;
alpha*-*-*) alpha*-*-*)
@@ -109,13 +109,13 @@ arm*-*-linux*)
;; ;;
arm*-*-netbsd* | arm*-*-knetbsd*-gnu) arm*-*-netbsd* | arm*-*-knetbsd*-gnu)
# Target: NetBSD/arm # Target: NetBSD/arm
gdb_target_obs="arm.o arm-get-next-pcs.o arm-tdep.o armnbsd-tdep.o \ gdb_target_obs="arm.o arm-get-next-pcs.o arm-tdep.o arm-nbsd-tdep.o \
solib-svr4.o" solib-svr4.o"
;; ;;
arm*-*-openbsd*) arm*-*-openbsd*)
# Target: OpenBSD/arm # Target: OpenBSD/arm
gdb_target_obs="arm.o arm-get-next-pcs.o arm-tdep.o armbsd-tdep.o \ gdb_target_obs="arm.o arm-get-next-pcs.o arm-tdep.o arm-bsd-tdep.o \
armobsd-tdep.o obsd-tdep.o solib-svr4.o" arm-obsd-tdep.o obsd-tdep.o solib-svr4.o"
;; ;;
arm*-*-symbianelf*) arm*-*-symbianelf*)
# Target: SymbianOS/arm # Target: SymbianOS/arm
@@ -174,11 +174,11 @@ hppa*-*-linux*)
;; ;;
hppa*-*-netbsd*) hppa*-*-netbsd*)
# Target: NetBSD/hppa # Target: NetBSD/hppa
gdb_target_obs="hppa-tdep.o hppabsd-tdep.o hppanbsd-tdep.o solib-svr4.o" gdb_target_obs="hppa-tdep.o hppa-bsd-tdep.o hppa-nbsd-tdep.o solib-svr4.o"
;; ;;
hppa*-*-openbsd*) hppa*-*-openbsd*)
# Target: OpenBSD/hppa # Target: OpenBSD/hppa
gdb_target_obs="hppa-tdep.o hppabsd-tdep.o hppaobsd-tdep.o solib-svr4.o" gdb_target_obs="hppa-tdep.o hppa-bsd-tdep.o hppa-obsd-tdep.o solib-svr4.o"
;; ;;
hppa*-*-*) hppa*-*-*)
# Target: HP PA-RISC # Target: HP PA-RISC
@@ -200,17 +200,17 @@ i[34567]86-*-dicos*)
;; ;;
i[34567]86-*-freebsd* | i[34567]86-*-kfreebsd*-gnu) i[34567]86-*-freebsd* | i[34567]86-*-kfreebsd*-gnu)
# Target: FreeBSD/i386 # Target: FreeBSD/i386
gdb_target_obs="i386-tdep.o i387-tdep.o i386bsd-tdep.o i386fbsd-tdep.o \ gdb_target_obs="i386-tdep.o i387-tdep.o i386-bsd-tdep.o i386-fbsd-tdep.o \
bsd-uthread.o fbsd-tdep.o solib-svr4.o" bsd-uthread.o fbsd-tdep.o solib-svr4.o"
;; ;;
i[34567]86-*-netbsd* | i[34567]86-*-knetbsd*-gnu) i[34567]86-*-netbsd* | i[34567]86-*-knetbsd*-gnu)
# Target: NetBSD/i386 # Target: NetBSD/i386
gdb_target_obs="i386-tdep.o i387-tdep.o i386bsd-tdep.o i386nbsd-tdep.o \ gdb_target_obs="i386-tdep.o i387-tdep.o i386-bsd-tdep.o i386-nbsd-tdep.o \
nbsd-tdep.o solib-svr4.o" nbsd-tdep.o solib-svr4.o"
;; ;;
i[34567]86-*-openbsd*) i[34567]86-*-openbsd*)
# Target: OpenBSD/i386 # Target: OpenBSD/i386
gdb_target_obs="i386-tdep.o i387-tdep.o i386bsd-tdep.o i386obsd-tdep.o \ gdb_target_obs="i386-tdep.o i387-tdep.o i386-bsd-tdep.o i386-obsd-tdep.o \
obsd-tdep.o bsd-uthread.o solib-svr4.o" obsd-tdep.o bsd-uthread.o solib-svr4.o"
;; ;;
i[34567]86-*-nto*) i[34567]86-*-nto*)
@@ -242,7 +242,7 @@ i[34567]86-*-linux*)
;; ;;
i[34567]86-*-gnu*) i[34567]86-*-gnu*)
# Target: Intel 386 running the GNU Hurd # Target: Intel 386 running the GNU Hurd
gdb_target_obs="i386-tdep.o i387-tdep.o i386gnu-tdep.o solib-svr4.o" gdb_target_obs="i386-tdep.o i387-tdep.o i386-gnu-tdep.o solib-svr4.o"
;; ;;
i[34567]86-*-cygwin*) i[34567]86-*-cygwin*)
# Target: Intel 386 running win32 # Target: Intel 386 running win32
@@ -321,17 +321,17 @@ fido-*-elf*)
;; ;;
m68*-*-linux*) m68*-*-linux*)
# Target: Motorola m68k with a.out and ELF # Target: Motorola m68k with a.out and ELF
gdb_target_obs="m68k-tdep.o m68klinux-tdep.o solib-svr4.o \ gdb_target_obs="m68k-tdep.o m68k-linux-tdep.o solib-svr4.o \
linux-tdep.o glibc-tdep.o symfile-mem.o" linux-tdep.o glibc-tdep.o symfile-mem.o"
build_gdbserver=yes build_gdbserver=yes
;; ;;
m68*-*-netbsd* | m68*-*-knetbsd*-gnu) m68*-*-netbsd* | m68*-*-knetbsd*-gnu)
# Target: NetBSD/m68k # Target: NetBSD/m68k
gdb_target_obs="m68k-tdep.o m68kbsd-tdep.o solib-svr4.o" gdb_target_obs="m68k-tdep.o m68k-bsd-tdep.o solib-svr4.o"
;; ;;
m68*-*-openbsd*) m68*-*-openbsd*)
# Target: OpenBSD/m68k # Target: OpenBSD/m68k
gdb_target_obs="m68k-tdep.o m68kbsd-tdep.o solib-svr4.o" gdb_target_obs="m68k-tdep.o m68k-bsd-tdep.o solib-svr4.o"
;; ;;
m88*-*-openbsd*) m88*-*-openbsd*)
@@ -366,12 +366,12 @@ mips*-*-linux*)
;; ;;
mips*-*-netbsd* | mips*-*-knetbsd*-gnu) mips*-*-netbsd* | mips*-*-knetbsd*-gnu)
# Target: MIPS running NetBSD # Target: MIPS running NetBSD
gdb_target_obs="mips-tdep.o mipsnbsd-tdep.o solib-svr4.o nbsd-tdep.o" gdb_target_obs="mips-tdep.o mips-nbsd-tdep.o solib-svr4.o nbsd-tdep.o"
gdb_sim=../sim/mips/libsim.a gdb_sim=../sim/mips/libsim.a
;; ;;
mips64*-*-openbsd*) mips64*-*-openbsd*)
# Target: OpenBSD/mips64 # Target: OpenBSD/mips64
gdb_target_obs="mips-tdep.o mips64obsd-tdep.o obsd-tdep.o solib-svr4.o" gdb_target_obs="mips-tdep.o mips64-obsd-tdep.o obsd-tdep.o solib-svr4.o"
;; ;;
mips*-sde*-elf*) mips*-sde*-elf*)
# Target: MIPS SDE # Target: MIPS SDE
@@ -424,20 +424,20 @@ nios2*-*-*)
powerpc*-*-freebsd*) powerpc*-*-freebsd*)
# Target: FreeBSD/powerpc # Target: FreeBSD/powerpc
gdb_target_obs="rs6000-tdep.o ppc-sysv-tdep.o ppc64-tdep.o \ gdb_target_obs="rs6000-tdep.o ppc-sysv-tdep.o ppc64-tdep.o \
ppcfbsd-tdep.o fbsd-tdep.o solib-svr4.o \ ppc-fbsd-tdep.o fbsd-tdep.o solib-svr4.o \
ravenscar-thread.o ppc-ravenscar-thread.o" ravenscar-thread.o ppc-ravenscar-thread.o"
;; ;;
powerpc-*-netbsd* | powerpc-*-knetbsd*-gnu) powerpc-*-netbsd* | powerpc-*-knetbsd*-gnu)
# Target: NetBSD/powerpc # Target: NetBSD/powerpc
gdb_target_obs="rs6000-tdep.o ppc-sysv-tdep.o ppcnbsd-tdep.o \ gdb_target_obs="rs6000-tdep.o ppc-sysv-tdep.o ppc-nbsd-tdep.o \
solib-svr4.o \ solib-svr4.o \
ravenscar-thread.o ppc-ravenscar-thread.o" ravenscar-thread.o ppc-ravenscar-thread.o"
gdb_sim=../sim/ppc/libsim.a gdb_sim=../sim/ppc/libsim.a
;; ;;
powerpc-*-openbsd*) powerpc-*-openbsd*)
# Target: OpenBSD/powerpc # Target: OpenBSD/powerpc
gdb_target_obs="rs6000-tdep.o ppc-sysv-tdep.o ppcobsd-tdep.o \ gdb_target_obs="rs6000-tdep.o ppc-sysv-tdep.o ppc-obsd-tdep.o \
solib-svr4.o \ solib-svr4.o \
ravenscar-thread.o ppc-ravenscar-thread.o" ravenscar-thread.o ppc-ravenscar-thread.o"
;; ;;
@@ -506,12 +506,12 @@ sh*-*-linux*)
;; ;;
sh*-*-netbsdelf* | sh*-*-knetbsd*-gnu) sh*-*-netbsdelf* | sh*-*-knetbsd*-gnu)
# Target: NetBSD/sh # Target: NetBSD/sh
gdb_target_obs="sh-tdep.o shnbsd-tdep.o solib-svr4.o" gdb_target_obs="sh-tdep.o sh-nbsd-tdep.o solib-svr4.o"
gdb_sim=../sim/sh/libsim.a gdb_sim=../sim/sh/libsim.a
;; ;;
sh*-*-openbsd*) sh*-*-openbsd*)
# Target: OpenBSD/sh # Target: OpenBSD/sh
gdb_target_obs="sh-tdep.o sh64-tdep.o shnbsd-tdep.o solib-svr4.o" gdb_target_obs="sh-tdep.o sh64-tdep.o sh-nbsd-tdep.o solib-svr4.o"
;; ;;
sh64-*-elf*) sh64-*-elf*)
# Target: Renesas/Super-H 64 bit with simulator # Target: Renesas/Super-H 64 bit with simulator
@@ -547,32 +547,32 @@ sparc64-*-linux*)
;; ;;
sparc*-*-freebsd* | sparc*-*-kfreebsd*-gnu) sparc*-*-freebsd* | sparc*-*-kfreebsd*-gnu)
# Target: FreeBSD/sparc64 # Target: FreeBSD/sparc64
gdb_target_obs="sparc-tdep.o sparc64-tdep.o sparc64fbsd-tdep.o \ gdb_target_obs="sparc-tdep.o sparc64-tdep.o sparc64-fbsd-tdep.o \
fbsd-tdep.o solib-svr4.o \ fbsd-tdep.o solib-svr4.o \
ravenscar-thread.o sparc-ravenscar-thread.o" ravenscar-thread.o sparc-ravenscar-thread.o"
;; ;;
sparc-*-netbsd* | sparc-*-knetbsd*-gnu) sparc-*-netbsd* | sparc-*-knetbsd*-gnu)
# Target: NetBSD/sparc # Target: NetBSD/sparc
gdb_target_obs="sparc-tdep.o sparcnbsd-tdep.o nbsd-tdep.o \ gdb_target_obs="sparc-tdep.o sparc-nbsd-tdep.o nbsd-tdep.o \
solib-svr4.o \ solib-svr4.o \
ravenscar-thread.o sparc-ravenscar-thread.o" ravenscar-thread.o sparc-ravenscar-thread.o"
;; ;;
sparc64-*-netbsd* | sparc64-*-knetbsd*-gnu) sparc64-*-netbsd* | sparc64-*-knetbsd*-gnu)
# Target: NetBSD/sparc64 # Target: NetBSD/sparc64
gdb_target_obs="sparc64-tdep.o sparc64nbsd-tdep.o sparc-tdep.o \ gdb_target_obs="sparc64-tdep.o sparc64-nbsd-tdep.o sparc-tdep.o \
sparcnbsd-tdep.o nbsd-tdep.o solib-svr4.o \ sparc-nbsd-tdep.o nbsd-tdep.o solib-svr4.o \
ravenscar-thread.o sparc-ravenscar-thread.o" ravenscar-thread.o sparc-ravenscar-thread.o"
;; ;;
sparc-*-openbsd*) sparc-*-openbsd*)
# Target: OpenBSD/sparc # Target: OpenBSD/sparc
gdb_target_obs="sparc-tdep.o sparcnbsd-tdep.o sparcobsd-tdep.o \ gdb_target_obs="sparc-tdep.o sparc-nbsd-tdep.o sparc-obsd-tdep.o \
nbsd-tdep.o obsd-tdep.o bsd-uthread.o solib-svr4.o \ nbsd-tdep.o obsd-tdep.o bsd-uthread.o solib-svr4.o \
ravenscar-thread.o sparc-ravenscar-thread.o" ravenscar-thread.o sparc-ravenscar-thread.o"
;; ;;
sparc64-*-openbsd*) sparc64-*-openbsd*)
# Target: OpenBSD/sparc64 # Target: OpenBSD/sparc64
gdb_target_obs="sparc64-tdep.o sparc64nbsd-tdep.o sparc64obsd-tdep.o \ gdb_target_obs="sparc64-tdep.o sparc64-nbsd-tdep.o sparc64-obsd-tdep.o \
sparc-tdep.o sparcnbsd-tdep.o sparcobsd-tdep.o \ sparc-tdep.o sparc-nbsd-tdep.o sparc-obsd-tdep.o \
nbsd-tdep.o obsd-tdep.o bsd-uthread.o solib-svr4.o \ nbsd-tdep.o obsd-tdep.o bsd-uthread.o solib-svr4.o \
ravenscar-thread.o sparc-ravenscar-thread.o" ravenscar-thread.o sparc-ravenscar-thread.o"
;; ;;
@@ -643,11 +643,11 @@ v850*-*-elf | v850*-*-rtems*)
vax-*-netbsd* | vax-*-knetbsd*-gnu) vax-*-netbsd* | vax-*-knetbsd*-gnu)
# Target: NetBSD/vax # Target: NetBSD/vax
gdb_target_obs="vax-tdep.o vaxnbsd-tdep.o solib-svr4.o" gdb_target_obs="vax-tdep.o vax-nbsd-tdep.o solib-svr4.o"
;; ;;
vax-*-openbsd*) vax-*-openbsd*)
# Target: OpenBSD/vax # Target: OpenBSD/vax
gdb_target_obs="vax-tdep.o vaxobsd-tdep.o" gdb_target_obs="vax-tdep.o vax-obsd-tdep.o"
;; ;;
vax-*-*) vax-*-*)
# Target: VAX # Target: VAX
@@ -678,8 +678,8 @@ x86_64-*-linux*)
;; ;;
x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu) x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu)
# Target: FreeBSD/amd64 # Target: FreeBSD/amd64
gdb_target_obs="amd64-tdep.o amd64fbsd-tdep.o i386-tdep.o \ gdb_target_obs="amd64-tdep.o amd64-fbsd-tdep.o i386-tdep.o \
i387-tdep.o i386bsd-tdep.o i386fbsd-tdep.o \ i387-tdep.o i386-bsd-tdep.o i386-fbsd-tdep.o \
bsd-uthread.o fbsd-tdep.o solib-svr4.o" bsd-uthread.o fbsd-tdep.o solib-svr4.o"
;; ;;
x86_64-*-mingw* | x86_64-*-cygwin*) x86_64-*-mingw* | x86_64-*-cygwin*)
@@ -691,17 +691,17 @@ x86_64-*-mingw* | x86_64-*-cygwin*)
;; ;;
x86_64-*-netbsd* | x86_64-*-knetbsd*-gnu) x86_64-*-netbsd* | x86_64-*-knetbsd*-gnu)
# Target: NetBSD/amd64 # Target: NetBSD/amd64
gdb_target_obs="amd64-tdep.o amd64nbsd-tdep.o i386-tdep.o i387-tdep.o \ gdb_target_obs="amd64-tdep.o amd64-nbsd-tdep.o i386-tdep.o i387-tdep.o \
nbsd-tdep.o solib-svr4.o" nbsd-tdep.o solib-svr4.o"
;; ;;
x86_64-*-openbsd*) x86_64-*-openbsd*)
# Target: OpenBSD/amd64 # Target: OpenBSD/amd64
gdb_target_obs="amd64-tdep.o amd64obsd-tdep.o i386-tdep.o \ gdb_target_obs="amd64-tdep.o amd64-obsd-tdep.o i386-tdep.o \
i387-tdep.o i386bsd-tdep.o i386obsd-tdep.o \ i387-tdep.o i386-bsd-tdep.o i386-obsd-tdep.o \
obsd-tdep.o bsd-uthread.o solib-svr4.o" obsd-tdep.o bsd-uthread.o solib-svr4.o"
;; ;;
x86_64-*-rtems*) x86_64-*-rtems*)
gdb_target_obs="amd64-tdep.o i386-tdep.o i387-tdep.o i386bsd-tdep.o" gdb_target_obs="amd64-tdep.o i386-tdep.o i387-tdep.o i386-bsd-tdep.o"
;; ;;
xtensa*-*-linux*) gdb_target=linux xtensa*-*-linux*) gdb_target=linux
# Target: GNU/Linux Xtensa # Target: GNU/Linux Xtensa

View File

@@ -25,7 +25,7 @@
#include "elf/common.h" #include "elf/common.h"
#include "hppa-tdep.h" #include "hppa-tdep.h"
#include "hppabsd-tdep.h" #include "hppa-bsd-tdep.h"
#include "dwarf2-frame.h" #include "dwarf2-frame.h"
#include "solib-svr4.h" #include "solib-svr4.h"

View File

@@ -17,9 +17,9 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#ifndef HPPABSD_TDEP_H #ifndef HPPA_BSD_TDEP_H
#define HPPABSD_TDEP_H #define HPPA_BSD_TDEP_H
extern void hppabsd_init_abi (struct gdbarch_info, struct gdbarch *); extern void hppabsd_init_abi (struct gdbarch_info, struct gdbarch *);
#endif /* hppabsd-tdep.h */ #endif /* hppa-bsd-tdep.h */

View File

@@ -26,7 +26,7 @@
#include "tramp-frame.h" #include "tramp-frame.h"
#include "hppa-tdep.h" #include "hppa-tdep.h"
#include "hppabsd-tdep.h" #include "hppa-bsd-tdep.h"
/* From <machine/mcontext.h>. */ /* From <machine/mcontext.h>. */
static int hppanbsd_mc_reg_offset[] = static int hppanbsd_mc_reg_offset[] =

View File

@@ -23,7 +23,7 @@
#include "regset.h" #include "regset.h"
#include "hppa-tdep.h" #include "hppa-tdep.h"
#include "hppabsd-tdep.h" #include "hppa-bsd-tdep.h"
/* Core file support. */ /* Core file support. */

View File

@@ -29,8 +29,8 @@
#include "i386-tdep.h" #include "i386-tdep.h"
#include "i387-tdep.h" #include "i387-tdep.h"
#include "x86bsd-nat.h" #include "x86-bsd-nat.h"
#include "i386bsd-nat.h" #include "i386-bsd-nat.h"
#include "inf-ptrace.h" #include "inf-ptrace.h"
@@ -295,7 +295,7 @@ _initialize_i386bsd_nat (void)
{ {
int offset; int offset;
/* To support the recognition of signal handlers, i386bsd-tdep.c /* To support the recognition of signal handlers, i386-bsd-tdep.c
hardcodes some constants. Inclusion of this file means that we hardcodes some constants. Inclusion of this file means that we
are compiling a native debugger, which means that we can use the are compiling a native debugger, which means that we can use the
system header files and sysctl(3) to get at the relevant system header files and sysctl(3) to get at the relevant

View File

@@ -17,12 +17,12 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#ifndef I386BSD_NAT_H #ifndef I386_BSD_NAT_H
#define I386BSD_NAT_H #define I386_BSD_NAT_H
/* Create a prototype *BSD/i386 target. The client can override it /* Create a prototype *BSD/i386 target. The client can override it
with local methods. */ with local methods. */
extern struct target_ops *i386bsd_target (void); extern struct target_ops *i386bsd_target (void);
#endif /* i386bsd-nat.h */ #endif /* i386-bsd-nat.h */

View File

@@ -30,8 +30,8 @@
#include "fbsd-nat.h" #include "fbsd-nat.h"
#include "i386-tdep.h" #include "i386-tdep.h"
#include "x86-nat.h" #include "x86-nat.h"
#include "x86bsd-nat.h" #include "x86-bsd-nat.h"
#include "i386bsd-nat.h" #include "i386-bsd-nat.h"
/* Resume execution of the inferior process. If STEP is nonzero, /* Resume execution of the inferior process. If STEP is nonzero,
single-step it. If SIGNAL is nonzero, give it that signal. */ single-step it. If SIGNAL is nonzero, give it that signal. */

View File

@@ -23,7 +23,7 @@
#include "osabi.h" #include "osabi.h"
#include "regcache.h" #include "regcache.h"
#include "regset.h" #include "regset.h"
#include "i386fbsd-tdep.h" #include "i386-fbsd-tdep.h"
#include "x86-xstate.h" #include "x86-xstate.h"
#include "i386-tdep.h" #include "i386-tdep.h"

View File

@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#ifndef I386FBSD_TDEP_H #ifndef I386_FBSD_TDEP_H
#define I386FBSD_TDEP_H #define I386_FBSD_TDEP_H
/* Get XSAVE extended state xcr0 from core dump. */ /* Get XSAVE extended state xcr0 from core dump. */
extern uint64_t i386fbsd_core_read_xcr0 (bfd *abfd); extern uint64_t i386fbsd_core_read_xcr0 (bfd *abfd);
@@ -28,4 +28,4 @@ extern uint64_t i386fbsd_core_read_xcr0 (bfd *abfd);
matches the layout on Linux. */ matches the layout on Linux. */
#define I386_FBSD_XSAVE_XCR0_OFFSET 464 #define I386_FBSD_XSAVE_XCR0_OFFSET 464
#endif /* i386fbsd-tdep.h */ #endif /* i386-fbsd-tdep.h */

View File

@@ -23,7 +23,7 @@
#include "target.h" #include "target.h"
#include "i386-tdep.h" #include "i386-tdep.h"
#include "i386bsd-nat.h" #include "i386-bsd-nat.h"
/* Support for debugging kernel virtual memory images. */ /* Support for debugging kernel virtual memory images. */

View File

@@ -27,7 +27,7 @@
#include <machine/pcb.h> #include <machine/pcb.h>
#include "i386-tdep.h" #include "i386-tdep.h"
#include "i386bsd-nat.h" #include "i386-bsd-nat.h"
#include "obsd-nat.h" #include "obsd-nat.h"
#include "bsd-kvm.h" #include "bsd-kvm.h"

View File

@@ -428,7 +428,7 @@ extern const struct target_desc *i386_target_description (uint64_t xcr0);
extern int i386_mpx_enabled (void); extern int i386_mpx_enabled (void);
/* Functions and variables exported from i386bsd-tdep.c. */ /* Functions and variables exported from i386-bsd-tdep.c. */
extern void i386bsd_init_abi (struct gdbarch_info, struct gdbarch *); extern void i386bsd_init_abi (struct gdbarch_info, struct gdbarch *);
extern CORE_ADDR i386fbsd_sigtramp_start_addr; extern CORE_ADDR i386fbsd_sigtramp_start_addr;

View File

@@ -101,7 +101,7 @@ struct gdbarch_tdep
extern void m68k_svr4_init_abi (struct gdbarch_info, struct gdbarch *); extern void m68k_svr4_init_abi (struct gdbarch_info, struct gdbarch *);
/* Functions exported from m68kbsd-tdep.c. */ /* Functions exported from m68k-bsd-tdep.c. */
extern int m68kbsd_fpreg_offset (struct gdbarch *gdbarch, int regnum); extern int m68kbsd_fpreg_offset (struct gdbarch *gdbarch, int regnum);

View File

@@ -27,7 +27,7 @@
#include <machine/reg.h> #include <machine/reg.h>
#include "mips-tdep.h" #include "mips-tdep.h"
#include "mipsnbsd-tdep.h" #include "mips-nbsd-tdep.h"
#include "inf-ptrace.h" #include "inf-ptrace.h"
/* Determine if PT_GETREGS fetches this register. */ /* Determine if PT_GETREGS fetches this register. */

View File

@@ -28,7 +28,7 @@
#include "osabi.h" #include "osabi.h"
#include "nbsd-tdep.h" #include "nbsd-tdep.h"
#include "mipsnbsd-tdep.h" #include "mips-nbsd-tdep.h"
#include "mips-tdep.h" #include "mips-tdep.h"
#include "solib-svr4.h" #include "solib-svr4.h"

View File

@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#ifndef MIPSNBSD_TDEP_H #ifndef MIPS_NBSD_TDEP_H
#define MIPSNBSD_TDEP_H #define MIPS_NBSD_TDEP_H
void mipsnbsd_supply_reg (struct regcache *, const char *, int); void mipsnbsd_supply_reg (struct regcache *, const char *, int);
void mipsnbsd_fill_reg (const struct regcache *, char *, int); void mipsnbsd_fill_reg (const struct regcache *, char *, int);
@@ -26,4 +26,4 @@ void mipsnbsd_fill_reg (const struct regcache *, char *, int);
void mipsnbsd_supply_fpreg (struct regcache *, const char *, int); void mipsnbsd_supply_fpreg (struct regcache *, const char *, int);
void mipsnbsd_fill_fpreg (const struct regcache *, char *, int); void mipsnbsd_fill_fpreg (const struct regcache *, char *, int);
#endif /* MIPSNBSD_TDEP_H */ #endif /* MIPS_NBSD_TDEP_H */

View File

@@ -33,7 +33,7 @@
#include "fbsd-nat.h" #include "fbsd-nat.h"
#include "gregset.h" #include "gregset.h"
#include "ppc-tdep.h" #include "ppc-tdep.h"
#include "ppcfbsd-tdep.h" #include "ppc-fbsd-tdep.h"
#include "inf-ptrace.h" #include "inf-ptrace.h"
#include "bsd-kvm.h" #include "bsd-kvm.h"

View File

@@ -32,7 +32,7 @@
#include "ppc-tdep.h" #include "ppc-tdep.h"
#include "ppc64-tdep.h" #include "ppc64-tdep.h"
#include "ppcfbsd-tdep.h" #include "ppc-fbsd-tdep.h"
#include "fbsd-tdep.h" #include "fbsd-tdep.h"
#include "solib-svr4.h" #include "solib-svr4.h"

View File

@@ -17,13 +17,13 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#ifndef PPCFBSD_TDEP_H #ifndef PPC_FBSD_TDEP_H
#define PPCFBSD_TDEP_H #define PPC_FBSD_TDEP_H
struct regset; struct regset;
/* From ppcfbsd-tdep.c ... */ /* From ppc-fbsd-tdep.c ... */
const struct regset *ppc_fbsd_gregset (int); const struct regset *ppc_fbsd_gregset (int);
const struct regset *ppc_fbsd_fpregset (void); const struct regset *ppc_fbsd_fpregset (void);
#endif /* PPCFBSD_TDEP_H */ #endif /* PPC_FBSD_TDEP_H */

View File

@@ -32,7 +32,7 @@
#include "regcache.h" #include "regcache.h"
#include "ppc-tdep.h" #include "ppc-tdep.h"
#include "ppcnbsd-tdep.h" #include "ppc-nbsd-tdep.h"
#include "bsd-kvm.h" #include "bsd-kvm.h"
#include "inf-ptrace.h" #include "inf-ptrace.h"

View File

@@ -28,7 +28,7 @@
#include "tramp-frame.h" #include "tramp-frame.h"
#include "ppc-tdep.h" #include "ppc-tdep.h"
#include "ppcnbsd-tdep.h" #include "ppc-nbsd-tdep.h"
#include "solib-svr4.h" #include "solib-svr4.h"
/* Register offsets from <machine/reg.h>. */ /* Register offsets from <machine/reg.h>. */

View File

@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#ifndef PPCNBSD_TDEP_H #ifndef PPC_NBSD_TDEP_H
#define PPCNBSD_TDEP_H #define PPC_NBSD_TDEP_H
struct regset; struct regset;
@@ -29,4 +29,4 @@ extern struct ppc_reg_offsets ppcnbsd_reg_offsets;
extern const struct regset ppcnbsd_gregset; extern const struct regset ppcnbsd_gregset;
extern const struct regset ppcnbsd_fpregset; extern const struct regset ppcnbsd_fpregset;
#endif /* ppcnbsd-tdep.h */ #endif /* ppc-nbsd-tdep.h */

View File

@@ -30,7 +30,7 @@
#include <machine/reg.h> #include <machine/reg.h>
#include "ppc-tdep.h" #include "ppc-tdep.h"
#include "ppcobsd-tdep.h" #include "ppc-obsd-tdep.h"
#include "inf-ptrace.h" #include "inf-ptrace.h"
#include "obsd-nat.h" #include "obsd-nat.h"
#include "bsd-kvm.h" #include "bsd-kvm.h"

View File

@@ -29,7 +29,7 @@
#include "trad-frame.h" #include "trad-frame.h"
#include "ppc-tdep.h" #include "ppc-tdep.h"
#include "ppcobsd-tdep.h" #include "ppc-obsd-tdep.h"
#include "solib-svr4.h" #include "solib-svr4.h"
/* Register offsets from <machine/reg.h>. */ /* Register offsets from <machine/reg.h>. */

View File

@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#ifndef PPCOBSD_TDEP_H #ifndef PPC_OBSD_TDEP_H
#define PPCOBSD_TDEP_H #define PPC_OBSD_TDEP_H
struct regset; struct regset;
struct regcache; struct regcache;
@@ -49,4 +49,4 @@ extern void ppcobsd_collect_gregset (const struct regset *regset,
const struct regcache *regcache, const struct regcache *regcache,
int regnum, void *gregs, size_t len); int regnum, void *gregs, size_t len);
#endif /* ppcobsd-tdep.h */ #endif /* ppc-obsd-tdep.h */

Some files were not shown because too many files have changed in this diff Show More