https://bugs.kde.org/show_bug.cgi?id=416760

--- Comment #4 from Carl Love <c...@us.ibm.com> ---
Found a partial fix.  

The following patch reduces the number of regression tests on PPC64
significantly

 coregrind/m_sigframe/sigframe-ppc64-linux.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/coregrind/m_sigframe/sigframe-ppc64-linux.c
b/coregrind/m_sigframe/
sigframe-ppc64-linux.c
index 0406f3c..b54c4e0 100644
--- a/coregrind/m_sigframe/sigframe-ppc64-linux.c
+++ b/coregrind/m_sigframe/sigframe-ppc64-linux.c
@@ -112,7 +112,7 @@ struct rt_sigframe {
    vki_siginfo_t         info;
    struct vg_sig_private priv;
    UChar                 abigap[288];   // unused
-};
+} __attribute__ ((aligned (16)));

 #define SET_SIGNAL_LR(zztst, zzval)                          \
    do { tst->arch.vex.guest_LR = (zzval);                    \
-- 
2.7.4

See bugzilla 417427 for more details

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to