Commit 8c0abc88 by Jeffrey Oldham Committed by Jeffrey D. Oldham

iris6.h (SUPPORTS_INIT_PRIORITY): Reverse change of 2001-Jan-29.

2001-02-01  Jeffrey Oldham  <oldham@codesourcery.com>

	* config/mips/iris6.h (SUPPORTS_INIT_PRIORITY): Reverse change of
	2001-Jan-29.

From-SVN: r39392
parent d5457140
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
......
......@@ -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"
......
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