[git] GCRYPT - branch, master, updated. libgcrypt-1.8.1-66-ge7ae0ae

by Werner Koch cvs at cvs.gnupg.org
Tue Apr 17 17:25:19 CEST 2018


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  e7ae0ae243c8978a67c802169183187d88557be8 (commit)
      from  3e3b520fb32a37c5c23762531a7b3168e112ac36 (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 e7ae0ae243c8978a67c802169183187d88557be8
Author: Werner Koch <wk at gnupg.org>
Date:   Tue Apr 17 17:15:30 2018 +0200

    mpi: Fix for buidling for MIPS64 with Clang
    
    * mpi/longlong.h [MIPS64][__clang__]: Use the C version like we
    already do for 32 bit MIPS.
    --
    
    GnuPG-bug-id: 3915
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/mpi/longlong.h b/mpi/longlong.h
index 0a5acb6..d6958f3 100644
--- a/mpi/longlong.h
+++ b/mpi/longlong.h
@@ -890,7 +890,8 @@ extern USItype __udiv_qrnnd ();
  **************  MIPS/64  **************
  ***************************************/
 #if (defined (__mips) && __mips >= 3) && W_TYPE_SIZE == 64
-# if (__GNUC__ >= 5) || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)
+# if defined (__clang__) || (__GNUC__ >= 5) || (__GNUC__ == 4 && \
+                                               __GNUC_MINOR__ >= 4)
 typedef unsigned int UTItype __attribute__ ((mode (TI)));
 #  define umul_ppmm(w1, w0, u, v) \
   do {                                                                 \

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

Summary of changes:
 mpi/longlong.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


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