Re: [PATCH] libdw: Search skeleton DIE for split compile unit DIE attributes.

2018-05-20 Thread Mark Wielaard
On Thu, May 17, 2018 at 01:28:25PM +0200, Mark Wielaard wrote: > dwarf_attr_integrate and dwarf_hasattr_integrate should also search > for attributes from the skeleton DIE in case the given DIE is a split > compile unit DIE. Split compile unit DIEs inherit various attributes > from their skeleton u

[PATCH] libdw: Search skeleton DIE for split compile unit DIE attributes.

2018-05-17 Thread Mark Wielaard
dwarf_attr_integrate and dwarf_hasattr_integrate should also search for attributes from the skeleton DIE in case the given DIE is a split compile unit DIE. Split compile unit DIEs inherit various attributes from their skeleton unit DIE in DWARF5. Signed-off-by: Mark Wielaard --- libdw/ChangeLog