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
This commit is contained in:
Jeffrey Oldham 2001-01-29 19:36:52 +00:00 committed by Jeffrey D. Oldham
parent 766ee68176
commit f1e9980ad4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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>
* cpplib.c (T_BAD_DIRECTIVE): Remove.

View File

@ -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 0
#define SUPPORTS_INIT_PRIORITY (!flag_gnu_linker)
#define POPSECTION_ASM_OP "\t.popsection"