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