]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - ld/testsuite/ld-mips-elf/mips16-pic-4b.s
Imported binutils-2.20
[msp430-binutils.git] / ld / testsuite / ld-mips-elf / mips16-pic-4b.s
diff --git a/ld/testsuite/ld-mips-elf/mips16-pic-4b.s b/ld/testsuite/ld-mips-elf/mips16-pic-4b.s
new file mode 100644 (file)
index 0000000..9cb5cb4
--- /dev/null
@@ -0,0 +1,15 @@
+       .abicalls
+       .set    noreorder
+
+       # Define a MIPS16 function f1@@V1.
+
+       .global _f1
+       .symver _f1,f1@@V1
+
+       .set    mips16
+       .type   _f1,@function
+       .ent    _f1
+_f1:
+       jr      $31
+       nop
+       .end    _f1