7f50f5eea4
This is required to build csu. Reviewed by: andrew Sponsored by: DARPA, AFRL Sponsored by: HEIF5 Differential Revision: https://reviews.freebsd.org/D5039
7 lines
229 B
C
7 lines
229 B
C
/* $FreeBSD$ */
|
|
|
|
#undef INIT_SECTION_ASM_OP
|
|
#undef FINI_SECTION_ASM_OP
|
|
#define INIT_ARRAY_SECTION_ASM_OP "\t.section\t.init_array,\"aw\",%init_array"
|
|
#define FINI_ARRAY_SECTION_ASM_OP "\t.section\t.fini_array,\"aw\",%fini_array"
|