1/* $FreeBSD: releng/11.0/contrib/gcc/config/aarch64/freebsd.h 280437 2015-03-24 14:22:58Z andrew $ */
2
3#undef INIT_SECTION_ASM_OP
4#undef FINI_SECTION_ASM_OP
5#define INIT_ARRAY_SECTION_ASM_OP "\t.section\t.init_array,\"aw\",%init_array"
6#define FINI_ARRAY_SECTION_ASM_OP "\t.section\t.fini_array,\"aw\",%fini_array"
7