aboutsummaryrefslogtreecommitdiff
path: root/gold/resolve.cc
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/resolve.cc
parent14ef7606b7caabbde8afd1e7a8b54eeb8c26e555 (diff)
downloadgdb-95d14cd31e8c12b180adeba4aa840250004ca534.zip
gdb-95d14cd31e8c12b180adeba4aa840250004ca534.tar.gz
gdb-95d14cd31e8c12b180adeba4aa840250004ca534.tar.bz2
* 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/resolve.cc')
-rw-r--r--gold/resolve.cc2
1 files changed, 1 insertions, 1 deletions
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<int size, bool big_endian>