]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - gas/testsuite/gas/mips/cfi-n64-1.s
Merge commit 'upstream/2.20'
[msp430-binutils.git] / gas / testsuite / gas / mips / cfi-n64-1.s
diff --git a/gas/testsuite/gas/mips/cfi-n64-1.s b/gas/testsuite/gas/mips/cfi-n64-1.s
new file mode 100644 (file)
index 0000000..8b0cf00
--- /dev/null
@@ -0,0 +1,9 @@
+       .global foo
+       .type   foo,@function
+       .ent    foo
+foo:
+       .cfi_startproc
+       jr      $31
+       nop
+       .cfi_endproc
+       .end    foo