Commit 8a7facf8 by Doug Evans

(EXTRA_SECTIONS): Delete in_bss.

From-SVN: r11380
parent f7093a42
/* 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
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment