diff options
Diffstat (limited to 'gdb/tm-3b1.h')
-rw-r--r-- | gdb/tm-3b1.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gdb/tm-3b1.h b/gdb/tm-3b1.h index 4bcf01f..281b1d3 100644 --- a/gdb/tm-3b1.h +++ b/gdb/tm-3b1.h @@ -1,5 +1,5 @@ -/* Parameters for targeting to a 3b1. - Copyright (C) 1986, 1987, 1989, 1991 Free Software Foundation, Inc. +/* Parameters for targeting GDB to a 3b1. + Copyright 1986, 1987, 1989, 1991, 1993 Free Software Foundation, Inc. This file is part of GDB. @@ -27,10 +27,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define NAMES_HAVE_UNDERSCORE -/* Debugger information will be in COFF format, without long filenames. */ - -#define COFF_NO_LONG_FILE_NAMES - /* Address of end of stack space. */ #define STACK_END_ADDR 0x300000 |