summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroldham <oldham@138bc75d-0d04-0410-961f-82ee72b054a4>2001-02-01 18:26:40 +0000
committeroldham <oldham@138bc75d-0d04-0410-961f-82ee72b054a4>2001-02-01 18:26:40 +0000
commitc176c42da25295de27d18553934efebe3ad2de2b (patch)
tree13608f6e657129503748bd6f489e124bf9fda4ce
parent15c6cf6b4f2540eb9d0d76940af3690d1e0e0cc9 (diff)
downloadppe42-gcc-c176c42da25295de27d18553934efebe3ad2de2b.tar.gz
ppe42-gcc-c176c42da25295de27d18553934efebe3ad2de2b.zip
2001-02-01 Jeffrey Oldham <oldham@codesourcery.com>
* config/mips/iris6.h (SUPPORTS_INIT_PRIORITY): Reverse change of 2001-Jan-29. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39392 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/mips/iris6.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index b18311df517..509d8622116 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2001-02-01 Jeffrey Oldham <oldham@codesourcery.com>
+
+ * config/mips/iris6.h (SUPPORTS_INIT_PRIORITY): Reverse change of
+ 2001-Jan-29.
+
Thu Feb 1 07:22:41 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* builtins.c (expand_builtin_alloca): allocate_dynamic_stack_space
diff --git a/gcc/config/mips/iris6.h b/gcc/config/mips/iris6.h
index cd1616ab34d..b7a6f8f64e3 100644
--- a/gcc/config/mips/iris6.h
+++ b/gcc/config/mips/iris6.h
@@ -207,7 +207,7 @@ Boston, MA 02111-1307, USA. */
/* Irix assembler does not support the init_priority C++ attribute. */
#undef SUPPORTS_INIT_PRIORITY
-#define SUPPORTS_INIT_PRIORITY (!flag_gnu_linker)
+#define SUPPORTS_INIT_PRIORITY 0
#define POPSECTION_ASM_OP "\t.popsection"
OpenPOWER on IntegriCloud