(EXTRA_SECTIONS): Delete in_bss.

From-SVN: r11380
This commit is contained in:
Doug Evans 1996-02-29 03:13:29 +00:00
parent f7093a42ad
commit 8a7facf891
2 changed files with 3 additions and 3 deletions

View 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

View 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. */