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
9SYMBOL TABLE:
100+000000 l    d  \.text	0+000000 \.text
110+000000 g     F \.text	0+000004 foo
120+000004 g     F \.text	0+000004 0x80 bar
130+000008 g     O \.text	0+000004 baz
14
15Disassembly of section \.text:
160+000000 <foo> 00000000 	nop
170+000004 <bar> 0000 0000 	nop
180+000008 <baz> .*
19