mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-19 12:17:55 +01:00
11 lines
188 B
ArmAsm
11 lines
188 B
ArmAsm
.section .text.foo,"axG",%progbits,foo,comdat
|
|
.globl foo
|
|
.type foo,%function
|
|
foo:
|
|
.byte 0
|
|
.section .text.bar,"axG",%progbits,bar,comdat
|
|
.globl bar
|
|
.type bar,%function
|
|
bar:
|
|
.byte 0
|