diff options
Diffstat (limited to 'gold/incremental.h')
-rw-r--r-- | gold/incremental.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gold/incremental.h b/gold/incremental.h index f84511d..5440c86 100644 --- a/gold/incremental.h +++ b/gold/incremental.h @@ -1901,7 +1901,7 @@ class Sized_relobj_incr : public Sized_relobj<size, big_endian> // Get the name of a section. std::string - do_section_name(unsigned int shndx); + do_section_name(unsigned int shndx) const; // Return a view of the contents of a section. const unsigned char* @@ -2112,7 +2112,7 @@ class Sized_incr_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 a view of the contents of a section. const unsigned char* |