aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mips-elf/n64-plt-lib.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-mips-elf/n64-plt-lib.s')
-rw-r--r--ld/testsuite/ld-mips-elf/n64-plt-lib.s11
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mips-elf/n64-plt-lib.s b/ld/testsuite/ld-mips-elf/n64-plt-lib.s
new file mode 100644
index 0000000..40409af
--- /dev/null
+++ b/ld/testsuite/ld-mips-elf/n64-plt-lib.s
@@ -0,0 +1,11 @@
+ .abicalls
+ .text
+
+ .globl bar
+ .ent bar
+bar:
+ .frame $sp, 0, $31
+ .mask 0x00000000, 0
+ .fmask 0x00000000, 0
+ jr $31
+ .end bar