mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-22 05:37:44 +01:00
6 lines
60 B
ArmAsm
6 lines
60 B
ArmAsm
.text
|
|
.globl foo
|
|
.type foo, @function
|
|
foo:
|
|
call bar@PLT
|