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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4cba347..38d678c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,19 @@ +Fri Feb 5 14:01:22 1993 John Gilmore (gnu@cygnus.com) + + 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. + +Thu Feb 4 12:23:15 1993 Ian Lance Taylor (ian@cygnus.com) + + * mipsread.c: Major overhaul to use new BFD symbol table reading + routines. Now swaps information as it is needed, rather than + swapping everything when the file is read. + Thu Feb 4 01:52:36 1993 John Gilmore (gnu@cygnus.com) * Makefile.in (TARDIRS): Add sparclite demo dir. |