From 95d14cd31e8c12b180adeba4aa840250004ca534 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 23 Jul 2008 14:36:09 +0000 Subject: * 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. --- gold/resolve.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gold/resolve.cc') diff --git a/gold/resolve.cc b/gold/resolve.cc index d564aed..0ad990c 100644 --- a/gold/resolve.cc +++ b/gold/resolve.cc @@ -210,7 +210,7 @@ symbol_to_bits(elfcpp::STB binding, bool is_dynamic, // IS_ORDINARY is whether ST_SHNDX is a normal section index rather // than a special code. ORIG_ST_SHNDX is the original section index, // before any munging because of discarded sections, except that all -// non-ordinary section indexes are mapped to SHN_UNDEF. VERSION of +// non-ordinary section indexes are mapped to SHN_UNDEF. VERSION is // the version of SYM. template -- cgit v1.1