mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 18:44:48 +01:00
10 lines
132 B
ArmAsm
10 lines
132 B
ArmAsm
.text
|
|
.weak func
|
|
.globl _start
|
|
_start:
|
|
cmp func@GOT(%eax), %eax
|
|
jmp *func@GOT(%eax)
|
|
call func@PLT
|
|
cmp $func, %eax
|
|
call func
|