diff options
Diffstat (limited to 'gdb/tm-29k.h')
-rw-r--r-- | gdb/tm-29k.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gdb/tm-29k.h b/gdb/tm-29k.h index ab89a2a..206f9d4 100644 --- a/gdb/tm-29k.h +++ b/gdb/tm-29k.h @@ -1,5 +1,5 @@ /* 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. This file is part of GDB. @@ -35,11 +35,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Recognize our magic number. */ #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. Zero on most machines. */ |