mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-30 05:23:49 +08:00
* dwarf2.c (scan_unit_for_symbols): Check for DW_AT_specification.
This commit is contained in:
parent
80518809de
commit
5d8e6b4d11
@ -1,3 +1,7 @@
|
||||
2011-04-07 Cary Coutant <ccoutant@google.com>
|
||||
|
||||
* dwarf2.c (scan_unit_for_symbols): Check for DW_AT_specification.
|
||||
|
||||
2011-04-07 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
* elf32-tic6x.c (elf32_tic6x_howto_table): R_C6000_PREL31 is
|
||||
|
@ -2164,6 +2164,7 @@ scan_unit_for_symbols (struct comp_unit *unit)
|
||||
break;
|
||||
|
||||
case DW_AT_abstract_origin:
|
||||
case DW_AT_specification:
|
||||
func->name = find_abstract_instance_name (unit, &attr);
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user