]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(__sparc_v9__): Use %rDIGIT instead of %DIGIT where appropriate.
authorUlrich Drepper <drepper@redhat.com>
Sun, 19 Dec 1999 00:35:33 +0000 (00:35 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 19 Dec 1999 00:35:33 +0000 (00:35 +0000)
stdlib/longlong.h

index 767053394f7cb5b0d0d2aa00344e3fbea561adc1..9cfda39ff01588caeb20c3149d541bdf14eae4d3 100644 (file)
@@ -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:"                                                         \