Skip to content

Commit 2eeb222

Browse files
committed
Fix
1 parent e66693d commit 2eeb222

File tree

3 files changed

+0
-20
lines changed

3 files changed

+0
-20
lines changed

gcc/config.gcc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1317,9 +1317,6 @@ aarch64-*-mingw*)
13171317
extra_objs="${extra_objs} winnt.o winnt-dll.o"
13181318
c_target_objs="${c_target_objs} msformat-c.o"
13191319
cxx_target_objs="${cxx_target_objs} msformat-c.o"
1320-
d_target_objs="${d_target_objs} winnt-d.o"
1321-
target_has_targetcm="yes"
1322-
target_has_targetdm="yes"
13231320
tmake_file="${tmake_file} t-winnt mingw/t-cygming t-slibgcc"
13241321
aarch64_multilibs="llp64"
13251322
case ${enable_threads} in

gcc/config/aarch64/aarch64-coff.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,4 @@
8282
#undef SUPPORTS_INIT_PRIORITY
8383
#define SUPPORTS_INIT_PRIORITY 0
8484

85-
#undef CTORS_SECTION_ASM_OP
86-
#define CTORS_SECTION_ASM_OP "\t.section\t.init_array,\"aw\""
87-
#undef DTORS_SECTION_ASM_OP
88-
#define DTORS_SECTION_ASM_OP "\t.section\t.fini_array,\"aw\""
89-
9085
#endif

gcc/config/aarch64/cygming.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -303,16 +303,4 @@ extern void aarch64_print_reg (rtx, int, FILE*);
303303
#undef TARGET_ASM_LTO_END
304304
#define TARGET_ASM_LTO_END mingw_pe_asm_lto_end
305305

306-
/* Add an external function to the list of functions to be declared at
307-
the end of the file. */
308-
#undef ASM_OUTPUT_EXTERNAL
309-
#define ASM_OUTPUT_EXTERNAL(FILE, DECL, NAME) \
310-
do \
311-
{ \
312-
if (TREE_CODE (DECL) == FUNCTION_DECL) \
313-
i386_pe_record_external_function ((DECL), (NAME)); \
314-
aarch64_asm_output_external (FILE, DECL, NAME); \
315-
} \
316-
while (0)
317-
318306
#endif

0 commit comments

Comments
 (0)