OSDN Git Service

2001-01-29 Jeffrey Oldham <oldham@codesourcery.com>
authoroldham <oldham@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Jan 2001 19:36:52 +0000 (19:36 +0000)
committeroldham <oldham@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Jan 2001 19:36:52 +0000 (19:36 +0000)
* config/mips/iris6.h (SUPPORTS_INIT_PRIORITY): Revise definition
to use flag_gnu_linker.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39335 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/mips/iris6.h

index f3efe7a..969ed8d 100644 (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.
index b7a6f8f..cd1616a 100644 (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"