aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite/justsyms_1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gold/testsuite/justsyms_1.cc')
-rw-r--r--gold/testsuite/justsyms_1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/testsuite/justsyms_1.cc b/gold/testsuite/justsyms_1.cc
index 599d8c9..50716b0 100644
--- a/gold/testsuite/justsyms_1.cc
+++ b/gold/testsuite/justsyms_1.cc
@@ -44,7 +44,7 @@ main(int, char**)
{
// The linker script should arrange for this symbol to be exactly at
// address 0x10000.
- assert(reinterpret_cast<uintptr_t>(justsyms_string) == 0x10000);
+ assert(reinterpret_cast<uintptr_t>(justsyms_string) == 0x100);
// However, since the file was linked with --just-symbols, we should
// not be able to actually access the symbol.