aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mips-elf/jalx-2.ld
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-mips-elf/jalx-2.ld')
-rw-r--r--ld/testsuite/ld-mips-elf/jalx-2.ld2
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mips-elf/jalx-2.ld b/ld/testsuite/ld-mips-elf/jalx-2.ld
index 1c5562b..5cf12d0 100644
--- a/ld/testsuite/ld-mips-elf/jalx-2.ld
+++ b/ld/testsuite/ld-mips-elf/jalx-2.ld
@@ -5,4 +5,6 @@ _start_text = _start_text_phys;
SECTIONS
{
.text _start_text : AT (ADDR (.text)) { *(.text) }
+ .plt : { *(.plt) }
+ .rel.plt : { *(.rel.plt) }
}