* config/sparc/xm-sparc.h (NEW_SUN_CORE): Remove, never used.
authorStan Shebs <shebs@codesourcery.com>
Fri, 26 Jan 1996 21:53:03 +0000 (21:53 +0000)
committerStan Shebs <shebs@codesourcery.com>
Fri, 26 Jan 1996 21:53:03 +0000 (21:53 +0000)
* config/i386/xm-sun386.h: Ditto.
* config/m68k/xm-sun2.h, config/m68k/xm-sun3.h: Ditto.

gdb/ChangeLog
gdb/config/i386/xm-sun386.h
gdb/config/m68k/xm-sun2.h
gdb/config/m68k/xm-sun3.h
gdb/config/sparc/xm-sparc.h

index 4867213672880fff6ab6e0dcf5a32d709b9757aa..9b53d1395c8c5ae704ec9f644376881d37320698 100644 (file)
@@ -1,3 +1,13 @@
+Fri Jan 26 13:48:14 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * config/sparc/xm-sparc.h (NEW_SUN_CORE): Remove, never used.
+       * config/i386/xm-sun386.h: Ditto.
+       * config/m68k/xm-sun2.h, config/m68k/xm-sun3.h: Ditto.
+
+Thu Jan 25 16:05:53 1996  Tom Tromey  <tromey@creche.cygnus.com>
+
+       * Makefile.in (INSTALLED_LIBS, CLIBS): Include @LIBS@.
+
 Thu Jan 25 09:22:15 1996  Steve Chamberlain  <sac@slash.cygnus.com>
 
        From Greg McGary  <gkm@gnu.ai.mit.edu>:
@@ -116,7 +126,7 @@ Tue Jan 23 13:08:26 1996  Jeffrey A Law  (law@cygnus.com)
        * infrun.c (wait_for_inferior): Handle CHECK_SHLIBS bpstat.
        (normal_stop): Inform the user when the inferior stoped due
        to a shared library event.
-       (_initialize_infrun): Add new set/show variable "stop_on-solib-events"
+       (_initialize_infrun): Add new set/show variable "stop-on-solib-events"
        to control whether or not gdb continues the inferior or stops it when
        a shared library event occurs.
        * minsyms.c (lookup_minimal_symbol_solib_trampoline): New function.
index a5d7c4324d088290de6f1e7704431bcaa0cbfc1a..c7bf68837951a19d13de8d22190bd7b9bea26c93 100644 (file)
@@ -1,5 +1,5 @@
 /* Host support for Sun 386i, for GDB, the GNU debugger.
-   Copyright (C) 1986, 1987, 1989, 1992 Free Software Foundation, Inc.
+   Copyright (C) 1986, 1987, 1989, 1992, 1996 Free Software Foundation, Inc.
 
 This file is part of GDB.
 
@@ -19,10 +19,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #define HOST_BYTE_ORDER LITTLE_ENDIAN
 
-/* Get rid of any system-imposed stack limit if possible.  */
-
-/* Enable use of alternate code for Sun's format of core dump file.  */
-
-#define NEW_SUN_CORE
-
 #define PREPARE_TO_STORE() read_register_bytes (0, NULL, REGISTER_BYTES)
index 1da4188832af28fc8de04d14f72703059ceca110..457451c4d749513a567a846f0456383c3b59598e 100644 (file)
@@ -1,5 +1,5 @@
 /* Parameters for execution on a Sun, for GDB, the GNU debugger.
-   Copyright (C) 1986, 1987, 1989 Free Software Foundation, Inc.
+   Copyright (C) 1986, 1987, 1989, 1996 Free Software Foundation, Inc.
 
 This file is part of GDB.
 
@@ -24,10 +24,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #define KERNEL_U_ADDR 0x2800
 
-/* Enable use of alternate code for Sun's format of core dump file.  */
-
-#define NEW_SUN_CORE
-
 \f
 /* Interface definitions for kernel debugger KDB.  */
 
index 4201be75927fb44a87fd03578557fd815ee3b2ab..001af8adccb6cc8314befe53d7d206ef85813001 100644 (file)
@@ -1,5 +1,5 @@
 /* Parameters for execution on a Sun, for GDB, the GNU debugger.
-   Copyright (C) 1986, 1987, 1989 Free Software Foundation, Inc.
+   Copyright (C) 1986, 1987, 1989, 1996 Free Software Foundation, Inc.
 
 This file is part of GDB.
 
@@ -19,10 +19,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #define HOST_BYTE_ORDER BIG_ENDIAN
 
-/* Enable use of alternate code for Sun's format of core dump file.  */
-
-#define NEW_SUN_CORE
-
 /* We have to grab the regs since we store all regs at once.  */
 
 #define CHILD_PREPARE_TO_STORE() \
index 675266e95552d3db58e02a48fd75bc1244e489c2..8625ee9140da019ae29b2f28e9600b892e69ace5 100644 (file)
@@ -1,5 +1,6 @@
-/* Parameters for execution on a Sun 4, for GDB, the GNU debugger.
-   Copyright 1986, 1987, 1989, 1991, 1992 Free Software Foundation, Inc.
+/* Host definitions for a Sun 4, for GDB, the GNU debugger.
+   Copyright 1986, 1987, 1989, 1991, 1992, 1996
+   Free Software Foundation, Inc.
    Contributed by Michael Tiemann (tiemann@mcc.com).
 
 This file is part of GDB.
@@ -20,10 +21,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #define HOST_BYTE_ORDER BIG_ENDIAN
 
-/* Enable use of alternate code for Sun's format of core dump file.  */
-
-#define NEW_SUN_CORE
-
 /* Before storing, we need to read all the registers.  */
 
 #define CHILD_PREPARE_TO_STORE() read_register_bytes (0, NULL, REGISTER_BYTES)