mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-07 19:30:47 -04:00
14 lines
631 B
Plaintext
14 lines
631 B
Plaintext
$NetBSD: patch-ad,v 1.2 2011/07/13 21:21:52 adam Exp $
|
|
|
|
--- mpi/longlong.h.orig 2004-03-03 08:21:49.000000000 +0000
|
|
+++ mpi/longlong.h
|
|
@@ -1150,7 +1150,7 @@ extern USItype __udiv_qrnnd ();
|
|
"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,
|