OSDN Git Service

Enable to track git://github.com/monaka/binutils.git
[pf3gnuchains/pf3gnuchains3x.git] / gas / testsuite / gas / mips / aent.s
diff --git a/gas/testsuite/gas/mips/aent.s b/gas/testsuite/gas/mips/aent.s
new file mode 100644 (file)
index 0000000..4061fda
--- /dev/null
@@ -0,0 +1,19 @@
+       .text
+
+       .globl  foo
+       .ent    foo
+foo:
+       sllv    $2, $4, $6
+       srav    $8, $10, $12
+
+       .globl  bar
+       .aent   bar
+bar:
+       sllv    $2, $4, $6
+       srav    $8, $10, $12
+
+       .end    foo
+       .size   foo, . - foo
+
+# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
+       .space  8