source:
trunk/libs/newlib/src/libgloss/xstormy16/crti.s
@
546
Last change on this file since 546 was 444, checked in by , 6 years ago | |
---|---|
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.