1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: microMIPS relaxed branch to a different section
3 #as: -32 -mmicromips --relax-branch
4 #source: branch-section.s
5 #warning_output: branch-section.l
6 
7 .*: +file format .*mips.*
8 
9 Disassembly of section \.text:
10 [0-9a-f]+ <[^>]*> d400 0000 	j	00000000 <foo>
11 [ 	]*[0-9a-f]+: R_MICROMIPS_26_S1	bar
12 [0-9a-f]+ <[^>]*> 0c00      	nop
13 	\.\.\.
14 
15 Disassembly of section \.init:
16 [0-9a-f]+ <[^>]*> 45bf      	jrc	ra
17 	\.\.\.
18