1#include "asm_multiarch.h"
2
3	.section .init_array, "aw"
4	ASM_ALIGN_TO_PTR_SIZE
5	ASM_PTR_SIZE(0)
6
7	.section .fini_array, "aw"
8	ASM_ALIGN_TO_PTR_SIZE
9	ASM_PTR_SIZE(0)
10
11	.section	.eh_frame,"a",@progbits
12	.align 4
13	.type	__FRAME_END__, @object
14	.size	__FRAME_END__, 4
15__FRAME_END__:
16	.zero	4
17