attempt 2

This commit is contained in:
Ethan Roseman 2021-07-15 19:37:10 +09:00
parent 550edd0263
commit 20f48854ba

View File

@ -4074,3 +4074,8 @@ 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)