From af8d34196b71158b5fb78f49800f6176b25adc15 Mon Sep 17 00:00:00 2001 From: Ethan Roseman Date: Mon, 23 Aug 2021 00:08:16 +0900 Subject: [PATCH 1/2] remove other thing from this PR --- config/mips/mips.h | 5 ----- config/mips/nu64.h | 5 ----- 2 files changed, 10 deletions(-) diff --git a/config/mips/mips.h b/config/mips/mips.h index cf936db..e1def4f 100644 --- a/config/mips/mips.h +++ b/config/mips/mips.h @@ -4074,8 +4074,3 @@ while (0) true. */ #define DONT_ACCESS_GBLS_AFTER_EPILOGUE (TARGET_ABICALLS && mips_abi != ABI_32) - -#define ASM_OUTPUT_SECTION_NAME(FILE, DECL, NAME, RELOC)\ - do { \ - fprintf (FILE, "\t.section %s\n", NAME); \ - } while (0) diff --git a/config/mips/nu64.h b/config/mips/nu64.h index 6f54631..ad4a0f0 100644 --- a/config/mips/nu64.h +++ b/config/mips/nu64.h @@ -129,8 +129,3 @@ sdata_section () \ %{EL:-UMIPSEB -U_MIPSEB -U__MIPSEB -U__MIPSEB__ -D_MIPSEL -D__MIPSEL -D__MIPSEL__ %{!ansi:-DMIPSEL}} \ %(long_max_spec) \ %(subtarget_cpp_spec) " - -#define ASM_OUTPUT_SECTION_NAME(FILE, DECL, NAME, RELOC)\ - do { \ - fprintf (FILE, "\t.section %s\n", NAME); \ - } while (0) From 75d3c5f52df7e29ad3fee88e2434f9a8950aee1b Mon Sep 17 00:00:00 2001 From: Ethan Roseman Date: Mon, 23 Aug 2021 00:10:45 +0900 Subject: [PATCH 2/2] .. --- config/mips/nu64.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config/mips/nu64.h b/config/mips/nu64.h index ad4a0f0..2d0823b 100644 --- a/config/mips/nu64.h +++ b/config/mips/nu64.h @@ -129,3 +129,4 @@ sdata_section () \ %{EL:-UMIPSEB -U_MIPSEB -U__MIPSEB -U__MIPSEB__ -D_MIPSEL -D__MIPSEL -D__MIPSEL__ %{!ansi:-DMIPSEL}} \ %(long_max_spec) \ %(subtarget_cpp_spec) " +