Re: [PATCH 6/9] [libbacktrace] Factor out read_referenced_name_1

2019-01-16 Thread Ian Lance Taylor
On Wed, Jan 16, 2019 at 8:37 AM Tom de Vries wrote: > > On 16-01-19 02:15, Ian Lance Taylor wrote: > > On Tue, Dec 11, 2018 at 2:15 AM Tom de Vries wrote: > >> > >> Factor out the common handling of DW_AT_abstract_origin and > >> DW_AT_specification from read_function_entry and

Re: [PATCH 6/9] [libbacktrace] Factor out read_referenced_name_1

2019-01-16 Thread Tom de Vries
On 16-01-19 02:15, Ian Lance Taylor wrote: > On Tue, Dec 11, 2018 at 2:15 AM Tom de Vries wrote: >> >> Factor out the common handling of DW_AT_abstract_origin and >> DW_AT_specification from read_function_entry and read_referenced_name. >> >> 2018-12-10 Tom de Vries >> >> * dwarf.c

Re: [PATCH 6/9] [libbacktrace] Factor out read_referenced_name_1

2019-01-15 Thread Ian Lance Taylor via gcc-patches
On Tue, Dec 11, 2018 at 2:15 AM Tom de Vries wrote: > > Factor out the common handling of DW_AT_abstract_origin and > DW_AT_specification from read_function_entry and read_referenced_name. > > 2018-12-10 Tom de Vries > > * dwarf.c (read_referenced_name_1): New function. Factor out of

[PATCH 6/9] [libbacktrace] Factor out read_referenced_name_1

2018-12-11 Thread Tom de Vries
Factor out the common handling of DW_AT_abstract_origin and DW_AT_specification from read_function_entry and read_referenced_name. 2018-12-10 Tom de Vries * dwarf.c (read_referenced_name_1): New function. Factor out of ... (read_referenced_name): ... here, and ...