Remove dwarf2_per_cu_data::v
authorTom Tromey <tom@tromey.com>
Mon, 23 Aug 2021 22:49:39 +0000 (16:49 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 12 Apr 2022 15:31:17 +0000 (09:31 -0600)
commit8dddb06c598dd4cbdbd60653c54881912fd839b5
tree542229424abef5355f0ebe55e82a638ecacdd0db
parent6209cde4ddb85a991ed1dda6f143ef08b75558df
Remove dwarf2_per_cu_data::v

Now that the psymtab reader has been removed, the
dwarf2_per_cu_data::v union is no longer needed.  Instead, we can
simply move the members from dwarf2_per_cu_quick_data into
dwarf2_per_cu_data and remove the "quick" object entirely.
gdb/dwarf2/read.c
gdb/dwarf2/read.h