Fix failure in x86_64 linker tests when compiling with a PIE enabled compiler.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / hidden5.s
CommitLineData
e3c0e327
L
1 .text
2.globl bar
3 .type bar, @function
4bar:
5 movabsq $foo@GOTOFF, %rax
6 .size bar, .-bar
7 .hidden foo
This page took 0.103445 seconds and 4 git commands to generate.