summaryrefslogtreecommitdiff
path: root/longlong.h
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2016-08-25 00:00:43 +0200
committerMarc Glisse <marc.glisse@inria.fr>2016-08-25 00:00:43 +0200
commitd6b531d0501182336bed7d7c799fee506c756867 (patch)
tree0a788666d6846a190a26b191ca9543dfd6b46e59 /longlong.h
parent889915a509fc49acf7cfc37d674f1b43436981ab (diff)
downloadgmp-d6b531d0501182336bed7d7c799fee506c756867.tar.gz
longlong.h: Fix obsolete ARC asm constraints
Diffstat (limited to 'longlong.h')
-rw-r--r--longlong.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/longlong.h b/longlong.h
index 6dedc1360..1f798fcbe 100644
--- a/longlong.h
+++ b/longlong.h
@@ -424,17 +424,17 @@ long __MPN(count_leading_zeros) (UDItype);
: "=r" (sh), \
"=&r" (sl) \
: "r" ((USItype) (ah)), \
- "rIJ" ((USItype) (bh)), \
+ "rICal" ((USItype) (bh)), \
"%r" ((USItype) (al)), \
- "rIJ" ((USItype) (bl)))
+ "rICal" ((USItype) (bl)))
#define sub_ddmmss(sh, sl, ah, al, bh, bl) \
__asm__ ("sub.f\t%1, %4, %5\n\tsbc\t%0, %2, %3" \
: "=r" (sh), \
"=&r" (sl) \
: "r" ((USItype) (ah)), \
- "rIJ" ((USItype) (bh)), \
+ "rICal" ((USItype) (bh)), \
"r" ((USItype) (al)), \
- "rIJ" ((USItype) (bl)))
+ "rICal" ((USItype) (bl)))
#endif
#if defined (__arm__) && (defined (__thumb2__) || !defined (__thumb__)) \