mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 16:38:05 +08:00
* 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.
This commit is contained in:
@ -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)
|
Tue Jan 11 00:53:46 1994 John Gilmore (gnu@cygnus.com)
|
||||||
|
|
||||||
* a29k-tdep.c (init_frame_info): Cast null arg to examine_tag.
|
* a29k-tdep.c (init_frame_info): Cast null arg to examine_tag.
|
||||||
|
Reference in New Issue
Block a user