diff options
author | Ian Lance Taylor <iant@google.com> | 2007-09-22 04:40:13 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2007-09-22 04:40:13 +0000 |
commit | 306d9ef0484f1928594ce309c1239252fd4915c8 (patch) | |
tree | 23ed56da78445866e545f0a6c0c1cc049fc3c2de /gold/symtab.h | |
parent | cddcc9d6b0533693e0971bad3d409c22c69056fa (diff) | |
download | gdb-306d9ef0484f1928594ce309c1239252fd4915c8.zip gdb-306d9ef0484f1928594ce309c1239252fd4915c8.tar.gz gdb-306d9ef0484f1928594ce309c1239252fd4915c8.tar.bz2 |
Canonicalize name and version when working with special symbols.
Diffstat (limited to 'gold/symtab.h')
-rw-r--r-- | gold/symtab.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gold/symtab.h b/gold/symtab.h index 31a656e..6d9a609 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. |