diff options
Diffstat (limited to 'gcc/config/mcore/mcore.h')
-rw-r--r-- | gcc/config/mcore/mcore.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/config/mcore/mcore.h b/gcc/config/mcore/mcore.h index fecb9d8b4cf..3cd595efb36 100644 --- a/gcc/config/mcore/mcore.h +++ b/gcc/config/mcore/mcore.h @@ -1137,9 +1137,8 @@ switch_to_section (section, decl) \ } \ } - -#define ASM_OUTPUT_SECTION(file, nam) \ - do { fprintf (file, "\t.section\t%s\n", nam); } while (0) +/* Switch into a generic section. */ +#define TARGET_ASM_NAMED_SECTION mcore_asm_named_section /* This is how to output an insn to push a register on the stack. It need not be very fast code. */ |