MIPS/GAS: Split Loongson MMI Instructions from loongson2f/3a
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / insn-opts.d
1 #objdump: -dtz -j .text --prefix-addresses --show-raw-insn
2 #name: MIPS .insn default file options
3
4 # Check that .insn at the beginning of assembly sees default file options
5 # such as the ISA mode right.
6
7 .*: +file format .*mips.*
8
9 SYMBOL TABLE:
10 0+000000 l d \.text 0+000000 \.text
11 0+000000 g F \.text 0+000004 foo
12 0+000004 g F \.text 0+000004 0x80 bar
13 0+000008 g O \.text 0+000004 baz
14
15 Disassembly of section \.text:
16 0+000000 <foo> 00000000 nop
17 0+000004 <bar> 0000 0000 nop
18 0+000008 <baz> .*
This page took 0.041531 seconds and 4 git commands to generate.