diff options
author | Ian Lance Taylor <ian@airs.com> | 2008-07-23 14:36:09 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2008-07-23 14:36:09 +0000 |
commit | 95d14cd31e8c12b180adeba4aa840250004ca534 (patch) | |
tree | 364a2d3a68ee0857ecdf382a3fb9ffbf1053a9bd /gold/symtab.h | |
parent | 14ef7606b7caabbde8afd1e7a8b54eeb8c26e555 (diff) | |
download | binutils-gdb-95d14cd31e8c12b180adeba4aa840250004ca534.tar.gz |
* symtab.cc (Symbol_table::resolve): Remove version parameter.
Change all callers.
* symtab.h (class Symbol_table): Update declaration.
* testsuite/ver_test_9.cc: New file.
* testsuite/Makefile.am (check_PROGRAMS): Add ver_test_9.
(ver_test_9_SOURCES, ver_test_9_DEPENDENCIES): Define.
(ver_test_9_LDFLAGS, ver_test_9_LDADD): Define.
(ver_test_9.so, ver_test_9.o): New targets.
* testsuite/Makefile.in: Rebuild.
Diffstat (limited to 'gold/symtab.h')
-rw-r--r-- | gold/symtab.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gold/symtab.h b/gold/symtab.h index 9afdfe92996..3c998f82444 100644 --- a/gold/symtab.h +++ b/gold/symtab.h @@ -1292,8 +1292,7 @@ class Symbol_table template<int size, bool big_endian> void - resolve(Sized_symbol<size>* to, const Sized_symbol<size>* from, - const char* version); + resolve(Sized_symbol<size>* to, const Sized_symbol<size>* from); // Record that a symbol is forced to be local by a version script. void |