2004-07-29 Andrew Cagney <cagney@gnu.org>

* config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
	* config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
	* config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
	* config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
	* config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
	* config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
	* config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
	* config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
This commit is contained in:
Andrew Cagney
2004-07-29 20:22:50 +00:00
parent 62eceb47dd
commit 471ae5aee1
9 changed files with 25 additions and 16 deletions

View File

@@ -28,6 +28,10 @@
#define KERNEL_U_SIZE kernel_u_size()
extern int kernel_u_size (void);
/* This is the amount to subtract from u.u_ar0
to get the offset in the core file of the register values. */
#define KERNEL_U_ADDR 0x0
#define U_REGS_OFFSET 0
#define REGISTER_U_ADDR(addr, blockend, regno) \

View File

@@ -22,8 +22,4 @@
#ifndef XM_LINUX_H
#define XM_LINUX_H
/* This is the amount to subtract from u.u_ar0
to get the offset in the core file of the register values. */
#define KERNEL_U_ADDR 0x0
#endif /* #ifndef XM_LINUX_H */