aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite/script_test_5.t
diff options
context:
space:
mode:
Diffstat (limited to 'gold/testsuite/script_test_5.t')
-rw-r--r--gold/testsuite/script_test_5.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/gold/testsuite/script_test_5.t b/gold/testsuite/script_test_5.t
index fe67c4e..4a7d13f 100644
--- a/gold/testsuite/script_test_5.t
+++ b/gold/testsuite/script_test_5.t
@@ -37,6 +37,7 @@ SECTIONS
. = ALIGN(0x100);
.dynamic : { *(.dynamic) }
.data : { *(.data) }
+ .got : { *(.got .toc) }
. += 0x100000;
. = ALIGN(0x100);
.bss : { *(.bss) }