diff options
Diffstat (limited to 'gold/testsuite')
-rw-r--r-- | gold/testsuite/script_test_2.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gold/testsuite/script_test_2.t b/gold/testsuite/script_test_2.t index 0baa428..0ce9408 100644 --- a/gold/testsuite/script_test_2.t +++ b/gold/testsuite/script_test_2.t @@ -33,6 +33,7 @@ SECTIONS . = ALIGN(0x100); .data : { *(.data) } .got : { *(.got .toc) } + .got.plt : { *(.got.plt) } .bss : { *(.bss) } /* Now the real test. */ |