* config/i386/nm-i386mach.h (CHILD_PREPARE_TO_STORE): Move to
authorStan Shebs <shebs@codesourcery.com>
Thu, 1 Feb 1996 02:59:15 +0000 (02:59 +0000)
committerStan Shebs <shebs@codesourcery.com>
Thu, 1 Feb 1996 02:59:15 +0000 (02:59 +0000)
here from config/i386/xm-i386mach.h, fix name.
* config/i386/nm-sun386.h: Ditto, from config/i386/xm-sun386.h.
* config/i386/nm-ptx4.h (CHILD_PREPARE_TO_STORE): Move to
here from config/i386/xm-ptx4.h.
* config/i386/nm-ptx4.h: Ditto, from config/i386/xm-ptx.h.
* config/i386/nm-symmetry.h: Ditto, from config/i386/xm-symmetry.h.
* config/m68k/nm-sun3.h: Ditto, from config/m68k/xm-sun3.h.
more housekeeping

gdb/ChangeLog
gdb/config/i386/nm-i386mach.h
gdb/config/i386/nm-ptx4.h
gdb/config/i386/nm-sun386.h
gdb/config/i386/nm-symmetry.h
gdb/config/i386/xm-i386mach.h
gdb/config/i386/xm-ptx.h
gdb/config/i386/xm-sun386.h
gdb/config/i386/xm-symmetry.h
gdb/config/m68k/nm-sun3.h
gdb/config/m68k/xm-sun3.h

index 6716dc783ebd85a3c361e06a2ded7611942b8e23..d4ffb70fa401379ab44979e78e8002997caaba36 100644 (file)
@@ -1,15 +1,23 @@
 Wed Jan 31 18:36:27 1996  Stan Shebs  <shebs@andros.cygnus.com>
 
+       * config/sparc/xm-sun4os4.h (HAVE_TERMIOS): Remove.
+
        * config/sparc/xm-sparc.h (HAVE_WAIT_STRUCT): Remove, never used.
 
-       * config/sparc/nm-nbsd.h (CHILD_PREPARE_TO_STORE): Move to here
-       from config/sparc/xm-nbsd.h.
-       * config/sparc/nm-sun4os4 (CHILD_PREPARE_TO_STORE): Ditto, from
-       config/sparc/xm-sparc.h.
+       * config/i386/nm-i386mach.h (CHILD_PREPARE_TO_STORE): Move to
+       here from config/i386/xm-i386mach.h, fix name.
+       * config/i386/nm-sun386.h: Ditto, from config/i386/xm-sun386.h.
+       * config/i386/nm-ptx4.h (CHILD_PREPARE_TO_STORE): Move to
+       here from config/i386/xm-ptx4.h.
+       * config/i386/nm-ptx4.h: Ditto, from config/i386/xm-ptx.h.
+       * config/i386/nm-symmetry.h: Ditto, from config/i386/xm-symmetry.h.
+       * config/m68k/nm-sun3.h: Ditto, from config/m68k/xm-sun3.h.
+       * config/sparc/nm-nbsd.h: Ditto, from config/sparc/xm-nbsd.h.
+       * config/sparc/nm-sun4os4: Ditto, from config/sparc/xm-sparc.h.
+
        * config/sparc/nm-sun4sol2.h: New file, renamed from nm-sysv4.h.
        (PRSVADDR_BROKEN): Move here from xm-sun4sol2.h.
        * config/sparc/sun4sol2.mh (NAT_FILE): Update.
-       * config/sparc/xm-sun4os4.h (HAVE_TERMIOS): Remove.
 
 Wed Jan 31 17:20:26 1996  Jeffrey A Law  (law@cygnus.com)
 
index 88fa4b0bc1bcfa90566800a2a9f463eb99d58614..f01d2b142b176b106553c94fb0631b596ef04d68 100644 (file)
@@ -23,3 +23,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 /* Override copies of {fetch,store}_inferior_registers in infptrace.c.  */
 #define FETCH_INFERIOR_REGISTERS
 
+#define CHILD_PREPARE_TO_STORE() read_register_bytes (0, NULL, REGISTER_BYTES)
index bbeaed69a518592e1dfcdd6a157a2bdd449eac75..5e6cd569f8cfa3acf820b55353a504cfffcd4a9a 100644 (file)
@@ -32,6 +32,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #define FETCH_INFERIOR_REGISTERS
 
+/* We must fetch all the regs before storing, since we store all at once.  */
+
+#define CHILD_PREPARE_TO_STORE() read_register_bytes (0, NULL, REGISTER_BYTES)
+
 #define CHILD_WAIT
 struct target_waitstatus;
 extern int child_wait PARAMS ((int, struct target_waitstatus *));
index 1b34c16eccde7766b5f9bf4b0538fbded40fefea..f7a904b4f1a3df2b8af86a30a99c7b31f4d76b47 100644 (file)
@@ -24,3 +24,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 /* Override copies of {fetch,store}_inferior_registers in infptrace.c.  */
 #define FETCH_INFERIOR_REGISTERS
 
+#define CHILD_PREPARE_TO_STORE() read_register_bytes (0, NULL, REGISTER_BYTES)
index d5e44b5cfe8e6f4ee125f33bde4179b33bdaa628..e8fb6b9db6938a8d368d62f0e7cb2ccfdbf441c6 100644 (file)
@@ -22,6 +22,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #define FETCH_INFERIOR_REGISTERS
 
+/* We must fetch all the regs before storing, since we store all at once.  */
+
+#define CHILD_PREPARE_TO_STORE() read_register_bytes (0, NULL, REGISTER_BYTES)
+
 #ifdef _SEQUENT_
 #define CHILD_WAIT
 extern int child_wait PARAMS ((int, struct target_waitstatus *));
index b409404ed24a6497b708ade6e942ae2dcfc6f407..c50da67b3a3d922edaa0235456bbd60c1a5b0c94 100644 (file)
@@ -29,8 +29,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #define KERNEL_U_ADDR (0x80000000 - (UPAGES * NBPG))
 
-#define PREPARE_TO_STORE() read_register_bytes (0, NULL, REGISTER_BYTES)
-
 /* <errno.h> only defines this if __STDC__!!! */
 extern int errno;
 
index 3e6f69a69fdb341ef57b55b86651ef36a08bd56c..99b46ccd149cc050acf89a3cee59ac498e633846 100644 (file)
@@ -1,6 +1,7 @@
 /* Definitions to make GDB run on a Sequent Symmetry under ptx, with
-   Weitek 1167 and i387 support.  Copyright 1986, 1987, 1989, 1992,
-   1993 Free Software Foundation, Inc.
+   Weitek 1167 and i387 support.
+   Copyright 1986, 1987, 1989, 1992, 1993, 1996
+   Free Software Foundation, Inc.
 
 This file is part of GDB.
 
@@ -38,7 +39,3 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #define USE_O_NOCTTY
 
 #define HOST_BYTE_ORDER LITTLE_ENDIAN
-
-/* We must fetch all the regs before storing, since we store all at once.  */
-
-#define CHILD_PREPARE_TO_STORE() read_register_bytes (0, NULL, REGISTER_BYTES)
index c7bf68837951a19d13de8d22190bd7b9bea26c93..51c3b58c11b6c03835b2d57ddfce78113304283f 100644 (file)
@@ -18,5 +18,3 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #define HOST_BYTE_ORDER LITTLE_ENDIAN
-
-#define PREPARE_TO_STORE() read_register_bytes (0, NULL, REGISTER_BYTES)
index af864ddc135ff8f23787cc23b4ea11bf77af0aed..52e9a9a2341e3c95cac873b27d1199710d178360 100644 (file)
@@ -26,7 +26,3 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #define HAVE_WAIT_STRUCT
 
 #define HOST_BYTE_ORDER LITTLE_ENDIAN
-
-/* We must fetch all the regs before storing, since we store all at once.  */
-
-#define CHILD_PREPARE_TO_STORE() read_register_bytes (0, NULL, REGISTER_BYTES)
index 1437c9fb88030aaec9b58eee9273e7e5c3792546..e4ef8f4a56c8b81c88217a7d7d1dcadeb295dec2 100644 (file)
@@ -1,5 +1,6 @@
-/* Host-dependent definitions for Sun-3 for GDB, the GNU debugger.
-   Copyright 1986, 1987, 1989, 1991, 1992 Free Software Foundation, Inc.
+/* Native-only definitions for Sun-3 for GDB, the GNU debugger.
+   Copyright (C) 1986, 1987, 1989, 1991, 1992, 1996
+   Free Software Foundation, Inc.
 
 This file is part of GDB.
 
@@ -24,3 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 /* Override copies of {fetch,store}_inferior_registers in infptrace.c.  */
 
 #define FETCH_INFERIOR_REGISTERS
+
+/* We have to grab the regs since we store all regs at once.  */
+
+#define CHILD_PREPARE_TO_STORE() read_register_bytes (0, NULL, REGISTER_BYTES)
index 001af8adccb6cc8314befe53d7d206ef85813001..3de7446d184d932b03a0b54e0e77a3d9437e38f9 100644 (file)
@@ -19,10 +19,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #define HOST_BYTE_ORDER BIG_ENDIAN
 
-/* We have to grab the regs since we store all regs at once.  */
-
-#define CHILD_PREPARE_TO_STORE() \
-       read_register_bytes (0, (char *)NULL, REGISTER_BYTES)
 \f
 /* Interface definitions for kernel debugger KDB.  */