summaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@google.com>2011-04-07 17:47:23 +0000
committerCary Coutant <ccoutant@google.com>2011-04-07 17:47:23 +0000
commitf5d8cd404ad50638d161a0613c84326324e1ddb5 (patch)
tree488d73c061e28f5db5f3216a4e7c790c5b2b91b5 /bfd
parent87746354521e38e502215e9b2648fa4b92c9e0ee (diff)
downloadbinutils-redhat-f5d8cd404ad50638d161a0613c84326324e1ddb5.tar.gz
* dwarf2.c (scan_unit_for_symbols): Check for DW_AT_specification.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/dwarf2.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 2237656f29..d61c115086 100644
--- 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 38268561fb..3db23956ab 100644
--- 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;