14 lines
516 B
Text
14 lines
516 B
Text
|
Index: gcc/config/pa/pa.h
|
||
|
--- gcc/config/pa/pa.h.orig
|
||
|
+++ gcc/config/pa/pa.h
|
||
|
@@ -317,6 +317,9 @@ typedef struct GTY(()) machine_function
|
||
|
&& TYPE_MODE (TREE_TYPE (TYPE)) == QImode \
|
||
|
&& (ALIGN) < BITS_PER_WORD ? BITS_PER_WORD : (ALIGN))
|
||
|
|
||
|
+/* Make local arrays of chars word-aligned for the same reasons. */
|
||
|
+#define LOCAL_ALIGNMENT(TYPE, ALIGN) DATA_ALIGNMENT (TYPE, ALIGN)
|
||
|
+
|
||
|
/* Set this nonzero if move instructions will actually fail to work
|
||
|
when given unaligned data. */
|
||
|
#define STRICT_ALIGNMENT 1
|