X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gold%2Fgdb-index.cc;h=d3c9d612c158a1528786b7acffb34d67eb04b13d;hb=c3d399e712774f8c8e4cd6b6a5bb8230c42bc760;hp=51d0816f1b1c48c21c7242ad91ba31ed0287dd06;hpb=c891b3f924c4fb5fd06b71cabe74ffe74dcffa48;p=deliverable%2Fbinutils-gdb.git diff --git a/gold/gdb-index.cc b/gold/gdb-index.cc index 51d0816f1b..d3c9d612c1 100644 --- a/gold/gdb-index.cc +++ b/gold/gdb-index.cc @@ -869,7 +869,7 @@ Gdb_index_info_reader::read_pubnames_and_pubtypes(Dwarf_die* die) ret = true; else { - Dwarf_pubnames_table pubnames(false); + Dwarf_pubnames_table pubnames(this, false); if (!pubnames.read_section(this->object(), pubnames_shndx)) return false; if (!pubnames.read_header(pubnames_offset)) @@ -896,7 +896,7 @@ Gdb_index_info_reader::read_pubnames_and_pubtypes(Dwarf_die* die) ret = true; else { - Dwarf_pubnames_table pubtypes(true); + Dwarf_pubnames_table pubtypes(this, true); if (!pubtypes.read_section(this->object(), pubtypes_shndx)) return false; if (!pubtypes.read_header(pubtypes_offset))