summaryrefslogtreecommitdiff
path: root/gold/symtab.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2008-07-23 14:36:09 +0000
committerIan Lance Taylor <ian@airs.com>2008-07-23 14:36:09 +0000
commit95d14cd31e8c12b180adeba4aa840250004ca534 (patch)
tree364a2d3a68ee0857ecdf382a3fb9ffbf1053a9bd /gold/symtab.h
parent14ef7606b7caabbde8afd1e7a8b54eeb8c26e555 (diff)
* 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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gold/symtab.h b/gold/symtab.h
index 9afdfe9299..3c998f8244 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