MIPS: Add Global INValidate ASE support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / insn-opts.s
CommitLineData
7bb01e2d
MR
1 .text
2
3 .globl foo
4 .type foo, @function
5foo:
6 .insn
7 .dc.l 0
8 .size foo, . - foo
9
10 .set micromips
11
12 .globl bar
13 .type bar, @function
14bar:
15 .insn
16 .dc.l 0
17 .size bar, . - bar
18
19 .globl baz
20 .type baz, @object
21baz:
22 .dc.l 0
23 .size baz, . - baz
This page took 0.189346 seconds and 4 git commands to generate.