Commit f1e9980a by Jeffrey Oldham Committed by Jeffrey D. Oldham

iris6.h (SUPPORTS_INIT_PRIORITY): Revise definition to use flag_gnu_linker.

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

	* config/mips/iris6.h (SUPPORTS_INIT_PRIORITY): Revise definition
	to use flag_gnu_linker.

From-SVN: r39335
parent 766ee681
2001-01-29 Jeffrey Oldham <oldham@codesourcery.com>
* config/mips/iris6.h (SUPPORTS_INIT_PRIORITY): Revise definition
to use flag_gnu_linker.
2001-01-29 Neil Booth <neil@daikokuya.demon.co.uk> 2001-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
* cpplib.c (T_BAD_DIRECTIVE): Remove. * cpplib.c (T_BAD_DIRECTIVE): Remove.
......
...@@ -207,7 +207,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -207,7 +207,7 @@ Boston, MA 02111-1307, USA. */
/* Irix assembler does not support the init_priority C++ attribute. */ /* Irix assembler does not support the init_priority C++ attribute. */
#undef SUPPORTS_INIT_PRIORITY #undef SUPPORTS_INIT_PRIORITY
#define SUPPORTS_INIT_PRIORITY 0 #define SUPPORTS_INIT_PRIORITY (!flag_gnu_linker)
#define POPSECTION_ASM_OP "\t.popsection" #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