summaryrefslogtreecommitdiff
path: root/gold/object.cc
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@google.com>2012-09-07 20:14:10 +0000
committerCary Coutant <ccoutant@google.com>2012-09-07 20:14:10 +0000
commitd2d60eefc4034426d1ec42476e518422299658cf (patch)
treea0b26a09fc31273c235d0d694235adf599b07399 /gold/object.cc
parentaae628c13199b40d2e5f18a597e5b8cb38d91849 (diff)
2012-09-06 Cary Coutant <ccoutant@google.com>
gold/ * dwarf_reader.cc (Dwarf_die::read_attributes): Add DW_FORM_GNU_addr_index and DW_FORM_GNU_str_index. (Dwarf_die::skip_attributes): Likewise. * object.cc (Read_symbols_data::~Read_symbols_data): Update comment. * testsuite/gdb_index_test.cc (inline_func_1): New function. (main): Call it. * testsuite/gdb_index_test_comm.sh: Check index for inline function.
Diffstat (limited to 'gold/object.cc')
-rw-r--r--gold/object.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gold/object.cc b/gold/object.cc
index 6c0c187726..6ee10f522d 100644
--- a/gold/object.cc
+++ b/gold/object.cc
@@ -48,7 +48,8 @@ namespace gold
// Struct Read_symbols_data.
-// Destroy any remaining File_view objects.
+// Destroy any remaining File_view objects and buffers of decompressed
+// sections.
Read_symbols_data::~Read_symbols_data()
{