Commit 5429802d by Steve Ellcey Committed by Steve Ellcey

* config/ia64/hpux.h (TARGET_DEFAULT): Include TARGET_ILP32.

From-SVN: r57550
parent 855c3a2e
2002-09-26 Steve Ellcey <sje@cup.hp.com>
* config/ia64/hpux.h (TARGET_DEFAULT): Include TARGET_ILP32.
2002-09-26 Igor Shevlyakov <igor@microunity.com> 2002-09-26 Igor Shevlyakov <igor@microunity.com>
* combine.c (simplify_set): Don't call to force_to_mode if size * combine.c (simplify_set): Don't call to force_to_mode if size
......
...@@ -105,7 +105,7 @@ do { \ ...@@ -105,7 +105,7 @@ do { \
#define BITS_BIG_ENDIAN 1 #define BITS_BIG_ENDIAN 1
#undef TARGET_DEFAULT #undef TARGET_DEFAULT
#define TARGET_DEFAULT (MASK_DWARF2_ASM | MASK_BIG_ENDIAN) #define TARGET_DEFAULT (MASK_DWARF2_ASM | MASK_BIG_ENDIAN | MASK_ILP32)
/* This needs to be set to force structure arguments with a single /* This needs to be set to force structure arguments with a single
field to be treated as structures and not as the type of their field to be treated as structures and not as the type of their
......
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