ld: Add _bfd_elf_link_hide_sym_by_version
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr20253-5.s
CommitLineData
233cc9c1
L
1 .text
2 .globl _start
3 .type _start, @function
4_start:
5 call *func1@GOTPCREL(%rip)
6 cmp $func1,%eax
7 .globl func1
8 .type func1, @gnu_indirect_function
9func1:
10 ret
This page took 0.120306 seconds and 4 git commands to generate.