* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / ld / testsuite / ld-x86-64 / hidden3.s
blob75482aa0945365f83b750123534eeb057f2b6802
1 .text
2 .globl bar
3 .type bar, @function
4 bar:
5 leaq foo(%rip), %rax
6 ret
7 .size bar, .-bar
8 .hidden foo