File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 8181#define ASM_OUTPUT_TYPE_DIRECTIVE (STREAM , NAME , TYPE )
8282#define ASM_DECLARE_FUNCTION_SIZE (FILE , FNAME , DECL )
8383
84- #undef TARGET_ASM_CONSTRUCTOR
85- #define TARGET_ASM_CONSTRUCTOR aarch64_elf_asm_constructor
86-
87- #undef TARGET_ASM_DESTRUCTOR
88- #define TARGET_ASM_DESTRUCTOR aarch64_elf_asm_destructor
89-
9084#define TEXT_SECTION_ASM_OP "\t.text"
9185#define DATA_SECTION_ASM_OP "\t.data"
9286#define BSS_SECTION_ASM_OP "\t.bss"
9993#undef SUPPORTS_INIT_PRIORITY
10094#define SUPPORTS_INIT_PRIORITY 0
10195
102- #undef CTORS_SECTION_ASM_OP
103- #define CTORS_SECTION_ASM_OP "\t.section\t.init_array,\"aw\""
104- #undef DTORS_SECTION_ASM_OP
105- #define DTORS_SECTION_ASM_OP "\t.section\t.fini_array,\"aw\""
106-
10796// #undef STACK_CHECK_STATIC_BUILTIN
10897// #define STACK_CHECK_STATIC_BUILTIN 1
10998
You can’t perform that action at this time.
0 commit comments