summaryrefslogtreecommitdiff
path: root/gold/symtab.h
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-09-22 04:40:13 +0000
committerIan Lance Taylor <iant@google.com>2007-09-22 04:40:13 +0000
commitbff17ce9ab663972be906d7460b2197a6322020a (patch)
treeedd08a0df4d215e8fe610a7cda01e3c53add29da /gold/symtab.h
parente644336aa23e2deacf3ba9fc8ca4958b5321856e (diff)
downloadbinutils-redhat-bff17ce9ab663972be906d7460b2197a6322020a.tar.gz
Canonicalize name and version when working with special symbols.
Diffstat (limited to 'gold/symtab.h')
-rw-r--r--gold/symtab.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gold/symtab.h b/gold/symtab.h
index 31a656e03a..6d9a609831 100644
--- a/gold/symtab.h
+++ b/gold/symtab.h
@@ -927,8 +927,8 @@ class Symbol_table
// Define a special symbol.
template<int size, bool big_endian>
Sized_symbol<size>*
- define_special_symbol(const Target* target, const char* name,
- const char* version, bool only_if_ref,
+ define_special_symbol(const Target* target, const char** pname,
+ const char** pversion, bool only_if_ref,
Sized_symbol<size>** poldsym ACCEPT_SIZE_ENDIAN);
// Define a symbol in an Output_data, sized version.