MIPS/GAS: Use non-zero frag offset directly in PIC branch relaxation
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips1@relax-offset.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: MIPS PIC branch relaxation with offset
3 #as: -32 -relax-branch
4 #stderr: relax-offset.l
5 #source: relax-offset.s
6
7 .*: +file format .*mips.*
8
9 Disassembly of section \.text:
10 [0-9a-f]+ <[^>]*> 3c1c0000 lui gp,0x0
11 [ ]*[0-9a-f]+: R_MIPS_HI16 _gp_disp
12 [0-9a-f]+ <[^>]*> 279c0000 addiu gp,gp,0
13 [ ]*[0-9a-f]+: R_MIPS_LO16 _gp_disp
14 [0-9a-f]+ <[^>]*> 0399e021 addu gp,gp,t9
15 [0-9a-f]+ <[^>]*> 14800005 bnez a0,00000024 <foo\+0x24>
16 [0-9a-f]+ <[^>]*> 00000000 nop
17 [0-9a-f]+ <[^>]*> 8f810002 lw at,2\(gp\)
18 [ ]*[0-9a-f]+: R_MIPS_GOT16 \.text
19 [0-9a-f]+ <[^>]*> 00000000 nop
20 [0-9a-f]+ <[^>]*> 24210034 addiu at,at,52
21 [ ]*[0-9a-f]+: R_MIPS_LO16 \.text
22 [0-9a-f]+ <[^>]*> 00200008 jr at
23 [0-9a-f]+ <[^>]*> 00000000 nop
24 [0-9a-f]+ <[^>]*> 03e00008 jr ra
25 [0-9a-f]+ <[^>]*> 00000000 nop
26 \.\.\.
27 [0-9a-f]+ <[^>]*> 0000000c syscall
28 [0-9a-f]+ <[^>]*> 03e00008 jr ra
29 [0-9a-f]+ <[^>]*> 00000000 nop
30 \.\.\.
This page took 0.033616 seconds and 4 git commands to generate.