]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove remnants of partial DIEs from DWARF reader
authorTom Tromey <tom@tromey.com>
Fri, 2 Feb 2024 01:53:47 +0000 (18:53 -0700)
committerTom Tromey <tom@tromey.com>
Mon, 5 Feb 2024 19:13:09 +0000 (12:13 -0700)
commit68d3bf7d246321407697aeb036036dae1a99a742
tree956ea6bbe84f482557d78730682588153ea933b2
parent4b858d4dbbdc2d497231d6340a49414c88db7dbb
Remove remnants of partial DIEs from DWARF reader

When rewriting the DWARF scanner, I forgot to remove
dwarf2_cu::load_all_dies and dwarf2_cu::partial_dies.  This patch
corrects the oversight and fixes up a couple other spots that mention
partial DIEs, which no longer exist.

Approved-By: Tom de Vries <tdevries@suse.de>
gdb/dwarf2/cu.c
gdb/dwarf2/cu.h
gdb/dwarf2/read.c