diff --git a/config/mips/nu64.h b/config/mips/nu64.h index 2d0823b..6f54631 100644 --- a/config/mips/nu64.h +++ b/config/mips/nu64.h @@ -130,3 +130,7 @@ sdata_section () \ %(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)