summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2002-10-31 20:40:29 +0000
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2002-10-31 20:40:29 +0000
commit69b9dd3de0453783014e1558a1f83dcbb483318c (patch)
treecf717193ccd9ffb8df028b28d2b2c1358c2aa5b6
parentb82438e9e21580893b7e6228cc60685518de5e2d (diff)
downloadppe42-gcc-69b9dd3de0453783014e1558a1f83dcbb483318c.tar.gz
ppe42-gcc-69b9dd3de0453783014e1558a1f83dcbb483318c.zip
* config/ia64/hpux.h (MEMBER_TYPE_FORCES_BLK): Set for non-floats.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58693 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/ia64/hpux.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 32ce1a85c1d..65916251d16 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2002-10-31 Steve Ellcey <sje@cup.hp.com>
+
+ * config/ia64/hpux.h (MEMBER_TYPE_FORCES_BLK): Set for non-floats.
+
Thu Oct 31 Dale Johannesen <dalej@apple.com>
* config/rs6000/darwin.h: Correct formatting in previous.
diff --git a/gcc/config/ia64/hpux.h b/gcc/config/ia64/hpux.h
index 88ea21182fe..a07fe460c61 100644
--- a/gcc/config/ia64/hpux.h
+++ b/gcc/config/ia64/hpux.h
@@ -123,7 +123,7 @@ do { \
ASM_OUTPUT_TYPE_DIRECTIVE (FILE, XSTR (FUN, 0), "function"); \
} while (0)
-#define MEMBER_TYPE_FORCES_BLK(FIELD, MODE) 1
+#define MEMBER_TYPE_FORCES_BLK(FIELD, MODE) (TREE_CODE (TREE_TYPE (FIELD)) != REAL_TYPE || (MODE == TFmode && !INTEL_EXTENDED_IEEE_FORMAT))
/* Override the setting of FUNCTION_ARG_REG_LITTLE_ENDIAN in
defaults.h. Setting this to true means that we are not passing
OpenPOWER on IntegriCloud