x86-64: Generate branch with PLT32 relocation
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-relax-2.d
CommitLineData
b084df0b 1#source: relax-3.s
8dcea932 2#as: -mshared
b084df0b
L
3#objdump: -dwr
4
5.*: +file format .*
6
7
8Disassembly of section .text:
9
100+ <foo>:
8dcea932
L
11[ ]*[a-f0-9]+: eb 24 jmp 26 <local>
12[ ]*[a-f0-9]+: eb 1e jmp 22 <hidden_def>
bd7ab16b 13[ ]*[a-f0-9]+: e9 00 00 00 00 jmpq 9 <foo\+0x9> 5: R_X86_64_PLT32 global_def-0x4
8dcea932 14[ ]*[a-f0-9]+: e9 00 00 00 00 jmpq e <foo\+0xe> a: R_X86_64_PLT32 global_def-0x4
bd7ab16b
L
15[ ]*[a-f0-9]+: e9 00 00 00 00 jmpq 13 <foo\+0x13> f: R_X86_64_PLT32 weak_def-0x4
16[ ]*[a-f0-9]+: e9 00 00 00 00 jmpq 18 <foo\+0x18> 14: R_X86_64_PLT32 weak_hidden_undef-0x4
17[ ]*[a-f0-9]+: e9 00 00 00 00 jmpq 1d <foo\+0x1d> 19: R_X86_64_PLT32 weak_hidden_def-0x4
18[ ]*[a-f0-9]+: e9 00 00 00 00 jmpq 22 <hidden_def> 1e: R_X86_64_PLT32 hidden_undef-0x4
b084df0b 19
8dcea932 200+22 <hidden_def>:
b084df0b
L
21[ ]*[a-f0-9]+: c3 retq
22
8dcea932 230+23 <weak_hidden_def>:
b084df0b
L
24[ ]*[a-f0-9]+: c3 retq
25
8dcea932 260+24 <global_def>:
b084df0b
L
27[ ]*[a-f0-9]+: c3 retq
28
8dcea932 290+25 <weak_def>:
b084df0b
L
30[ ]*[a-f0-9]+: c3 retq
31
8dcea932 320+26 <local>:
b084df0b
L
33[ ]*[a-f0-9]+: c3 retq
34#pass
This page took 0.150093 seconds and 4 git commands to generate.