longlong.h (__sparc_v9__): Use %rDIGIT instead of %DIGIT where appropriate.
authorJakub Jelinek <jakub@redhat.com>
Fri, 10 Dec 1999 21:29:46 +0000 (22:29 +0100)
committerDavid S. Miller <davem@gcc.gnu.org>
Fri, 10 Dec 1999 21:29:46 +0000 (13:29 -0800)
* longlong.h (__sparc_v9__): Use %rDIGIT instead of %DIGIT where
appropriate.

From-SVN: r30864

gcc/ChangeLog
gcc/longlong.h

index f2713b00b35ffb2213ff64805fd69d1b557f5209..f15169eb900e38bdb08560e1af62c1947adc8f29 100644 (file)
@@ -1,3 +1,8 @@
+1999-12-10  Jakub Jelinek  <jakub@redhat.com>
+
+       * longlong.h (__sparc_v9__): Use %rDIGIT instead of %DIGIT where
+       appropriate.
+
 1999-12-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * c-parse.in (string): With -Wtraditional, warn if ANSI string
index f76f4799c71fb7de17612b7b7f3290911cb10334..a2e56c4c6747e42632cdb1424132fd148908b362 100644 (file)
@@ -1185,8 +1185,8 @@ UDItype __umulsidi3 (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:"                                                         \
@@ -1199,8 +1199,8 @@ UDItype __umulsidi3 (USItype, USItype);
           __CLOBBER_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:"                                                         \