Wolfgang Thaller f485e125c4 binutils 2.39
2022-10-27 20:45:45 +02:00

8 lines
82 B
ArmAsm

.global _start, foo
.type foo, %function
.text
_start:
call foo@PLT
foo:
ret