Support x86-64 TLS code sequences without PLT
[deliverable/binutils-gdb.git] / ld / testsuite / ld-nios2 / relax_call26_multi.d
CommitLineData
78058a5e
SL
1#name: NIOS2 relax_call26_multi
2#ld: --relax -Trelax_call26_multi.ld
3#source: relax_call26.s
4#objdump: -dr --prefix-addresses
5# Test relaxation of call26 relocations via linker stubs
6
7.*: +file format elf32-littlenios2
8
9Disassembly of section text0:
1000000000 <_start> call 00000010 <func0>
1100000004 <[^>]*> call 0000002c <func1>
1200000008 <[^>]*> call 00000020 <[^>]*>
130000000c <[^>]*> jmpi 00000014 <[^>]*>
1400000010 <func0> ret
1500000014 <[^>]*> movhi at,16384
1600000018 <[^>]*> addi at,at,16
170000001c <[^>]*> jmp at
1800000020 <[^>]*> movhi at,16384
1900000024 <[^>]*> addi at,at,0
2000000028 <[^>]*> jmp at
21
22Disassembly of section text1:
230000002c <func1> nop
2400000030 <[^>]*> nop
2500000034 <[^>]*> call 0000003c <[^>]*>
2600000038 <[^>]*> ret
270000003c <[^>]*> movhi at,16384
2800000040 <[^>]*> addi at,at,0
2900000044 <[^>]*> jmp at
30
31Disassembly of section text2:
3240000000 <func2a> nop
3340000004 <[^>]*> nop
3440000008 <[^>]*> nop
354000000c <[^>]*> ret
3640000010 <func2b> nop
This page took 0.128665 seconds and 4 git commands to generate.