This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add end_psymtab_common


Doug Evans <xdje42@gmail.com> writes:
> Hi.
>
> This patch moves some common code into end_psymtab_common,
> and renamed end_psymtab to dbx_end_psymtab for consistency.
>
> Regression tested on amd64-linux.
>
> 2015-07-22  Doug Evans  <xdje42@gmail.com>
>
> 	* dbxread.c (dbx_end_psymtab): Renamed from end_psymtab.  All callers
> 	updated.  Call end_psymtab_common.
> 	* dwarf2read.c (process_psymtab_comp_unit_reader): Call
> 	end_psymtab_common.
> 	(build_type_psymtabs_reader): Ditto.
> 	* psympriv.h (sort_pst_symbols): Delete.
> 	(end_psymtab_common): Declare.
> 	* psymtab.c (sort_pst_symbols): Make static.
> 	(end_psymtab_common): New function.
> 	* xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.

Committed.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]