]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gold/object.h
[GOLD] reporting local symbol names
[thirdparty/binutils-gdb.git] / gold / object.h
index e7472893ca614daa5f4cd0e509ee060293874a57..d6c53eb105ef237ce2d2fb3dc2305204e6ef5d74 100644 (file)
@@ -2347,7 +2347,7 @@ class Sized_relobj_file : public Sized_relobj<size, big_endian>
   find_kept_section_object(unsigned int shndx, unsigned int* symndx_p) const;
 
   // Return the name of symbol SYMNDX.
-  const char*
+  std::string
   get_symbol_name(unsigned int symndx);
 
   // Compute final local symbol value.  R_SYM is the local symbol index.