mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-08 10:31:22 +00:00
17 lines
240 B
ArmAsm
17 lines
240 B
ArmAsm
.section .preinit_array.01000,"aw",%preinit_array
|
|
.p2align 2
|
|
.word 0
|
|
|
|
.section .init_array.01000,"aw",%init_array
|
|
.p2align 2
|
|
.word 0
|
|
|
|
.section .fini_array.01000,"aw",%fini_array
|
|
.p2align 2
|
|
.word 0
|
|
|
|
.text
|
|
.globl foo
|
|
foo:
|
|
.word 0
|