mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 10:34:41 +01:00
10 lines
119 B
ArmAsm
10 lines
119 B
ArmAsm
.data
|
|
.globl foo
|
|
.type foo, @object
|
|
foo:
|
|
.text
|
|
.globl _start
|
|
.type _start, @function
|
|
_start:
|
|
addl foo@GOT, %ebx
|