mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 10:34:41 +01:00
13 lines
161 B
ArmAsm
13 lines
161 B
ArmAsm
.text
|
|
.globl bar
|
|
.type bar, @function
|
|
bar:
|
|
jmp foo
|
|
.size bar, .-bar
|
|
.hidden foo
|
|
.type foo, %gnu_indirect_function
|
|
.globl foo
|
|
foo:
|
|
ret
|
|
.size foo, .-foo
|