]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - gas/testsuite/gas/mips/eret-3.s
Merge commit 'upstream/2.20'
[msp430-binutils.git] / gas / testsuite / gas / mips / eret-3.s
diff --git a/gas/testsuite/gas/mips/eret-3.s b/gas/testsuite/gas/mips/eret-3.s
new file mode 100644 (file)
index 0000000..cebe260
--- /dev/null
@@ -0,0 +1,14 @@
+       .globl  foo
+       .ent    foo
+foo:
+       eret
+       .end    foo
+
+       .globl  bar
+       .ent    bar
+bar:
+       beq     $4,$0,1f
+       sw      $4,0($5)
+1:
+       jr      $31
+       .end    bar