summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86/bionic/crtend.S
blob: 68447e7dbfa0d480ab2e137b3c589f0f6f6485e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
	.section .preinit_array, "aw"
	.long 0

	.section .init_array, "aw"
	.long 0

	.section .fini_array, "aw"
	.long 0

	.section	.eh_frame,"a",@progbits
	.align 4
	.type	__FRAME_END__, @object
	.size	__FRAME_END__, 4
__FRAME_END__:
	.zero	4