* 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:
Daniel Jacobowitz
2003-06-20 13:57:30 +00:00
parent 601cecf016
commit 0b1b50c059
16 changed files with 20 additions and 131 deletions

View File

@@ -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()