2014-03-19 17:25:32 +01:00

8 lines
85 B
ArmAsm

.text
.globl bar
.type bar, @function
bar:
bl foo
.size bar, .-bar
.hidden foo