aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/ia64
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2003-08-22 21:09:04 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2003-08-22 21:09:04 +0000
commit74487c57fe04b30e8fd01fd3afb9ad1895388980 (patch)
tree6a565f3ca72165f99fd50d6e762f7e93b9449af9 /gcc/config/ia64
parent50fe737a03bcea7be0301b3debadb15af7aa54af (diff)
downloadgcc-74487c57fe04b30e8fd01fd3afb9ad1895388980.zip
gcc-74487c57fe04b30e8fd01fd3afb9ad1895388980.tar.gz
gcc-74487c57fe04b30e8fd01fd3afb9ad1895388980.tar.bz2
* config/ia64/hpux.h (SUPPORTS_INIT_PRIORITY): Define to 0.
From-SVN: r70701
Diffstat (limited to 'gcc/config/ia64')
-rw-r--r--gcc/config/ia64/hpux.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/ia64/hpux.h b/gcc/config/ia64/hpux.h
index 0190bd5..5cdb8af 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\""