]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Do not look at file symbols when reading psymtabs
authorTom Tromey <tom@tromey.com>
Tue, 22 May 2018 05:23:02 +0000 (23:23 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 20 Jul 2018 15:42:45 +0000 (09:42 -0600)
commitf62f6af5da07eba0ac5425365da3d82c43f3445c
tree9e701321e7b0652b2c8b840ff810404750fcb2df
parent1d376700df2476d8a8ca4fa503bdcfb0b425b683
Do not look at file symbols when reading psymtabs

The DWARF reader was setting the list_in_scope member when reading
partial symbols.  however, this member is only useful when reading
full symbols.  Future patches will make this assert, so remove these
unneeded initializations.

gdb/ChangeLog
2018-07-20  Tom Tromey  <tom@tromey.com>

* dwarf2read.c (process_psymtab_comp_unit_reader)
(build_type_psymtabs_reader): Do not set list_in_scope.
gdb/ChangeLog
gdb/dwarf2read.c