diff options
Diffstat (limited to 'gold/dynobj.h')
-rw-r--r-- | gold/dynobj.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/dynobj.h b/gold/dynobj.h index 03b8053..c20ed20 100644 --- a/gold/dynobj.h +++ b/gold/dynobj.h @@ -203,7 +203,7 @@ class Sized_dynobj : public Dynobj // Get the name of a section. std::string - do_section_name(unsigned int shndx) + do_section_name(unsigned int shndx) const { return this->elf_file_.section_name(shndx); } // Return a view of the contents of a section. Set *PLEN to the |