aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite/two_file_test_main.cc
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2008-03-16 23:51:19 +0000
committerIan Lance Taylor <iant@google.com>2008-03-16 23:51:19 +0000
commitd1f003c610e39314803fa3fd4f311230729d3616 (patch)
tree221e357d029f9eb1bbd14c02ffbdf37cf5d2d8e0 /gold/testsuite/two_file_test_main.cc
parentda6b876ee6e7599e1fd07514b77f1c4a6ae7dca6 (diff)
downloadbinutils-d1f003c610e39314803fa3fd4f311230729d3616.zip
binutils-d1f003c610e39314803fa3fd4f311230729d3616.tar.gz
binutils-d1f003c610e39314803fa3fd4f311230729d3616.tar.bz2
Fix handling of RELA relative relocs against local symbols in merge
sections.
Diffstat (limited to 'gold/testsuite/two_file_test_main.cc')
-rw-r--r--gold/testsuite/two_file_test_main.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gold/testsuite/two_file_test_main.cc b/gold/testsuite/two_file_test_main.cc
index 5f2ff56..c69d6e0 100644
--- a/gold/testsuite/two_file_test_main.cc
+++ b/gold/testsuite/two_file_test_main.cc
@@ -51,5 +51,6 @@ main()
assert(t13());
assert(t16());
assert(t16a());
+ assert(t17());
return 0;
}