xref: /NextBSD/contrib/gcc/config/aarch64/freebsd.h (revision 287e3b14e9552995def1802ec9c5034f4adf28ec)
1 /* $FreeBSD$ */
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