aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite/justsyms.t
diff options
context:
space:
mode:
Diffstat (limited to 'gold/testsuite/justsyms.t')
-rw-r--r--gold/testsuite/justsyms.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/testsuite/justsyms.t b/gold/testsuite/justsyms.t
index 4d68893..45418be 100644
--- a/gold/testsuite/justsyms.t
+++ b/gold/testsuite/justsyms.t
@@ -23,7 +23,7 @@
SECTIONS
{
/* This script is only used for a .o file. */
- . = 0x10000;
+ . = 0x100;
.gold_test : { *(.gold_test) }
.text : { *(.text) }
.data : { *(.data) }