* gmicro/gmicro.h (EXTRA_SECTIONS,EXTRA_SECTIONS_FUNCTIONS): Delete.
authorDoug Evans <dje@gnu.org>
Thu, 29 Feb 1996 03:02:38 +0000 (03:02 +0000)
committerDoug Evans <dje@gnu.org>
Thu, 29 Feb 1996 03:02:38 +0000 (03:02 +0000)
From-SVN: r11370

gcc/config/gmicro/gmicro.h

index 7ed217c4e4f7f1fbff32114f52b582bb45ae45cc..7ee92571bba69a1999541eb6db45b5de181beef7 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler.  Gmicro (TRON) version.
-   Copyright (C) 1987, 1988, 1989, 1995 Free Software Foundation, Inc.
+   Copyright (C) 1987, 1988, 1989, 1995, 1996 Free Software Foundation, Inc.
    Contributed by Masanobu Yuhara, Fujitsu Laboratories LTD.
    (yuhara@flab.fujitsu.co.jp)
 
@@ -1279,18 +1279,6 @@ extern enum reg_class regno_reg_class[];
 
 #define BSS_SECTION_ASM_OP ".section bss,data,align=4"
 
-#define EXTRA_SECTIONS in_bss
-
-#define EXTRA_SECTION_FUNCTIONS        \
-void                                                           \
-bss_section ()                                                 \
-{                                                              \
-    if (in_section != in_bss) {                                        \
-       fprintf (asm_out_file, "%s\n", BSS_SECTION_ASM_OP);     \
-       in_section = in_bss;                                    \
-    }                                                          \
-}
-
 /* Output at beginning of assembler file.
    It is not appropriate for this to print a list of the options used,
    since that's not the convention that we use.  */