[git] GCRYPT - branch, master, updated. libgcrypt-1.7.0-7-g4121f15

by Werner Koch cvs at cvs.gnupg.org
Thu Jun 2 22:53:08 CEST 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  4121f15122501d8946f1589b303d1f7949c15e30 (commit)
      from  3e8074ecd3a534e8bd7f11cf17f0b22d252584c8 (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 4121f15122501d8946f1589b303d1f7949c15e30
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Sep 7 15:38:04 2015 +0200

    Fix gcc portability on Solaris 9 SPARC boxes.
    
    * mpi/longlong.h: Use __sparcv8 as alias for __sparc_v8__.
    --
    
    This patch has been in use by pkgsrc for
      SunOS mentok 5.9 Generic_117171-02 sun4u sparc SUNW,Sun-Fire-V240
    since 2004.
    
    GnuPG-bug-id: 1703
    Signed-off-by: Werner Koch <wk at gnupg.org>
    [cherry-pick of commit d281624]
    Signed-off-by: Jussi Kivilinna <jussi.kivilinna at iki.fi>

diff --git a/mpi/longlong.h b/mpi/longlong.h
index db98e47..0a5acb6 100644
--- a/mpi/longlong.h
+++ b/mpi/longlong.h
@@ -1293,7 +1293,7 @@ typedef unsigned int UTItype __attribute__ ((mode (TI)));
 	     "rJ" ((USItype)(al)),                                      \
 	     "rI" ((USItype)(bl))                                       \
 	   __CLOBBER_CC)
-# if defined (__sparc_v8__)
+# if defined (__sparc_v8__) || defined(__sparcv8)
 /* Don't match immediate range because, 1) it is not often useful,
    2) the 'I' flag thinks of the range as a 13 bit signed interval,
    while we want to match a 13 bit interval, sign extended to 32 bits,

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

Summary of changes:
 mpi/longlong.h | 2 +-
 1 file changed, 1 insertion(+), 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