mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 14:34:51 +01:00
15 lines
166 B
ArmAsm
15 lines
166 B
ArmAsm
.data
|
|
.globl bar
|
|
.type bar,@object
|
|
.size bar,4
|
|
bar:
|
|
.long foo@FUNCDESC
|
|
.text
|
|
.type foo,@function
|
|
foo:
|
|
nop
|
|
.globl _start
|
|
.type _start,@function
|
|
_start:
|
|
nop
|