[git] GCRYPT - branch, master, updated. libgcrypt-1.5.0-442-gc86c355

by Jussi Kivilinna cvs at cvs.gnupg.org
Sat Dec 14 00:16:38 CET 2013


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  c86c35534a153b13e880d0bb0ea3e48e1c0ecaf9 (commit)
      from  d2b853246c2ed056a92096d89c3ca057e45c9c92 (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 c86c35534a153b13e880d0bb0ea3e48e1c0ecaf9
Author: Jussi Kivilinna <jussi.kivilinna at iki.fi>
Date:   Sat Dec 14 01:11:32 2013 +0200

    SHA-1/SSSE3: Do not check for Intel syntax assembly support
    
    * cipher/sha1-ssse3-amd64.S: Remove check for
    HAVE_INTEL_SYNTAX_PLATFORM_AS.
    * cipher/sha1.c [USE_SSSE3]: Ditto.
    --
    
    SHA-1 SSSE3 implementation uses AT&T syntax so check for
    HAVE_INTEL_SYNTAX_PLATFORM_AS is unnecessary.
    
    Signed-off-by: Jussi Kivilinna <jussi.kivilinna at iki.fi>

diff --git a/cipher/sha1-ssse3-amd64.S b/cipher/sha1-ssse3-amd64.S
index 5165f3f..cf8c079 100644
--- a/cipher/sha1-ssse3-amd64.S
+++ b/cipher/sha1-ssse3-amd64.S
@@ -30,7 +30,6 @@
 #include <config.h>
 
 #if defined(HAVE_COMPATIBLE_GCC_AMD64_PLATFORM_AS) && \
-    defined(HAVE_INTEL_SYNTAX_PLATFORM_AS) && \
     defined(HAVE_GCC_INLINE_ASM_SSSE3) && defined(USE_SHA1)
 
 #ifdef __PIC__
diff --git a/cipher/sha1.c b/cipher/sha1.c
index af57b19..18b6daa 100644
--- a/cipher/sha1.c
+++ b/cipher/sha1.c
@@ -46,8 +46,7 @@
 /* USE_SSSE3 indicates whether to compile with Intel SSSE3 code. */
 #undef USE_SSSE3
 #if defined(__x86_64__) && defined(HAVE_COMPATIBLE_GCC_AMD64_PLATFORM_AS) && \
-    defined(HAVE_GCC_INLINE_ASM_SSSE3) && \
-    defined(HAVE_INTEL_SYNTAX_PLATFORM_AS)
+    defined(HAVE_GCC_INLINE_ASM_SSSE3)
 # define USE_SSSE3 1
 #endif
 

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

Summary of changes:
 cipher/sha1-ssse3-amd64.S |    1 -
 cipher/sha1.c             |    3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)


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


_______________________________________________
Gnupg-commits mailing list
Gnupg-commits at gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-commits




More information about the Gcrypt-devel mailing list