1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: MIPS16 PC-relative relaxation 0
3 #as: -32
4 
5 # Check that PC-relative relaxation does not go into oscillation
6 # where the address referred depends on the size of the instruction;
7 # cf. RELAX_MIPS16_MARK_LONG_BRANCH.
8 
9 .*: +file format .*mips.*
10 
11 Disassembly of section \.text:
12 	\.\.\.
13 [0-9a-f]+ <[^>]*> f000 0a08 	la	v0,00001008 <foo\+0x8>
14 [0-9a-f]+ <[^>]*> e820      	jr	ra
15 [0-9a-f]+ <[^>]*> 6500      	nop
16 	\.\.\.
17