diff options
Diffstat (limited to 'gcc/config/m68k/tower-as.h')
-rw-r--r-- | gcc/config/m68k/tower-as.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/config/m68k/tower-as.h b/gcc/config/m68k/tower-as.h index 29a94d9ab7d..5a3ab602add 100644 --- a/gcc/config/m68k/tower-as.h +++ b/gcc/config/m68k/tower-as.h @@ -653,16 +653,6 @@ do { fprintf (asm_out_file, "\ttag\t"); \ #define CTOR_LIST_END CTOR_LIST_BEGIN #define BSS_SECTION_ASM_OP "section\t~bss" -#define BSS_SECTION_FUNCTION \ -void \ -bss_section () \ -{ \ - if (in_section != in_bss) \ - { \ - fprintf (asm_out_file, "%s\n", BSS_SECTION_ASM_OP); \ - in_section = in_bss; \ - } \ -} #define ASM_OUTPUT_CONSTRUCTOR(FILE,NAME) \ do { \ |