Commit a543c709 by Steve Ellcey Committed by Steve Ellcey

* config/ia64/hpux.h (MEMBER_TYPE_FORCES_BLK): Set for non-floats.

From-SVN: r58693
parent cdc58a82
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> Thu Oct 31 Dale Johannesen <dalej@apple.com>
* config/rs6000/darwin.h: Correct formatting in previous. * config/rs6000/darwin.h: Correct formatting in previous.
......
...@@ -123,7 +123,7 @@ do { \ ...@@ -123,7 +123,7 @@ do { \
ASM_OUTPUT_TYPE_DIRECTIVE (FILE, XSTR (FUN, 0), "function"); \ ASM_OUTPUT_TYPE_DIRECTIVE (FILE, XSTR (FUN, 0), "function"); \
} while (0) } 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 /* Override the setting of FUNCTION_ARG_REG_LITTLE_ENDIAN in
defaults.h. Setting this to true means that we are not passing defaults.h. Setting this to true means that we are not passing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment