summaryrefslogtreecommitdiff
path: root/security/libgcrypt/files/patch-mpi_longlong.h
diff options
context:
space:
mode:
Diffstat (limited to 'security/libgcrypt/files/patch-mpi_longlong.h')
-rw-r--r--security/libgcrypt/files/patch-mpi_longlong.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/libgcrypt/files/patch-mpi_longlong.h b/security/libgcrypt/files/patch-mpi_longlong.h
index 44f38158a31c..249e29f0cb03 100644
--- a/security/libgcrypt/files/patch-mpi_longlong.h
+++ b/security/libgcrypt/files/patch-mpi_longlong.h
@@ -1,4 +1,4 @@
---- mpi/longlong.h.orig 2016-04-18 19:16:10 UTC
+--- mpi/longlong.h.orig 2016-06-16 11:43:39 UTC
+++ mpi/longlong.h
@@ -174,6 +174,7 @@ MA 02111-1307, USA. */
(pl) = __m0 * __m1; \
@@ -12,7 +12,7 @@
extern UDItype __udiv_qrnnd ();
# define UDIV_TIME 220
# endif /* !LONGLONG_STANDALONE */
-+# endif /* 0 */
++#endif /* 0 */
#endif /* __alpha */
/***************************************
@@ -20,8 +20,8 @@
"rJ" ((USItype)(al)), \
"rI" ((USItype)(bl)) \
__CLOBBER_CC)
--# if defined (__sparc_v8__)
-+# if defined (__sparc_v8__) || defined (__sparc__)
+-# if defined (__sparc_v8__) || defined(__sparcv8)
++# if defined (__sparc_v8__) || defined(__sparcv8) || defined(__sparc__)
/* 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,