Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 195717
Collapse All | Expand All

(-)a/gcc/config/sparc/sparc.h (+4 lines)
Lines 681-686 if (TARGET_ARCH64 \ Link Here
681
   && TYPE_MODE (TREE_TYPE (TYPE)) == QImode   \
681
   && TYPE_MODE (TREE_TYPE (TYPE)) == QImode   \
682
   && (ALIGN) < FASTEST_ALIGNMENT ? FASTEST_ALIGNMENT : (ALIGN))
682
   && (ALIGN) < FASTEST_ALIGNMENT ? FASTEST_ALIGNMENT : (ALIGN))
683
683
684
/* Make local arrays of chars word-aligned for the same reasons.  */
685
/* Patched from gentoo bug #195717 */
686
#define LOCAL_ALIGNMENT(TYPE, ALIGN) DATA_ALIGNMENT (TYPE, ALIGN)
687
684
/* Set this nonzero if move instructions will actually fail to work
688
/* Set this nonzero if move instructions will actually fail to work
685
   when given unaligned data.  */
689
   when given unaligned data.  */
686
#define STRICT_ALIGNMENT 1
690
#define STRICT_ALIGNMENT 1

Return to bug 195717