]> gcc.gnu.org Git - gcc.git/commitdiff
* config/ia64/hpux.h (SUPPORTS_INIT_PRIORITY): Define to 0.
authorMark Mitchell <mark@codesourcery.com>
Fri, 22 Aug 2003 21:09:04 +0000 (21:09 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 22 Aug 2003 21:09:04 +0000 (21:09 +0000)
From-SVN: r70701

gcc/ChangeLog
gcc/config/ia64/hpux.h

index 8b238d097702c1cf8e0da64a08d2236c1bddfae9..3dd61eb896a153279be5f4c8f803331790448aab 100644 (file)
@@ -1,3 +1,7 @@
+2003-08-22  Mark Mitchell  <mark@codesourcery.com>
+
+       * config/ia64/hpux.h (SUPPORTS_INIT_PRIORITY): Define to 0.
+
 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
 
        * config/ia64/ia64.md (*ptr_extend_plus_1): Rename to ...
index 0190bd56e74eceae52526daa3edb8337d92a2821..5cdb8afb07938a607bd28e591d19ecb877e868ca 100644 (file)
@@ -144,6 +144,10 @@ do {                                                               \
 #undef DTORS_SECTION_ASM_OP
 #define DTORS_SECTION_ASM_OP  "\t.section\t.fini_array,\t\"aw\",\"fini_array\""
 
+/* The init_array/fini_array technique does not permit the use of
+   initialization priorities.  */
+#define SUPPORTS_INIT_PRIORITY 0
+
 #undef READONLY_DATA_SECTION_ASM_OP
 #define READONLY_DATA_SECTION_ASM_OP "\t.section\t.rodata,\t\"a\",\t\"progbits\""
 
This page took 0.080587 seconds and 5 git commands to generate.