[git] GCRYPT - branch, master, updated. libgcrypt-1.6.0-318-g1da793d

by Jussi Kivilinna cvs at cvs.gnupg.org
Sat Feb 13 19:13:34 CET 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU crypto library".

The branch, master has been updated
       via  1da793d089b65ac8c1ead65dacb6b8699f5b6e69 (commit)
      from  1c9cc46562fd7f260f481028b5821f5ae910dc32 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1da793d089b65ac8c1ead65dacb6b8699f5b6e69
Author: Jussi Kivilinna <jussi.kivilinna at iki.fi>
Date:   Sat Feb 13 20:12:58 2016 +0200

    bufhelp: disable unaligned memory accesses on powerpc
    
    * cipher/bufhelp.h (BUFHELP_FAST_UNALIGNED_ACCESS): Disable for
    __powerpc__ and __powerpc64__.
    
    --
    
    Signed-off-by: Jussi Kivilinna <jussi.kivilinna at iki.fi>

diff --git a/cipher/bufhelp.h b/cipher/bufhelp.h
index c1aa52e..aec4f1c 100644
--- a/cipher/bufhelp.h
+++ b/cipher/bufhelp.h
@@ -27,7 +27,6 @@
 #if defined(HAVE_GCC_ATTRIBUTE_PACKED) && \
     defined(HAVE_GCC_ATTRIBUTE_ALIGNED) && \
     (defined(__i386__) || defined(__x86_64__) || \
-     defined(__powerpc__) || defined(__powerpc64__) || \
      (defined(__arm__) && defined(__ARM_FEATURE_UNALIGNED)) || \
      defined(__aarch64__))
 /* These architectures are able of unaligned memory accesses and can

-----------------------------------------------------------------------

Summary of changes:
 cipher/bufhelp.h | 1 -
 1 file changed, 1 deletion(-)


hooks/post-receive
-- 
The GNU crypto library
http://git.gnupg.org




More information about the Gnupg-commits mailing list