diff options
author | John Gilmore <gnu@cygnus> | 1993-02-05 22:09:17 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1993-02-05 22:09:17 +0000 |
commit | c653bc6d90cec06c584d5335cade0c42222931dc (patch) | |
tree | 819c1805c853dae74d76f3eefcd7bc609ebb8703 /gdb/tm-i860.h | |
parent | e4ebb8e5e6b5a8b618284247d0860845d074962f (diff) | |
download | gdb-c653bc6d90cec06c584d5335cade0c42222931dc.zip gdb-c653bc6d90cec06c584d5335cade0c42222931dc.tar.gz gdb-c653bc6d90cec06c584d5335cade0c42222931dc.tar.bz2 |
Fix long file name bug reported on SCO Open Desktop 2.0 by Ulf Lunde
<Ulf.Lunde@kvatro.no> and Dag H. Wanvik <Dag.H.Wanvik@kvatro.no>.
* coffread.c (getfilename): Eliminate COFF_NO_LONG_FILE_NAMES
test, which is apparently left over from when we used native
include files and couldn't depend on the member names being there.
* tm-3b1.h, tm-altos.h, tm-i386v.h: Don't set it.
ALso fix this in tm-i860.h which isn't ChangeLogged since it's sanitized out
for lack of paperwork.
Diffstat (limited to 'gdb/tm-i860.h')
-rw-r--r-- | gdb/tm-i860.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gdb/tm-i860.h b/gdb/tm-i860.h index b26e205..18ab975 100644 --- a/gdb/tm-i860.h +++ b/gdb/tm-i860.h @@ -1,5 +1,5 @@ /* Parameters for execution on the Intel I860 for GDB, the GNU debugger. - Copyright (C) 1986, 1987 Free Software Foundation, Inc. + Copyright 1986, 1987, 1993 Free Software Foundation, Inc. GDB is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. No author or distributor accepts responsibility to anyone @@ -25,11 +25,6 @@ anyone else from sharing it farther. Help stamp out software hoarding! #define HAVE_TERMIO #define vfork fork -/* Debugger information will be in COFF format. */ - -/* #define COFF_FORMAT */ -#define COFF_NO_LONG_FILE_NAMES - /* Offset from address of function to start of its code. Zero on most machines. */ |