Commit 84edd42c by Richard Earnshaw Committed by Richard Earnshaw

arm.h (BIGGEST_ALIGNMENT): Use TARGET_REALLY_IWMMXT for selecting 64-bit alignment.

* arm.h (BIGGEST_ALIGNMENT): Use TARGET_REALLY_IWMMXT for selecting
64-bit alignment.

From-SVN: r68330
parent 24391720
2003-06-22 Richard Earnshaw <rearnsha@arm.com>
* arm.h (BIGGEST_ALIGNMENT): Use TARGET_REALLY_IWMMXT for selecting
64-bit alignment.
2003-06-22 Richard Earnshaw <rearnsha@arm.com>
* arm.md (all call_value patterns): Remove register constraints on
value operand.
......
......@@ -753,7 +753,7 @@ extern int arm_is_6_or_7;
#define EMPTY_FIELD_BOUNDARY 32
#define BIGGEST_ALIGNMENT (TARGET_ATPCS ? 64 : 32)
#define BIGGEST_ALIGNMENT (TARGET_REALLY_IWMMXT ? 64 : 32)
#define TYPE_NEEDS_IWMMXT_ALIGNMENT(TYPE) \
(TARGET_REALLY_IWMMXT \
......
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