(EXTRA_SECTIONS): Delete in_bss.
authorDoug Evans <dje@gnu.org>
Thu, 29 Feb 1996 03:13:29 +0000 (03:13 +0000)
committerDoug Evans <dje@gnu.org>
Thu, 29 Feb 1996 03:13:29 +0000 (03:13 +0000)
From-SVN: r11380

gcc/config/mips/iris6.h
gcc/config/sparc/litecoff.h

index 5818a77..c8d13c9 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler.  Iris version 6.
-   Copyright (C) 1994, 1995 Free Software Foundation, Inc.
+   Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
@@ -129,7 +129,7 @@ Boston, MA 02111-1307, USA.  */
    includes this file.  */
 
 #undef EXTRA_SECTIONS
-#define EXTRA_SECTIONS in_sdata, in_rdata, in_const, in_ctors, in_dtors, in_bss
+#define EXTRA_SECTIONS in_sdata, in_rdata, in_const, in_ctors, in_dtors
 
 /* A default list of extra section function definitions.  For targets
    that use additional sections (e.g. .tdesc) you should override this
index d13881f..bd89e1b 100644 (file)
@@ -53,7 +53,7 @@ Boston, MA 02111-1307, USA.  */
    given time.  */
 
 #undef EXTRA_SECTIONS
-#define EXTRA_SECTIONS in_const, in_bss, in_ctors, in_dtors
+#define EXTRA_SECTIONS in_const, in_ctors, in_dtors
 
 /* A list of extra section function definitions.  */