source: trunk/libs/newlib/src/libgloss/xstormy16/crti.s @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 107 bytes
Line 
1        .section        .init,"ax"
2        .align 1
3        .globl _init
4_init: 
5
6        .section        .fini,"ax"
7        .align 1
8        .globl _fini
9_fini: 
Note: See TracBrowser for help on using the repository browser.