Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / libgcrypt / patches / patch-ad
blob2e83674355572a3dc958beb2761fd755e40501f0
1 $NetBSD: patch-ad,v 1.1 2004/10/25 13:03:53 gavan Exp $
3 --- mpi/longlong.h.orig 2004-03-03 08:21:49.000000000 +0000
4 +++ mpi/longlong.h
5 @@ -1150,7 +1150,7 @@ extern USItype __udiv_qrnnd ();
6              "rJ" ((USItype)(al)),                                      \
7              "rI" ((USItype)(bl))                                       \
8            __CLOBBER_CC)
9 -#if defined (__sparc_v8__)
10 +#if defined (__sparc_v8__) || defined(__sparcv8)
11  /* Don't match immediate range because, 1) it is not often useful,
12     2) the 'I' flag thinks of the range as a 13 bit signed interval,
13     while we want to match a 13 bit interval, sign extended to 32 bits,