summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/mips/insn-opts.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gas/testsuite/gas/mips/insn-opts.s')
-rw-r--r--binutils-2.25/gas/testsuite/gas/mips/insn-opts.s23
1 files changed, 23 insertions, 0 deletions
diff --git a/binutils-2.25/gas/testsuite/gas/mips/insn-opts.s b/binutils-2.25/gas/testsuite/gas/mips/insn-opts.s
new file mode 100644
index 00000000..a9ece0b3
--- /dev/null
+++ b/binutils-2.25/gas/testsuite/gas/mips/insn-opts.s
@@ -0,0 +1,23 @@
+ .text
+
+ .globl foo
+ .type foo, @function
+foo:
+ .insn
+ .dc.l 0
+ .size foo, . - foo
+
+ .set micromips
+
+ .globl bar
+ .type bar, @function
+bar:
+ .insn
+ .dc.l 0
+ .size bar, . - bar
+
+ .globl baz
+ .type baz, @object
+baz:
+ .dc.l 0
+ .size baz, . - baz