diff options
author | John Gilmore <gnu@cygnus> | 1994-01-12 08:02:26 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1994-01-12 08:02:26 +0000 |
commit | 011d4ed95fec0aa810775a84e25188a3cd4333b1 (patch) | |
tree | f05c3d4bee5ba79fd56bfda63ac53d3f469b78f7 /gdb/ChangeLog | |
parent | eb5b74ca6c34ae1e26bdc15de021e0deb0d4ba9d (diff) | |
download | binutils-011d4ed95fec0aa810775a84e25188a3cd4333b1.zip binutils-011d4ed95fec0aa810775a84e25188a3cd4333b1.tar.gz binutils-011d4ed95fec0aa810775a84e25188a3cd4333b1.tar.bz2 |
* coffread.c (read_coff_symtab): Set PC bounds of _globals_ symtab
to [0,0] rather than [0, end of first source file]. This avoids
problems with other parts of GDB looking for linetables in the
_globals_ symtab. Eliminate variables num_object_files and
first_object_file_end.
Fixes PR gdb/4072.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 86b4b61..818e4d0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +Tue Jan 11 23:57:30 1994 John Gilmore (gnu@cygnus.com) + + * coffread.c (read_coff_symtab): Set PC bounds of _globals_ symtab + to [0,0] rather than [0, end of first source file]. This avoids + problems with other parts of GDB looking for linetables in the + _globals_ symtab. Eliminate variables num_object_files and + first_object_file_end. + Tue Jan 11 00:53:46 1994 John Gilmore (gnu@cygnus.com) * a29k-tdep.c (init_frame_info): Cast null arg to examine_tag. |