mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
Remove remnants of NAMES_HAVE_UNDERSCORE.
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
/* Parameters for target machine of AMD 29000, for GDB, the GNU debugger.
|
/* Parameters for target machine of AMD 29000, for GDB, the GNU debugger.
|
||||||
Copyright 1990, 1991 Free Software Foundation, Inc.
|
Copyright 1990, 1991, 1993 Free Software Foundation, Inc.
|
||||||
Contributed by Cygnus Support. Written by Jim Kingdon.
|
Contributed by Cygnus Support. Written by Jim Kingdon.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
@ -35,11 +35,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
/* Recognize our magic number. */
|
/* Recognize our magic number. */
|
||||||
#define BADMAG(x) ((x).f_magic != 0572)
|
#define BADMAG(x) ((x).f_magic != 0572)
|
||||||
|
|
||||||
/* Define this if the C compiler puts an underscore at the front
|
|
||||||
of external names before giving them to the linker. */
|
|
||||||
|
|
||||||
#define NAMES_HAVE_UNDERSCORE
|
|
||||||
|
|
||||||
/* Offset from address of function to start of its code.
|
/* Offset from address of function to start of its code.
|
||||||
Zero on most machines. */
|
Zero on most machines. */
|
||||||
|
|
||||||
|
@ -22,11 +22,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
|
|
||||||
#define BPT_VECTOR 0x1
|
#define BPT_VECTOR 0x1
|
||||||
|
|
||||||
/* Define this if the C compiler puts an underscore at the front
|
|
||||||
of external names before giving them to the linker. */
|
|
||||||
|
|
||||||
#define NAMES_HAVE_UNDERSCORE
|
|
||||||
|
|
||||||
/* Address of end of stack space. */
|
/* Address of end of stack space. */
|
||||||
|
|
||||||
#define STACK_END_ADDR 0x300000
|
#define STACK_END_ADDR 0x300000
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Target machine parameters for an embedded m68k, for GDB, the GNU debugger.
|
/* Target machine parameters for an embedded m68k, for GDB, the GNU debugger.
|
||||||
This is for object file formats that do have underlines on symbols.
|
This is for object file formats that do have underlines on symbols.
|
||||||
Copyright 1992 Free Software Foundation, Inc.
|
Copyright 1992, 1993 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
@ -18,9 +18,4 @@ You should have received a copy of the GNU General Public License
|
|||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
|
|
||||||
/* Define this if the C compiler puts an underscore at the front
|
|
||||||
of external names before giving them to the linker. */
|
|
||||||
|
|
||||||
#define NAMES_HAVE_UNDERSCORE
|
|
||||||
|
|
||||||
#include "tm-68k-noun.h"
|
#include "tm-68k-noun.h"
|
||||||
|
@ -22,11 +22,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
|
|
||||||
#define BPT_VECTOR 0xe
|
#define BPT_VECTOR 0xe
|
||||||
|
|
||||||
/* Define this if the C compiler puts an underscore at the front
|
|
||||||
of external names before giving them to the linker. */
|
|
||||||
|
|
||||||
#undef NAMES_HAVE_UNDERSCORE
|
|
||||||
|
|
||||||
/* Address of end of stack space. */
|
/* Address of end of stack space. */
|
||||||
|
|
||||||
/*#define STACK_END_ADDR (0xffffff)*/
|
/*#define STACK_END_ADDR (0xffffff)*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Definitions to make GDB target for an ARM under RISCiX (4.3bsd).
|
/* Definitions to make GDB target for an ARM under RISCiX (4.3bsd).
|
||||||
Copyright (C) 1986, 1987, 1989, 1991 Free Software Foundation, Inc.
|
Copyright 1986, 1987, 1989, 1991, 1993 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
@ -27,11 +27,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
|
|
||||||
#define XFER_CORE_FILE
|
#define XFER_CORE_FILE
|
||||||
|
|
||||||
/* Define this if the C compiler puts an underscore at the front
|
|
||||||
of external names before giving them to the linker. */
|
|
||||||
|
|
||||||
#define NAMES_HAVE_UNDERSCORE
|
|
||||||
|
|
||||||
/* Offset from address of function to start of its code.
|
/* Offset from address of function to start of its code.
|
||||||
Zero on most machines. */
|
Zero on most machines. */
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Definitions to make GDB run on Convex Unix (4bsd)
|
/* Definitions to make GDB run on Convex Unix (4bsd)
|
||||||
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
|
Copyright 1989, 1991, 1993 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
@ -19,11 +19,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
|
|
||||||
#define TARGET_BYTE_ORDER BIG_ENDIAN
|
#define TARGET_BYTE_ORDER BIG_ENDIAN
|
||||||
|
|
||||||
/* Define this if the C compiler puts an underscore at the front
|
|
||||||
of external names before giving them to the linker. */
|
|
||||||
|
|
||||||
#define NAMES_HAVE_UNDERSCORE
|
|
||||||
|
|
||||||
/* There is come problem with the debugging symbols generated by the
|
/* There is come problem with the debugging symbols generated by the
|
||||||
compiler such that the debugging symbol for the first line of a
|
compiler such that the debugging symbol for the first line of a
|
||||||
function overlap with the function prologue. */
|
function overlap with the function prologue. */
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
The code was originally written by Johan Holmberg TT/SJ Ericsson Telecom
|
The code was originally written by Johan Holmberg TT/SJ Ericsson Telecom
|
||||||
AB and later modified by Johan Henriksson TT/SJ. It was adapted to GDB 4.0
|
AB and later modified by Johan Henriksson TT/SJ. It was adapted to GDB 4.0
|
||||||
by Jan Norden TX/DK.
|
by Jan Norden TX/DK.
|
||||||
Copyright 1986, 1987, 1989, 1991, 1992 Free Software Foundation, Inc.
|
Copyright 1986, 1987, 1989, 1991, 1992, 1993 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
@ -28,11 +28,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
|
|
||||||
#include "tm-68k.h"
|
#include "tm-68k.h"
|
||||||
|
|
||||||
/* Define this if the C compiler puts an underscore at the front
|
|
||||||
of external names before giving them to the linker. */
|
|
||||||
|
|
||||||
#define NAMES_HAVE_UNDERSCORE
|
|
||||||
|
|
||||||
/* Longjmp stuff borrowed from sun3 configuration. Don't know if correct.
|
/* Longjmp stuff borrowed from sun3 configuration. Don't know if correct.
|
||||||
FIXME. */
|
FIXME. */
|
||||||
/* Offsets (in target ints) into jmp_buf. Not defined by Sun, but at least
|
/* Offsets (in target ints) into jmp_buf. Not defined by Sun, but at least
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Parameters for execution on a H8/300 series machine.
|
/* Parameters for execution on a H8/300 series machine.
|
||||||
Copyright (C) 1992 Free Software Foundation, Inc.
|
Copyright 1992, 1993 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
@ -292,9 +292,6 @@ UNSIGNED_SHORT(read_memory_integer (read_register (SP_REGNUM), 2))
|
|||||||
#define BEFORE_MAIN_LOOP_HOOK \
|
#define BEFORE_MAIN_LOOP_HOOK \
|
||||||
hms_before_main_loop();
|
hms_before_main_loop();
|
||||||
|
|
||||||
|
|
||||||
#define NAMES_HAVE_UNDERSCORE
|
|
||||||
|
|
||||||
typedef unsigned short INSN_WORD;
|
typedef unsigned short INSN_WORD;
|
||||||
|
|
||||||
#define ADDR_BITS_REMOVE(addr) ((addr) & 0xffff)
|
#define ADDR_BITS_REMOVE(addr) ((addr) & 0xffff)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Parameters for target machine Hewlett-Packard 9000/300, running bsd.
|
/* Parameters for target machine Hewlett-Packard 9000/300, running bsd.
|
||||||
Copyright (C) 1986, 1987, 1989, 1991 Free Software Foundation, Inc.
|
Copyright 1986, 1987, 1989, 1991, 1992, 1993 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
@ -30,11 +30,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
|
|
||||||
#define BPT_VECTOR 0x2
|
#define BPT_VECTOR 0x2
|
||||||
|
|
||||||
/* Define this if the C compiler puts an underscore at the front
|
|
||||||
of external names before giving them to the linker. */
|
|
||||||
|
|
||||||
#define NAMES_HAVE_UNDERSCORE
|
|
||||||
|
|
||||||
#define TARGET_NBPG 4096
|
#define TARGET_NBPG 4096
|
||||||
#define TARGET_UPAGES 3
|
#define TARGET_UPAGES 3
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Parameters for execution on an HP 9000 model 320, for GDB, the GNU debugger.
|
/* Parameters for execution on an HP 9000 model 320, for GDB, the GNU debugger.
|
||||||
Copyright (C) 1986, 1987, 1989, 1991 Free Software Foundation, Inc.
|
Copyright 1986, 1987, 1989, 1991, 1992, 1993 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
@ -24,11 +24,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
|
|
||||||
#define BPT_VECTOR 0x1
|
#define BPT_VECTOR 0x1
|
||||||
|
|
||||||
/* Define this if the C compiler puts an underscore at the front
|
|
||||||
of external names before giving them to the linker. */
|
|
||||||
|
|
||||||
#define NAMES_HAVE_UNDERSCORE
|
|
||||||
|
|
||||||
/* Address of end of stack space. */
|
/* Address of end of stack space. */
|
||||||
|
|
||||||
#define STACK_END_ADDR 0xFFF00000
|
#define STACK_END_ADDR 0xFFF00000
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Parameters for execution on a Hewlett-Packard PA-RISC machine, running
|
/* Parameters for execution on any Hewlett-Packard PA-RISC machine.
|
||||||
HPUX or BSD.
|
Copyright 1986, 1987, 1989, 1990, 1991, 1992, 1993
|
||||||
Copyright 1986, 1987, 1989, 1990, 1991, 1992 Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
||||||
|
|
||||||
Contributed by the Center for Software Science at the
|
Contributed by the Center for Software Science at the
|
||||||
University of Utah (pa-gdb-bugs@cs.utah.edu).
|
University of Utah (pa-gdb-bugs@cs.utah.edu).
|
||||||
@ -50,11 +50,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
|
|
||||||
#define ARGS_GROW_DOWN
|
#define ARGS_GROW_DOWN
|
||||||
|
|
||||||
/* Define this if the C compiler puts an underscore at the front
|
|
||||||
of external names before giving them to the linker. */
|
|
||||||
|
|
||||||
/* #define NAMES_HAVE_UNDERSCORE */
|
|
||||||
|
|
||||||
/* Offset from address of function to start of its code.
|
/* Offset from address of function to start of its code.
|
||||||
Zero on most machines. */
|
Zero on most machines. */
|
||||||
|
|
||||||
|
@ -23,10 +23,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
/* Most definitions from sysv could be used. */
|
/* Most definitions from sysv could be used. */
|
||||||
#include "tm-i386v.h"
|
#include "tm-i386v.h"
|
||||||
|
|
||||||
/* Define this if the C compiler puts an underscore at the front
|
|
||||||
of external names before giving them to the linker. */
|
|
||||||
#define NAMES_HAVE_UNDERSCORE
|
|
||||||
|
|
||||||
/* 386BSD cannot handle the segment registers. */
|
/* 386BSD cannot handle the segment registers. */
|
||||||
#undef NUM_REGS
|
#undef NUM_REGS
|
||||||
#define NUM_REGS 11
|
#define NUM_REGS 11
|
||||||
|
@ -30,11 +30,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
/* turn this on when rest of gdb is ready */
|
/* turn this on when rest of gdb is ready */
|
||||||
#define IEEE_FLOAT
|
#define IEEE_FLOAT
|
||||||
|
|
||||||
/* Define this if the C compiler puts an underscore at the front
|
|
||||||
of external names before giving them to the linker. */
|
|
||||||
|
|
||||||
/* #define NAMES_HAVE_UNDERSCORE */
|
|
||||||
|
|
||||||
/* number of traps that happen between exec'ing the shell
|
/* number of traps that happen between exec'ing the shell
|
||||||
* to run an inferior, and when we finally get to
|
* to run an inferior, and when we finally get to
|
||||||
* the inferior code. This is 2 on most implementations.
|
* the inferior code. This is 2 on most implementations.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Parameters for target machine Intel 960, for GDB, the GNU debugger.
|
/* Parameters for target machine Intel 960, for GDB, the GNU debugger.
|
||||||
Copyright (C) 1990-1991 Free Software Foundation, Inc.
|
Copyright (C) 1990, 1991, 1993 Free Software Foundation, Inc.
|
||||||
Contributed by Intel Corporation.
|
Contributed by Intel Corporation.
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
@ -41,12 +41,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
|
|
||||||
#define IEEE_FLOAT
|
#define IEEE_FLOAT
|
||||||
|
|
||||||
/* Define this if the C compiler puts an underscore at the front
|
|
||||||
of external names before giving them to the linker. */
|
|
||||||
|
|
||||||
#define NAMES_HAVE_UNDERSCORE
|
|
||||||
|
|
||||||
|
|
||||||
/* Offset from address of function to start of its code.
|
/* Offset from address of function to start of its code.
|
||||||
Zero on most machines. */
|
Zero on most machines. */
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Target machine description for SGI Iris under Irix, for GDB.
|
/* Target machine description for SGI Iris under Irix, for GDB.
|
||||||
Copyright 1990, 1991, 1992 Free Software Foundation, Inc.
|
Copyright 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
@ -25,11 +25,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
/* Floating point is IEEE compliant */
|
/* Floating point is IEEE compliant */
|
||||||
#define IEEE_FLOAT
|
#define IEEE_FLOAT
|
||||||
|
|
||||||
/* Define this if the C compiler puts an underscore at the front
|
|
||||||
of external names before giving them to the linker. */
|
|
||||||
|
|
||||||
/*#define NAMES_HAVE_UNDERSCORE*/
|
|
||||||
|
|
||||||
/* SGI's assembler doesn't grok dollar signs in identifiers.
|
/* SGI's assembler doesn't grok dollar signs in identifiers.
|
||||||
So we use dots instead. This item must be coordinated with G++. */
|
So we use dots instead. This item must be coordinated with G++. */
|
||||||
#undef CPLUS_MARKER
|
#undef CPLUS_MARKER
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Definitions to target GDB on an ISI Optimum V (3.05) under 4.3bsd.
|
/* Definitions to target GDB on an ISI Optimum V (3.05) under 4.3bsd.
|
||||||
Copyright (C) 1987, 1989, 1991 Free Software Foundation, Inc.
|
Copyright (C) 1987, 1989, 1991, 1993 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
@ -22,11 +22,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
|
|
||||||
#define HAVE_68881
|
#define HAVE_68881
|
||||||
|
|
||||||
/* Define this if the C compiler puts an underscore at the front
|
|
||||||
of external names before giving them to the linker. */
|
|
||||||
|
|
||||||
#define NAMES_HAVE_UNDERSCORE
|
|
||||||
|
|
||||||
/* Address of end of stack space. */
|
/* Address of end of stack space. */
|
||||||
|
|
||||||
#define STACK_END_ADDR 0xfffe000
|
#define STACK_END_ADDR 0xfffe000
|
||||||
|
@ -1,27 +1,26 @@
|
|||||||
/* Macro definitions for linux.
|
/* Definitions to target GDB to Linux on 386.
|
||||||
Copyright (C) 1992 Free Software Foundation, Inc.
|
Copyright 1992, 1993 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation; either version 2 of the License, or
|
the Free Software Foundation; either version 2 of the License, or
|
||||||
(at your option) any later version.
|
(at your option) any later version.
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
This program is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
|
|
||||||
#if !defined (TM_LINUX_H)
|
|
||||||
#define TM_LINUX_H 1
|
|
||||||
/* number of traps that happen between exec'ing the shell
|
/* number of traps that happen between exec'ing the shell
|
||||||
* to run an inferior, and when we finally get to
|
* to run an inferior, and when we finally get to
|
||||||
* the inferior code. This is 2 on most implementations.
|
* the inferior code. This is 2 on most implementations.
|
||||||
*/
|
*/
|
||||||
#define START_INFERIOR_TRAPS_EXPECTED 2
|
#define START_INFERIOR_TRAPS_EXPECTED 2
|
||||||
|
|
||||||
#include "tm-i386v.h"
|
#include "tm-i386v.h"
|
||||||
/* Define this if the C compiler puts an underscore at the front
|
|
||||||
of external names before giving them to the linker. */
|
|
||||||
#define NAMES_HAVE_UNDERSCORE
|
|
||||||
#endif /* !defined (TM_LINUX_H) */
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/* Target machine description for generic Motorola 88000, for GDB.
|
/* Target machine description for generic Motorola 88000, for GDB.
|
||||||
Copyright 1986, 1987, 1988, 1989, 1990, 1991 Free Software Foundation, Inc.
|
Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1993
|
||||||
|
Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
@ -42,11 +43,6 @@ extern void init_extra_frame_info ();
|
|||||||
|
|
||||||
#define IEEE_FLOAT
|
#define IEEE_FLOAT
|
||||||
|
|
||||||
/* Define this if the C compiler puts an underscore at the front
|
|
||||||
of external names before giving them to the linker. */
|
|
||||||
|
|
||||||
#define NAMES_HAVE_UNDERSCORE
|
|
||||||
|
|
||||||
/* Offset from address of function to start of its code.
|
/* Offset from address of function to start of its code.
|
||||||
Zero on most machines. */
|
Zero on most machines. */
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Definitions to target GDB to a merlin under utek 2.1
|
/* Definitions to target GDB to a merlin under utek 2.1
|
||||||
Copyright (C) 1986, 1987, 1989, 1991 Free Software Foundation, Inc.
|
Copyright 1986, 1987, 1989, 1991, 1993 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
@ -19,11 +19,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
|
|
||||||
#define TARGET_BYTE_ORDER LITTLE_ENDIAN
|
#define TARGET_BYTE_ORDER LITTLE_ENDIAN
|
||||||
|
|
||||||
/* Define this if the C compiler puts an underscore at the front
|
|
||||||
of external names before giving them to the linker. */
|
|
||||||
|
|
||||||
#define NAMES_HAVE_UNDERSCORE
|
|
||||||
|
|
||||||
/* Offset from address of function to start of its code.
|
/* Offset from address of function to start of its code.
|
||||||
Zero on most machines. */
|
Zero on most machines. */
|
||||||
|
|
||||||
|
@ -39,11 +39,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
whether there is one or not. */
|
whether there is one or not. */
|
||||||
extern int mips_fpu;
|
extern int mips_fpu;
|
||||||
|
|
||||||
/* Define this if the C compiler puts an underscore at the front
|
|
||||||
of external names before giving them to the linker. */
|
|
||||||
|
|
||||||
/*#define NAMES_HAVE_UNDERSCORE*/
|
|
||||||
|
|
||||||
/* Offset from address of function to start of its code.
|
/* Offset from address of function to start of its code.
|
||||||
Zero on most machines. */
|
Zero on most machines. */
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Parameters for execution on a Sony/NEWS, for GDB, the GNU debugger.
|
/* Parameters for execution on a Sony/NEWS, for GDB, the GNU debugger.
|
||||||
Copyright (C) 1987, 1989, 1991 Free Software Foundation, Inc.
|
Copyright 1987, 1989, 1991, 1993 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
@ -29,11 +29,6 @@ Here is an m-news.h file for gdb. It supports the 68881 registers.
|
|||||||
|
|
||||||
#define HAVE_68881
|
#define HAVE_68881
|
||||||
|
|
||||||
/* Define this if the C compiler puts an underscore at the front
|
|
||||||
of external names before giving them to the linker. */
|
|
||||||
|
|
||||||
#define NAMES_HAVE_UNDERSCORE
|
|
||||||
|
|
||||||
/* Use to compute STACK_END_ADDR. */
|
/* Use to compute STACK_END_ADDR. */
|
||||||
#define TARGET_UPAGES 2
|
#define TARGET_UPAGES 2
|
||||||
#define TARGET_NBPG 4096
|
#define TARGET_NBPG 4096
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Parameters for targeting on a Gould NP1, for GDB, the GNU debugger.
|
/* Parameters for targeting on a Gould NP1, for GDB, the GNU debugger.
|
||||||
Copyright (C) 1986, 1987, 1989, 1991 Free Software Foundation, Inc.
|
Copyright 1986, 1987, 1989, 1991, 1993 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
@ -74,10 +74,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
#define NS32GMAGIC GNP1MAGIC
|
#define NS32GMAGIC GNP1MAGIC
|
||||||
#define NS32SMAGIC GPNMAGIC
|
#define NS32SMAGIC GPNMAGIC
|
||||||
|
|
||||||
/* Define this if the C compiler puts an underscore at the front
|
|
||||||
of external names before giving them to the linker. */
|
|
||||||
#define NAMES_HAVE_UNDERSCORE
|
|
||||||
|
|
||||||
/* Address of blocks in N_LBRAC and N_RBRAC symbols are absolute addresses,
|
/* Address of blocks in N_LBRAC and N_RBRAC symbols are absolute addresses,
|
||||||
not relative to start of source address. */
|
not relative to start of source address. */
|
||||||
#define BLOCK_ADDRESS_ABSOLUTE
|
#define BLOCK_ADDRESS_ABSOLUTE
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Parameters for targe of a Gould Powernode, for GDB, the GNU debugger.
|
/* Parameters for targe of a Gould Powernode, for GDB, the GNU debugger.
|
||||||
Copyright (C) 1986, 1987, 1989, 1991 Free Software Foundation, Inc.
|
Copyright 1986, 1987, 1989, 1991, 1993 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
@ -75,9 +75,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
/* Define COFF and other symbolic names needed on NP1 */
|
/* Define COFF and other symbolic names needed on NP1 */
|
||||||
#define NS32GMAGIC GDPMAGIC
|
#define NS32GMAGIC GDPMAGIC
|
||||||
#define NS32SMAGIC PN_MAGIC
|
#define NS32SMAGIC PN_MAGIC
|
||||||
/* Define this if the C compiler puts an underscore at the front
|
|
||||||
of external names before giving them to the linker. */
|
|
||||||
#define NAMES_HAVE_UNDERSCORE
|
|
||||||
|
|
||||||
/* Offset from address of function to start of its code.
|
/* Offset from address of function to start of its code.
|
||||||
Zero on most machines. */
|
Zero on most machines. */
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Definitions to make GDB run on a Pyramid under OSx 4.0 (4.2bsd).
|
/* Definitions to make GDB run on a Pyramid under OSx 4.0 (4.2bsd).
|
||||||
Copyright (C) 1988, 1989, 1991 Free Software Foundation, Inc.
|
Copyright 1988, 1989, 1991, 1993 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
@ -43,11 +43,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
(Older processors do not have IEEE NaNs). */
|
(Older processors do not have IEEE NaNs). */
|
||||||
#define IEEE_FLOAT
|
#define IEEE_FLOAT
|
||||||
|
|
||||||
/* Define this if the C compiler puts an underscore at the front
|
|
||||||
of external names before giving them to the linker. */
|
|
||||||
|
|
||||||
#define NAMES_HAVE_UNDERSCORE
|
|
||||||
|
|
||||||
/* Offset from address of function to start of its code.
|
/* Offset from address of function to start of its code.
|
||||||
Zero on most machines. */
|
Zero on most machines. */
|
||||||
|
|
||||||
|
@ -95,11 +95,6 @@ function_frame_info PARAMS ((CORE_ADDR, struct aix_framedata *));
|
|||||||
|
|
||||||
#define TARGET_BYTE_ORDER BIG_ENDIAN
|
#define TARGET_BYTE_ORDER BIG_ENDIAN
|
||||||
|
|
||||||
/* Define this if the C compiler puts an underscore at the front
|
|
||||||
of external names before giving them to the linker. */
|
|
||||||
|
|
||||||
#undef NAMES_HAVE_UNDERSCORE
|
|
||||||
|
|
||||||
/* AIX's assembler doesn't grok dollar signs in identifiers.
|
/* AIX's assembler doesn't grok dollar signs in identifiers.
|
||||||
So we use dots instead. This item must be coordinated with G++. */
|
So we use dots instead. This item must be coordinated with G++. */
|
||||||
#undef CPLUS_MARKER
|
#undef CPLUS_MARKER
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Target machine definitions for GDB for an embedded SPARC, that
|
/* Target machine definitions for GDB for an embedded SPARC, that
|
||||||
uses a file format where symbols have a leading underscore.
|
uses a file format where symbols have a leading underscore.
|
||||||
Copyright (C) 1989, 1992 Free Software Foundation, Inc.
|
Copyright 1989, 1992, 1993 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
@ -19,8 +19,3 @@ along with this program; if not, write to the Free Software
|
|||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
|
|
||||||
#include "tm-spc-noun.h"
|
#include "tm-spc-noun.h"
|
||||||
|
|
||||||
/* The C compiler puts an underscore at the front
|
|
||||||
of external names before giving them to the linker. */
|
|
||||||
|
|
||||||
#define NAMES_HAVE_UNDERSCORE
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Parameters for a Sun 386i target machine, for GDB, the GNU debugger.
|
/* Parameters for a Sun 386i target machine, for GDB, the GNU debugger.
|
||||||
Copyright 1986, 1987, 1991, 1992 Free Software Foundation, Inc.
|
Copyright 1986, 1987, 1991, 1992, 1993 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
@ -30,7 +30,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
#define COFF_ENCAPSULATE
|
#define COFF_ENCAPSULATE
|
||||||
|
|
||||||
#ifdef COFF_ENCAPSULATE
|
#ifdef COFF_ENCAPSULATE
|
||||||
#define NAMES_HAVE_UNDERSCORE
|
|
||||||
/* Avoid conflicts between our include files and <sys/exec.h>
|
/* Avoid conflicts between our include files and <sys/exec.h>
|
||||||
(maybe not needed anymore). */
|
(maybe not needed anymore). */
|
||||||
#define _EXEC_
|
#define _EXEC_
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Target machine sub-description for SunOS version 4.
|
/* Target machine sub-description for SunOS version 4.
|
||||||
This is included by other tm-*.h files to specify SunOS-specific stuff.
|
This is included by other tm-*.h files to specify SunOS-specific stuff.
|
||||||
Copyright 1990, 1991, 1992 Free Software Foundation, Inc.
|
Copyright 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
@ -18,9 +18,4 @@ You should have received a copy of the GNU General Public License
|
|||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
|
|
||||||
/* The C compiler puts an underscore at the front
|
|
||||||
of external names before giving them to the linker. */
|
|
||||||
|
|
||||||
#define NAMES_HAVE_UNDERSCORE
|
|
||||||
|
|
||||||
#include "solib.h" /* Support for shared libraries. */
|
#include "solib.h" /* Support for shared libraries. */
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Target machine definitions for GDB on a Sequent Symmetry under dynix 3.0,
|
/* Target machine definitions for GDB on a Sequent Symmetry under dynix 3.0,
|
||||||
with Weitek 1167 and i387 support.
|
with Weitek 1167 and i387 support.
|
||||||
Copyright 1986, 1987, 1989, 1991, 1992 Free Software Foundation, Inc.
|
Copyright 1986, 1987, 1989, 1991, 1992, 1993 Free Software Foundation, Inc.
|
||||||
Symmetry version by Jay Vosburgh (uunet!sequent!fubar).
|
Symmetry version by Jay Vosburgh (uunet!sequent!fubar).
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
@ -25,11 +25,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
|
|
||||||
#define TARGET_BYTE_ORDER LITTLE_ENDIAN
|
#define TARGET_BYTE_ORDER LITTLE_ENDIAN
|
||||||
|
|
||||||
/* Define this if the C compiler puts an underscore at the front
|
|
||||||
of external names before giving them to the linker. */
|
|
||||||
|
|
||||||
#define NAMES_HAVE_UNDERSCORE
|
|
||||||
|
|
||||||
/* Offset from address of function to start of its code.
|
/* Offset from address of function to start of its code.
|
||||||
Zero on most machines. */
|
Zero on most machines. */
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Macro definitions for GDB on all SVR4 target systems.
|
/* Macro definitions for GDB on all SVR4 target systems.
|
||||||
Copyright (C) 1991, 1992, Free Software Foundation, Inc.
|
Copyright 1991, 1992, 1993 Free Software Foundation, Inc.
|
||||||
Written by Fred Fish at Cygnus Support (fnf@cygnus.com).
|
Written by Fred Fish at Cygnus Support (fnf@cygnus.com).
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
@ -34,12 +34,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
|
|
||||||
#define IN_SOLIB_TRAMPOLINE(pc,name) ((name) && (STREQ ("_init", name)))
|
#define IN_SOLIB_TRAMPOLINE(pc,name) ((name) && (STREQ ("_init", name)))
|
||||||
|
|
||||||
/* In SVR4 ELF files, the ABI defines (pg. 4-25) that "External C symbols
|
|
||||||
have the same names in C, assembly code, and object files' symbol
|
|
||||||
tables." So... */
|
|
||||||
|
|
||||||
#undef NAMES_HAVE_UNDERSCORE
|
|
||||||
|
|
||||||
/* It is unknown which, if any, SVR4 assemblers do not accept dollar signs
|
/* It is unknown which, if any, SVR4 assemblers do not accept dollar signs
|
||||||
in identifiers. The default in G++ is to use dots instead, for all SVR4
|
in identifiers. The default in G++ is to use dots instead, for all SVR4
|
||||||
systems, so we make that our default also. FIXME: There should be some
|
systems, so we make that our default also. FIXME: There should be some
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Definitions to make GDB target for a tahoe running 4.3-Reno.
|
/* Definitions to make GDB target for a tahoe running 4.3-Reno.
|
||||||
Copyright 1986, 1987, 1989, 1991, 1992 Free Software Foundation, Inc.
|
Copyright 1986, 1987, 1989, 1991, 1992, 1993 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
@ -25,11 +25,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
#define TARGET_BYTE_ORDER BIG_ENDIAN
|
#define TARGET_BYTE_ORDER BIG_ENDIAN
|
||||||
#define BITS_BIG_ENDIAN 0
|
#define BITS_BIG_ENDIAN 0
|
||||||
|
|
||||||
/* Define this if the C compiler puts an underscore at the front
|
|
||||||
of external names before giving them to the linker. */
|
|
||||||
|
|
||||||
#define NAMES_HAVE_UNDERSCORE
|
|
||||||
|
|
||||||
/* Offset from address of function to start of its code.
|
/* Offset from address of function to start of its code.
|
||||||
Zero on most machines. */
|
Zero on most machines. */
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Definitions to make GDB run on an encore under umax 4.2
|
/* Definitions to make GDB run on an encore under umax 4.2
|
||||||
Copyright (C) 1987, 1989, 1991 Free Software Foundation, Inc.
|
Copyright 1987, 1989, 1991, 1993 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
@ -19,11 +19,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
|
|
||||||
#define TARGET_BYTE_ORDER LITTLE_ENDIAN
|
#define TARGET_BYTE_ORDER LITTLE_ENDIAN
|
||||||
|
|
||||||
/* Define this if the C compiler puts an underscore at the front
|
|
||||||
of external names before giving them to the linker. */
|
|
||||||
|
|
||||||
#define NAMES_HAVE_UNDERSCORE
|
|
||||||
|
|
||||||
/* Need to get function ends by adding this to epilogue address from .bf
|
/* Need to get function ends by adding this to epilogue address from .bf
|
||||||
record, not using x_fsize field. */
|
record, not using x_fsize field. */
|
||||||
#define FUNCTION_EPILOGUE_SIZE 4
|
#define FUNCTION_EPILOGUE_SIZE 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Definitions to make GDB run on a vax under 4.2bsd.
|
/* Definitions to make GDB run on a vax under 4.2bsd.
|
||||||
Copyright (C) 1986, 1987, 1989, 1991 Free Software Foundation, Inc.
|
Copyright 1986, 1987, 1989, 1991, 1993 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
@ -40,11 +40,6 @@ fix to bug-gdb@prep.ai.mit.edu. */
|
|||||||
|
|
||||||
#define TARGET_BYTE_ORDER LITTLE_ENDIAN
|
#define TARGET_BYTE_ORDER LITTLE_ENDIAN
|
||||||
|
|
||||||
/* Define this if the C compiler puts an underscore at the front
|
|
||||||
of external names before giving them to the linker. */
|
|
||||||
|
|
||||||
#define NAMES_HAVE_UNDERSCORE
|
|
||||||
|
|
||||||
/* Offset from address of function to start of its code.
|
/* Offset from address of function to start of its code.
|
||||||
Zero on most machines. */
|
Zero on most machines. */
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Target machine description for VxWorks 68k's, for GDB, the GNU debugger.
|
/* Target machine description for VxWorks 68k's, for GDB, the GNU debugger.
|
||||||
Copyright 1986, 1987, 1989, 1991, 1992 Free Software Foundation, Inc.
|
Copyright 1986, 1987, 1989, 1991, 1992, 1993 Free Software Foundation, Inc.
|
||||||
Contributed by Cygnus Support.
|
Contributed by Cygnus Support.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
@ -29,11 +29,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
|
|
||||||
#include "tm-68k.h"
|
#include "tm-68k.h"
|
||||||
|
|
||||||
/* Define this if the C compiler puts an underscore at the front
|
|
||||||
of external names before giving them to the linker. */
|
|
||||||
|
|
||||||
#define NAMES_HAVE_UNDERSCORE
|
|
||||||
|
|
||||||
/* We are guaranteed to have a zero frame pointer at bottom of stack, too. */
|
/* We are guaranteed to have a zero frame pointer at bottom of stack, too. */
|
||||||
#undef FRAME_CHAIN
|
#undef FRAME_CHAIN
|
||||||
#undef FRAME_CHAIN_VALID
|
#undef FRAME_CHAIN_VALID
|
||||||
|
10
gdb/tm-z8k.h
10
gdb/tm-z8k.h
@ -1,5 +1,5 @@
|
|||||||
/* Parameters for execution on a z8000 series machine.
|
/* Parameters for execution on a z8000 series machine.
|
||||||
Copyright 1992,1993 Free Software Foundation, Inc.
|
Copyright 1992, 1993 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
@ -17,8 +17,6 @@ You should have received a copy of the GNU General Public License
|
|||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#define IEEE_FLOAT 1
|
#define IEEE_FLOAT 1
|
||||||
|
|
||||||
#undef TARGET_INT_BIT
|
#undef TARGET_INT_BIT
|
||||||
@ -304,11 +302,5 @@ int z8001_mode;
|
|||||||
#define PRINT_REGISTER_HOOK(regno) print_register_hook(regno)
|
#define PRINT_REGISTER_HOOK(regno) print_register_hook(regno)
|
||||||
|
|
||||||
|
|
||||||
/* Define this if the C compiler puts an underscore at the front
|
|
||||||
of external names before giving them to the linker. */
|
|
||||||
|
|
||||||
#define NAMES_HAVE_UNDERSCORE
|
|
||||||
|
|
||||||
|
|
||||||
#define INIT_EXTRA_SYMTAB_INFO \
|
#define INIT_EXTRA_SYMTAB_INFO \
|
||||||
z8k_set_pointer_size(objfile->obfd->arch_info->bits_per_address);
|
z8k_set_pointer_size(objfile->obfd->arch_info->bits_per_address);
|
||||||
|
Reference in New Issue
Block a user