forked from Imagelibrary/binutils-gdb
* 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.
This commit is contained in:
@@ -34,13 +34,6 @@ extern int ia64_cannot_fetch_register (int regno);
|
||||
#define CANNOT_STORE_REGISTER(regno) ia64_cannot_store_register(regno)
|
||||
extern int ia64_cannot_store_register (int regno);
|
||||
|
||||
#ifdef GDBSERVER
|
||||
#define REGISTER_U_ADDR(addr, blockend, regno) \
|
||||
(addr) = ia64_register_u_addr ((blockend),(regno));
|
||||
|
||||
extern int ia64_register_u_addr(int, int);
|
||||
#endif /* GDBSERVER */
|
||||
|
||||
#define U_REGS_OFFSET 0
|
||||
|
||||
#define PTRACE_ARG3_TYPE long
|
||||
|
||||
Reference in New Issue
Block a user