Retro68/gcc/libgloss/xstormy16/crti.s
2012-03-27 01:51:53 +02:00

10 lines
107 B
ArmAsm

.section .init,"ax"
.align 1
.globl _init
_init:
.section .fini,"ax"
.align 1
.globl _fini
_fini: