MIPS/GAS: Implement microMIPS branch/jump compaction
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / branch-extern-4.d
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]+ <[^>]*> 45a1 jrc at
15 \.\.\.
This page took 0.029825 seconds and 4 git commands to generate.