10 lines
114 B
ArmAsm
Raw Normal View History

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