diff options
author | Stan Shebs <shebs@codesourcery.com> | 1996-01-26 21:53:03 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1996-01-26 21:53:03 +0000 |
commit | a77bf669dce7d953f2c32b162ccec49ed844f962 (patch) | |
tree | f4b6ebbf76a0aef059d8a082c6e6fdf26290a453 /gdb/config | |
parent | f3de5a89ac81636604cc2269f86a21ed3a8f7ff1 (diff) | |
download | gdb-a77bf669dce7d953f2c32b162ccec49ed844f962.zip gdb-a77bf669dce7d953f2c32b162ccec49ed844f962.tar.gz gdb-a77bf669dce7d953f2c32b162ccec49ed844f962.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/i386/xm-sun386.h | 8 | ||||
-rw-r--r-- | gdb/config/m68k/xm-sun2.h | 6 | ||||
-rw-r--r-- | gdb/config/m68k/xm-sun3.h | 6 | ||||
-rw-r--r-- | gdb/config/sparc/xm-sparc.h | 9 |
4 files changed, 6 insertions, 23 deletions
diff --git a/gdb/config/i386/xm-sun386.h b/gdb/config/i386/xm-sun386.h index a5d7c43..c7bf688 100644 --- a/gdb/config/i386/xm-sun386.h +++ b/gdb/config/i386/xm-sun386.h @@ -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) diff --git a/gdb/config/m68k/xm-sun2.h b/gdb/config/m68k/xm-sun2.h index 1da4188..457451c 100644 --- a/gdb/config/m68k/xm-sun2.h +++ b/gdb/config/m68k/xm-sun2.h @@ -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 - /* Interface definitions for kernel debugger KDB. */ diff --git a/gdb/config/m68k/xm-sun3.h b/gdb/config/m68k/xm-sun3.h index 4201be7..001af8a 100644 --- a/gdb/config/m68k/xm-sun3.h +++ b/gdb/config/m68k/xm-sun3.h @@ -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() \ diff --git a/gdb/config/sparc/xm-sparc.h b/gdb/config/sparc/xm-sparc.h index 675266e..8625ee9 100644 --- a/gdb/config/sparc/xm-sparc.h +++ b/gdb/config/sparc/xm-sparc.h @@ -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) |