This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] Remove cleanups from coff-pe-read.c
- From: Pedro Alves <palves at redhat dot com>
- To: Tom Tromey <tom at tromey dot com>, gdb-patches at sourceware dot org
- Date: Fri, 25 May 2018 17:28:15 +0100
- Subject: Re: [RFA] Remove cleanups from coff-pe-read.c
- References: <20180525150844.30688-1-tom@tromey.com>
On 05/25/2018 04:08 PM, Tom Tromey wrote:
> 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.
OK.
Thanks,
Pedro Alves