]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2004-07-29 Andrew Cagney <cagney@gnu.org>
authorAndrew Cagney <cagney@redhat.com>
Thu, 29 Jul 2004 20:22:50 +0000 (20:22 +0000)
committerAndrew Cagney <cagney@redhat.com>
Thu, 29 Jul 2004 20:22:50 +0000 (20:22 +0000)
* 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
gdb/config/arm/nm-linux.h
gdb/config/arm/xm-linux.h
gdb/config/ia64/nm-linux.h
gdb/config/ia64/xm-linux.h
gdb/config/m68k/nm-linux.h
gdb/config/m68k/xm-linux.h
gdb/config/powerpc/nm-linux.h
gdb/config/powerpc/xm-linux.h

index abb026d23fb5ae92718eee350a540b7a549013f0..e8d741ef95d0187540dfd53f59e83e5edc6562d9 100644 (file)
@@ -1,5 +1,14 @@
 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.
index 3de00c915cadfbe89e0c3f0a0bcaa444f9d8d9cc..1d7bbaa86506f3119ca08f8a57bfb576b3c64bef 100644 (file)
 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
 
index fa82a1e8f39e113515fa021e5b8d3406a1430832..b59f26589329ab01afbfef16ed70030b3885e02a 100644 (file)
@@ -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 */
index 5e9df60021cb233ba01c915c78a4778f2d471a57..20229a016f3d57a5f345ede1cc7fd28af5d0c5ac 100644 (file)
@@ -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. */
index adf6b21b4ccbfc63bc9752aa5e125ec52d32c83c..f6cecbfe86c8cb5b8583da06688ee1fd4979606d 100644 (file)
@@ -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 */
index 26aa19768adfb7e7fc05ebe3b0e40cff18842008..9b6208b3ffd0902b77f0e83d1864c72254c61ef6 100644 (file)
 #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) \
index 29e39807f7b646786016079fb689c6ab2b0b20eb..6c4dd38b1a4cacfccc6b8de90e9fdc1d66e78d0d 100644 (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 */
index 6e3f3a0a5c20b36b0af341a460f145c913d78b78..70c7fe3844f2669fbf1108c0467b2edde52e26ff 100644 (file)
@@ -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 */
index 73e7c4064453f7000ac9b8b4b959d1c5db205aa8..20f509c45fb99081c76c21698f9d76f5978f4b2e 100644 (file)
@@ -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 */