[binutils-gdb] Remove cleanups from coff-pe-read.c
sergiodj+buildbot@sergiodj.net
sergiodj+buildbot@sergiodj.net
Fri May 25 17:20:00 GMT 2018
*** TEST RESULTS FOR COMMIT 3173aa2fc212389268f76433e70b35116a936a8d ***
Author: Tom Tromey <tom@tromey.com>
Branch: master
Commit: 3173aa2fc212389268f76433e70b35116a936a8d
Remove cleanups from coff-pe-read.c
This removes cleanups from coff-pe-read.c, using std::string,
std::vector, and gdb::def_vector.
Tested by the buildbot, though I'm not sure these code paths are
exercised there.
ChangeLog
2018-05-25 Tom Tromey <tom@tromey.com>
* coff-pe-read.c (struct read_pe_section_data) <section_name>: Now
a std::string.
(get_pe_section_index, add_pe_exported_sym): Update.
(read_pe_exported_syms): Use gdb::def_vector.
More information about the Gdb-testers
mailing list