Home | History | Annotate | Download | only in mips
      1 #objdump: -dr --prefix-addresses --show-raw-insn
      2 #name: microMIPS branch to a different section
      3 #as: -32 -mmicromips
      4 #source: branch-section.s
      5 
      6 .*: +file format .*mips.*
      7 
      8 Disassembly of section \.text:
      9 [0-9a-f]+ <[^>]*> 9400 fffe 	b	00000000 <foo>
     10 [ 	]*[0-9a-f]+: R_MICROMIPS_PC16_S1	bar
     11 [0-9a-f]+ <[^>]*> 0c00      	nop
     12 	\.\.\.
     13 
     14 Disassembly of section \.init:
     15 [0-9a-f]+ <[^>]*> 459f      	jr	ra
     16 [0-9a-f]+ <[^>]*> 0c00      	nop
     17 	\.\.\.
     18