summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-22 21:09:04 +0000
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-22 21:09:04 +0000
commit2ab59802b026ca2da02a844335e78eacf764bd95 (patch)
tree6a565f3ca72165f99fd50d6e762f7e93b9449af9
parent379042cba43f39171cd2106503cbaa21453b5ec2 (diff)
downloadppe42-gcc-2ab59802b026ca2da02a844335e78eacf764bd95.tar.gz
ppe42-gcc-2ab59802b026ca2da02a844335e78eacf764bd95.zip
* config/ia64/hpux.h (SUPPORTS_INIT_PRIORITY): Define to 0.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70701 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/ia64/hpux.h4
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8b238d09770..3dd61eb896a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
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 ...
(ptr_extend_plus_imm): ... this.
* config/ia64/ia64.c (addp4_optimize_ok): Do not disable addp4
diff --git a/gcc/config/ia64/hpux.h b/gcc/config/ia64/hpux.h
index 0190bd56e74..5cdb8afb079 100644
--- a/gcc/config/ia64/hpux.h
+++ b/gcc/config/ia64/hpux.h
@@ -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\""
OpenPOWER on IntegriCloud