ld: Add _bfd_elf_link_hide_sym_by_version
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr13082-3.s
CommitLineData
64d25c44
L
1 .text
2 .globl _start
3_start:
4 lea .Ljmp(%rip), %rax
5 jmp *(%rax)
6 .section .data.rel.ro.local,"aw",@progbits
7 .weak func
8 .align 8
9.Ljmp:
10 .quad func
This page took 0.311996 seconds and 4 git commands to generate.