* 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.
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.
+
* config/m68k/xm-m68k.h: Delete file.
* config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
copyright.
extern int kernel_u_size (void);
#define KERNEL_U_SIZE arm_linux_kernel_u_size()
+/* 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
+
/* Override copies of {fetch,store}_inferior_registers in infptrace.c. */
#define FETCH_INFERIOR_REGISTERS
#ifndef XM_ARMLINUX_H
#define XM_ARMLINUX_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 /* XM_ARMLINUX_H */
#include "config/nm-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
+
/* Note: It seems likely that we'll have to eventually define
FETCH_INFERIOR_REGISTERS. But until that time, we'll make do
with the following. */
#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 */
#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) \
#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 */
#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 FETCH_INFERIOR_REGISTERS
#endif /* #ifndef NM_LINUX_H */
#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 */