Optimize branches to non-weak symbols with visibility
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-relax-2.d
CommitLineData
b084df0b
L
1#source: relax-3.s
2#objdump: -dwr
3
4.*: +file format .*
5
6
7Disassembly of section .text:
8
90+ <foo>:
10[ ]*[a-f0-9]+: eb 1f jmp 21 <local>
11[ ]*[a-f0-9]+: eb 19 jmp 1d <hidden_def>
12[ ]*[a-f0-9]+: e9 00 00 00 00 jmpq 9 <foo\+0x9> 5: R_X86_64_PC32 global_def-0x4
13[ ]*[a-f0-9]+: e9 00 00 00 00 jmpq e <foo\+0xe> a: R_X86_64_PC32 weak_def-0x4
14[ ]*[a-f0-9]+: e9 00 00 00 00 jmpq 13 <foo\+0x13> f: R_X86_64_PC32 weak_hidden_undef-0x4
15[ ]*[a-f0-9]+: e9 00 00 00 00 jmpq 18 <foo\+0x18> 14: R_X86_64_PC32 weak_hidden_def-0x4
16[ ]*[a-f0-9]+: e9 00 00 00 00 jmpq 1d <hidden_def> 19: R_X86_64_PC32 hidden_undef-0x4
17
180+1d <hidden_def>:
19[ ]*[a-f0-9]+: c3 retq
20
210+1e <weak_hidden_def>:
22[ ]*[a-f0-9]+: c3 retq
23
240+1f <global_def>:
25[ ]*[a-f0-9]+: c3 retq
26
270+20 <weak_def>:
28[ ]*[a-f0-9]+: c3 retq
29
300+21 <local>:
31[ ]*[a-f0-9]+: c3 retq
32#pass
This page took 0.024159 seconds and 4 git commands to generate.