* coffread.c (read_coff_symtab): Set PC bounds of _globals_ symtab
authorJohn Gilmore <gnu@cygnus>
Wed, 12 Jan 1994 08:02:26 +0000 (08:02 +0000)
committerJohn Gilmore <gnu@cygnus>
Wed, 12 Jan 1994 08:02:26 +0000 (08:02 +0000)
commit011d4ed95fec0aa810775a84e25188a3cd4333b1
treef05c3d4bee5ba79fd56bfda63ac53d3f469b78f7
parenteb5b74ca6c34ae1e26bdc15de021e0deb0d4ba9d
* 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.
gdb/ChangeLog