diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-07-29 20:22:50 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-07-29 20:22:50 +0000 |
commit | afbd7bba945be23e137196564438d8303c63afb0 (patch) | |
tree | 06b1b5806ba75b51c9496887de3469277cd9de4b /gdb/config/ia64 | |
parent | 0a369774288225ac557747831ddca35a43809ce6 (diff) | |
download | gdb-afbd7bba945be23e137196564438d8303c63afb0.tar.gz |
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.
Diffstat (limited to 'gdb/config/ia64')
-rw-r--r-- | gdb/config/ia64/nm-linux.h | 4 | ||||
-rw-r--r-- | gdb/config/ia64/xm-linux.h | 4 |
2 files changed, 4 insertions, 4 deletions
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 */ |