From 471ae5aee1e717a1ea56e95697108a8077fc5ad0 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Thu, 29 Jul 2004 20:22:50 +0000 Subject: [PATCH] 2004-07-29 Andrew Cagney * 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. --- gdb/ChangeLog | 9 +++++++++ gdb/config/arm/nm-linux.h | 4 ++++ gdb/config/arm/xm-linux.h | 4 ---- gdb/config/ia64/nm-linux.h | 4 ++++ gdb/config/ia64/xm-linux.h | 4 ---- gdb/config/m68k/nm-linux.h | 4 ++++ gdb/config/m68k/xm-linux.h | 4 ---- gdb/config/powerpc/nm-linux.h | 4 ++++ gdb/config/powerpc/xm-linux.h | 4 ---- 9 files changed, 25 insertions(+), 16 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index abb026d23fb..e8d741ef95d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,14 @@ 2004-07-29 Andrew Cagney + * 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. diff --git a/gdb/config/arm/nm-linux.h b/gdb/config/arm/nm-linux.h index 3de00c915ca..1d7bbaa8650 100644 --- a/gdb/config/arm/nm-linux.h +++ b/gdb/config/arm/nm-linux.h @@ -31,6 +31,10 @@ 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 diff --git a/gdb/config/arm/xm-linux.h b/gdb/config/arm/xm-linux.h index fa82a1e8f39..b59f2658932 100644 --- a/gdb/config/arm/xm-linux.h +++ b/gdb/config/arm/xm-linux.h @@ -21,8 +21,4 @@ #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 */ diff --git a/gdb/config/ia64/nm-linux.h b/gdb/config/ia64/nm-linux.h index 5e9df60021c..20229a016f3 100644 --- a/gdb/config/ia64/nm-linux.h +++ b/gdb/config/ia64/nm-linux.h @@ -26,6 +26,10 @@ struct target_ops; #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. */ diff --git a/gdb/config/ia64/xm-linux.h b/gdb/config/ia64/xm-linux.h index adf6b21b4cc..f6cecbfe86c 100644 --- a/gdb/config/ia64/xm-linux.h +++ b/gdb/config/ia64/xm-linux.h @@ -21,8 +21,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 */ diff --git a/gdb/config/m68k/nm-linux.h b/gdb/config/m68k/nm-linux.h index 26aa19768ad..9b6208b3ffd 100644 --- a/gdb/config/m68k/nm-linux.h +++ b/gdb/config/m68k/nm-linux.h @@ -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) \ diff --git a/gdb/config/m68k/xm-linux.h b/gdb/config/m68k/xm-linux.h index 29e39807f7b..6c4dd38b1a4 100644 --- a/gdb/config/m68k/xm-linux.h +++ b/gdb/config/m68k/xm-linux.h @@ -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 */ diff --git a/gdb/config/powerpc/nm-linux.h b/gdb/config/powerpc/nm-linux.h index 6e3f3a0a5c2..70c7fe3844f 100644 --- a/gdb/config/powerpc/nm-linux.h +++ b/gdb/config/powerpc/nm-linux.h @@ -28,6 +28,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #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 */ diff --git a/gdb/config/powerpc/xm-linux.h b/gdb/config/powerpc/xm-linux.h index 73e7c406445..20f509c45fb 100644 --- a/gdb/config/powerpc/xm-linux.h +++ b/gdb/config/powerpc/xm-linux.h @@ -21,8 +21,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #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 */ -- 2.30.2