aboutsummaryrefslogtreecommitdiff
path: root/gold/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'gold/object.h')
-rw-r--r--gold/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/object.h b/gold/object.h
index d6c53eb..e747289 100644
--- a/gold/object.h
+++ b/gold/object.h
@@ -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.
- std::string
+ const char*
get_symbol_name(unsigned int symndx);
// Compute final local symbol value. R_SYM is the local symbol index.