projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8051880
)
* dwarf2.c (scan_unit_for_symbols): Check for DW_AT_specification.
author
Cary Coutant
<ccoutant@google.com>
Thu, 7 Apr 2011 17:47:23 +0000
(17:47 +0000)
committer
Cary Coutant
<ccoutant@google.com>
Thu, 7 Apr 2011 17:47:23 +0000
(17:47 +0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/dwarf2.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 2237656f29dd0d572bed572bc29455236b7a52de..d61c115086d8d6319978de785fbdb9e895846880 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-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
diff --git
a/bfd/dwarf2.c
b/bfd/dwarf2.c
index 38268561fb0fd24cb761a91b0aaa96916e234397..3db23956ab7815cf13596c3b76e658a2bea9e9dd 100644
(file)
--- a/
bfd/dwarf2.c
+++ b/
bfd/dwarf2.c
@@
-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;