summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mips-elf/jalx-1.ld
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-mips-elf/jalx-1.ld')
-rw-r--r--ld/testsuite/ld-mips-elf/jalx-1.ld8
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mips-elf/jalx-1.ld b/ld/testsuite/ld-mips-elf/jalx-1.ld
new file mode 100644
index 0000000000..3ee8e31526
--- /dev/null
+++ b/ld/testsuite/ld-mips-elf/jalx-1.ld
@@ -0,0 +1,8 @@
+ENTRY (test)
+_start_text_phys = 0x88000000;
+_start_text = _start_text_phys;
+
+SECTIONS
+{
+ .text _start_text : AT (ADDR (.text)) { *(.text) }
+}