1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: MIPS `.option picX' with relaxation 5
3 #as: -32 -mmicromips --relax-branch
4 #warning_output: option-pic-relax-5.l
5 
6 # Verify that relaxation is done according to the `.option picX' setting
7 # at the time the relevant instruction was assembled rather than at
8 # relaxation time.
9 
10 .*: +file format .*mips.*
11 
12 Disassembly of section \.text:
13 [0-9a-f]+ <[^>]*> 0c44      	move	v0,a0
14 [0-9a-f]+ <[^>]*> d400 0000 	j	00000000 <foo>
15 [ 	]*[0-9a-f]+: R_MICROMIPS_26_S1	bar
16 [0-9a-f]+ <[^>]*> 0c65      	move	v1,a1
17 [0-9a-f]+ <[^>]*> 0c00      	nop
18 	\.\.\.
19 [0-9a-f]+ <[^>]*> 45bf      	jrc	ra
20 	\.\.\.
21