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