r267986 - in /trunk/libbacktrace: ChangeLog dwa...
vries@gcc.gnu.org
vries@gcc.gnu.org
Wed Jan 16 20:47:00 GMT 2019
Author: vries
Date: Wed Jan 16 20:47:02 2019
New Revision: 267986
URL: https://gcc.gnu.org/viewcvs?rev=267986&root=gcc&view=rev
Log:
[libbacktrace] Factor out read_referenced_name_from_attr
Factor out the common handling of DW_AT_abstract_origin and
DW_AT_specification from read_function_entry and read_referenced_name.
2019-01-16 Tom de Vries <tdevries@suse.de>
* dwarf.c (read_referenced_name_from_attr): New function. Factor out
of ...
(read_referenced_name): ... here, and ...
(read_function_entry): ... here.
Modified:
trunk/libbacktrace/ChangeLog
trunk/libbacktrace/dwarf.c
More information about the Gcc-cvs
mailing list