2004-07-29 Andrew Cagney <cagney@gnu.org>
authorAndrew Cagney <cagney@redhat.com>
Thu, 29 Jul 2004 20:53:27 +0000 (20:53 +0000)
committerAndrew Cagney <cagney@redhat.com>
Thu, 29 Jul 2004 20:53:27 +0000 (20:53 +0000)
* config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
* config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
* config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
* config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
* config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
* config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.

gdb/ChangeLog
gdb/config/i386/nm-i386v.h
gdb/config/i386/nm-i386v4.h
gdb/config/i386/nm-i386v42mp.h
gdb/config/i386/xm-i386v.h
gdb/config/vax/nm-vax.h
gdb/config/vax/xm-vax.h

index 8831f3ceaf7519105b62cb7479e11d48306946cc..d98ffb90964d32b8422b20863b0461be6b5562de 100644 (file)
@@ -1,5 +1,12 @@
 2004-07-29  Andrew Cagney  <cagney@gnu.org>
 
+       * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
+       * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
+       * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
+       * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
+       * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
+       * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
+
        * config/powerpc/xm-linux.h: Delete empty file.
        * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
        * config/powerpc/linux.mh (XM_FILE): Delete.
index f94c5bb8b353d97166d3c40f765afb7934aadca2..2d4eb60220653b8920dfe06b0ecb53c799265765 100644 (file)
 #define REGISTER_U_ADDR(addr, blockend, regnum) \
   (addr) = register_u_addr ((blockend), (regnum))
 extern CORE_ADDR register_u_addr (CORE_ADDR blockend, int regnum);
-\f
+
+/* 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 0xe0000000
 
 /* Number of traps that happen between exec'ing the shell to run an
    inferior, and when we finally get to the inferior code.  This is 2
index 356d3cba0ca5c080881c908cb8247f52ebc7a636..ac87cbcfbb5f846be50f14834ce91cb3f567d867 100644 (file)
@@ -24,3 +24,7 @@
 
 /* Poll causes GDB to hang, at least under Unixware 1.1.2.  */
 #define LOSING_POLL
+
+/* 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 0xe0000000
index f6fced506e82230c10591436ee61954ab982d657..5b5c7f0308dfe16d47440a41907b8c1d3aab2db0 100644 (file)
@@ -89,4 +89,8 @@
 /* Return whether PID contains a user-space thread id. */
 #define ISTID(PID) (ptid_get_tid (PID))
 
+/* 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 0xe0000000
+
 #endif /* NM_I386V42MP_H */
index 1c329054f223c8dbf7c5c51d8dfa621d36cadf27..426889cf94742aeabc9feae9426d1f7ab10b2371 100644 (file)
@@ -36,8 +36,3 @@
 #define USG
 
 #define HAVE_TERMIO
-
-/* 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 0xe0000000
index 2518047290ff95277843397bb93828fff95feb47..b1d73b6ab596c13d6beca94d744f1e0772cd2247 100644 (file)
 
 #define AP_REGNUM 12   /* XXXJRT */
 
+/* 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 (0x80000000 - (UPAGES * NBPG))
+
 #define REGISTER_U_ADDR(addr, blockend, regno)         \
 { addr = blockend - 0110 + regno * 4;                  \
   if (regno == PC_REGNUM) addr = blockend - 8;         \
index d1057a8ee41e244c33929716ce48dcec86325209..c859c0a6d1d437eb29aa9290542ae633a36b8bb8 100644 (file)
    Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-/* 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 (0x80000000 - (UPAGES * NBPG))
-
 /* Kernel is a bit tenacious about sharing text segments, disallowing bpts.  */
 #define        ONE_PROCESS_WRITETEXT