When parsing a DW_FORM_ref_addr attribute the CU containing the
authorNick Clifton <nickc@redhat.com>
Tue, 28 Jan 2014 13:43:35 +0000 (13:43 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 28 Jan 2014 13:43:35 +0000 (13:43 +0000)
commit0a9c7b2bf1903322a9b03d76c9c171bcd2ad3cf0
tree179e64797ca4e4dee2e79387285665f47747af74
parent342df9df2426b93b1b218848224a26f387c37ecd
When parsing a DW_FORM_ref_addr attribute the CU containing the
abbreviation may not be the current CU.  Thus we need to make sure
that when we read the abbreviation we use the correct CU.

* dwarf2.c (find_abstract_instance_name): For DW_FORM_ref_addr
attributes select the CU containing the abbreviation, which may not
be the current CU.
bfd/ChangeLog
bfd/dwarf2.c
This page took 0.03522 seconds and 4 git commands to generate.