]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - gas/testsuite/gas/mips/jalr2.s
Merge commit 'upstream/2.20'
[msp430-binutils.git] / gas / testsuite / gas / mips / jalr2.s
diff --git a/gas/testsuite/gas/mips/jalr2.s b/gas/testsuite/gas/mips/jalr2.s
new file mode 100644 (file)
index 0000000..6b100d7
--- /dev/null
@@ -0,0 +1,15 @@
+       .ent    test
+test:
+       .frame  $sp,32,$31
+       .cprestore 16
+       jal     local
+       jal     local+12
+       jal     global
+       jal     global+12
+       .end    test
+
+local:
+       nop
+       nop
+       nop
+       nop