Home | History | Annotate | Download | only in mips
      1 #objdump: -dr --prefix-addresses --show-raw-insn
      2 #name: microMIPS relaxed branch to an external symbol
      3 #as: -32 -KPIC -mmicromips --relax-branch
      4 #source: branch-extern.s
      5 #stderr: branch-extern.l
      6 
      7 .*: +file format .*mips.*
      8 
      9 Disassembly of section \.text:
     10 [0-9a-f]+ <[^>]*> fc3c 0000 	lw	at,0\(gp\)
     11 [ 	]*[0-9a-f]+: R_MICROMIPS_GOT16	bar
     12 [0-9a-f]+ <[^>]*> 3021 0000 	addiu	at,at,0
     13 [ 	]*[0-9a-f]+: R_MICROMIPS_LO16	bar
     14 [0-9a-f]+ <[^>]*> 4581      	jr	at
     15 [0-9a-f]+ <[^>]*> 0c00      	nop
     16 	\.\.\.
     17