diff options
author | Daniel Jacobowitz <drow@false.org> | 2003-06-20 13:57:30 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2003-06-20 13:57:30 +0000 |
commit | 0b1b50c059c2bcf7315c607a3f34730ce0f3bd8c (patch) | |
tree | 6155c49496c95a0fb1a93f83ec36492ecca102f8 /gdb/config/arm | |
parent | 601cecf016bc104dc20b12630be28d3a73767ba6 (diff) | |
download | gdb-0b1b50c059c2bcf7315c607a3f34730ce0f3bd8c.zip gdb-0b1b50c059c2bcf7315c607a3f34730ce0f3bd8c.tar.gz gdb-0b1b50c059c2bcf7315c607a3f34730ce0f3bd8c.tar.bz2 |
* config/arm/linux.mt: Remove code protected by GDBSERVER define.
* config/arm/nm-linux.h: Likewise.
* config/arm/tm-linux.h: Likewise.
* config/ia64/nm-linux.h: Likewise.
* config/ia64/tm-ia64.h: Likewise.
* config/s390/tm-linux.h: Likewise.
* config/s390/tm-s390.h: Likewise.
* s390-nat.c: Likewise.
* s390-tdep.c: Likewise.
* config/i386/linux.mt: Don't set GDBSERVER_DEPFILES.
* config/ia64/linux.mt: Likewise.
* config/m68k/linux.mh: Likewise.
* config/mips/linux.mt: Likewise.
* config/powerpc/linux.mh: Likewise.
* config/sh/linux.mt: Likewise.
Diffstat (limited to 'gdb/config/arm')
-rw-r--r-- | gdb/config/arm/linux.mt | 2 | ||||
-rw-r--r-- | gdb/config/arm/nm-linux.h | 5 | ||||
-rw-r--r-- | gdb/config/arm/tm-linux.h | 4 |
3 files changed, 0 insertions, 11 deletions
diff --git a/gdb/config/arm/linux.mt b/gdb/config/arm/linux.mt index e1996ab..c17b2e5 100644 --- a/gdb/config/arm/linux.mt +++ b/gdb/config/arm/linux.mt @@ -1,5 +1,3 @@ # Target: ARM based machine running GNU/Linux TM_FILE= tm-linux.h TDEPFILES= arm-tdep.o arm-linux-tdep.o solib.o solib-svr4.o solib-legacy.o - -GDBSERVER_DEPFILES = linux-low.o linux-arm-low.o reg-arm.o diff --git a/gdb/config/arm/nm-linux.h b/gdb/config/arm/nm-linux.h index 7e0156d..3de00c9 100644 --- a/gdb/config/arm/nm-linux.h +++ b/gdb/config/arm/nm-linux.h @@ -27,11 +27,6 @@ #define U_REGS_OFFSET 0 -#ifdef GDBSERVER -#define REGISTER_U_ADDR(addr,blockend,regno) \ - (addr) = arm_register_u_addr ((blockend),(regno)) -#endif /* GDBSERVER */ - /* Return sizeof user struct to callers in less machine dependent routines */ extern int kernel_u_size (void); #define KERNEL_U_SIZE arm_linux_kernel_u_size() diff --git a/gdb/config/arm/tm-linux.h b/gdb/config/arm/tm-linux.h index 51b9d70..995ba73 100644 --- a/gdb/config/arm/tm-linux.h +++ b/gdb/config/arm/tm-linux.h @@ -21,10 +21,6 @@ #ifndef TM_ARMLINUX_H #define TM_ARMLINUX_H -#ifdef GDBSERVER -#define ARM_GNULINUX_TARGET -#endif - /* Include the common ARM target definitions. */ #include "arm/tm-arm.h" |