Welcome to mirror list, hosted at ThFree Co, Russian Federation.

crti.s « xstormy16 « libgloss - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3713ba3a1de77f2e8a4ec96e0fd1c5b7e9de7579 (plain)
1
2
3
4
5
6
7
8
9
	.section	.init,"ax"
	.align 1
	.globl _init
_init:	

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