From: Ulrich Drepper Date: Sun, 19 Dec 1999 00:35:33 +0000 (+0000) Subject: (__sparc_v9__): Use %rDIGIT instead of %DIGIT where appropriate. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22b0d8366d1d69668f4c9e9eb5be605ea9077d79;p=thirdparty%2Fglibc.git (__sparc_v9__): Use %rDIGIT instead of %DIGIT where appropriate. --- diff --git a/stdlib/longlong.h b/stdlib/longlong.h index 767053394f7..9cfda39ff01 100644 --- a/stdlib/longlong.h +++ b/stdlib/longlong.h @@ -1179,8 +1179,8 @@ extern USItype __udiv_qrnnd __P ((USItype *, USItype, USItype, USItype)); #if (defined (__sparc_v9__) || (defined (__sparc__) && defined (__arch64__)) \ || defined (__sparcv9)) && W_TYPE_SIZE == 64 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ - __asm__ ("addcc %4,%5,%1 - add %2,%3,%0 + __asm__ ("addcc %r4,%5,%1 + add %r2,%3,%0 bcs,a,pn %%xcc, 1f add %0, 1, %0 1:" \ @@ -1193,8 +1193,8 @@ extern USItype __udiv_qrnnd __P ((USItype *, USItype, USItype, USItype)); : "cc") #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ - __asm__ ("subcc %4,%5,%1 - sub %2,%3,%0 + __asm__ ("subcc %r4,%5,%1 + sub %r2,%3,%0 bcs,a,pn %%xcc, 1f sub %0, 1, %0 1:" \