]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Remove a VEC from dwarf2read.c
authorTom Tromey <tom@tromey.com>
Fri, 8 Jun 2018 04:11:47 +0000 (22:11 -0600)
committerTom Tromey <tom@tromey.com>
Sat, 9 Jun 2018 22:05:48 +0000 (16:05 -0600)
commitc5d0225d250b4c6537a0d22f0a89975834bfd294
tree8b618e914f26a82ba2a829704f015331f84e321c
parentd68033ea86780183c2a2a28077fe495acde5887c
Remove a VEC from dwarf2read.c

This removes a VEC from dwarf2read.c, replacing it with a std::vector.

Tested by the buildbot.

gdb/ChangeLog
2018-06-09  Tom Tromey  <tom@tromey.com>

* dwarf2read.c (process_cu_includes): Update.
(process_full_comp_unit): Update.
* dwarf2read.h (struct dwarf2_per_objfile) <just_read_cus>: Now a
std::vector.
gdb/ChangeLog
gdb/dwarf2read.c
gdb/dwarf2read.h