Retro68/binutils/ld/testsuite/ld-x86-64/hidden1.s

10 lines
114 B
ArmAsm
Raw Normal View History

2012-03-26 19:18:29 +00:00
.text
.globl bar
.type bar, @function
bar:
leaq foo(%rip), %rax
ret
.size bar, .-bar
.weak foo
.hidden foo