* arm.h (BIGGEST_ALIGNMENT): Use TARGET_REALLY_IWMMXT for selecting
authorrearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 22 Jun 2003 14:06:33 +0000 (14:06 +0000)
committerrearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 22 Jun 2003 14:06:33 +0000 (14:06 +0000)
64-bit alignment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68330 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/arm/arm.h

index 4e5196f..ed7d5ff 100644 (file)
@@ -1,5 +1,10 @@
 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.
 
index 0a3dcda..74201ff 100644 (file)
@@ -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                         \