]> sourceware.org Git - glibc.git/commitdiff
* sysdeps/sparc/sparc32/strcat.S: Avoid using register g6. * sysdeps...
authorRichard Henderson <rth@redhat.com>
Thu, 15 Apr 1999 18:12:25 +0000 (18:12 +0000)
committerRichard Henderson <rth@redhat.com>
Thu, 15 Apr 1999 18:12:25 +0000 (18:12 +0000)
1999-04-15  David S. Miller  <davem@redhat.com>

* sysdeps/sparc/sparc32/strcat.S: Avoid using register g6.
* sysdeps/sparc/sparc32/strcpy.S: Likewise.

ChangeLog
sysdeps/sparc/sparc32/strcat.S
sysdeps/sparc/sparc32/strcpy.S

index f80d4f510f5936813b09b1be435fac90b20035d6..0702195b9cb01c03fa3f63b72b53ddc966e6664e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-04-15  David S. Miller  <davem@redhat.com>
+
+       * sysdeps/sparc/sparc32/strcat.S: Avoid using register g6.
+       * sysdeps/sparc/sparc32/strcpy.S: Likewise.
+
 1999-04-15  Scott Bambrough  <scottb@netwinder.org>
 
        * sysdeps/unix/sysv/linux/arm/sigaction.c: Fix typo in preventing
index d9010876720f583d6d8bc0bd5119dd50c1fd76e6..825a88defaa1bad35fa5c4fb52f7086616da98c8 100644 (file)
@@ -183,7 +183,7 @@ ENTRY(strcat)
        srl             %o5, 8, %g5
        sth             %g5, [%o0 + 2]
 1:     add             %o0, 4, %o0
-4:     sll             %o5, 24, %g6
+4:     sll             %o5, 24, %g7
        ld              [%o1], %o5
        add             %o1, 4, %o1
        srl             %o5, 8, %g5
@@ -191,7 +191,7 @@ ENTRY(strcat)
 #ifdef EIGHTBIT_NOT_RARE
        andn            %o4, %o5, %o4
 #endif
-       or              %g5, %g6, %g5
+       or              %g5, %g7, %g5
        andcc           %o4, %o3, %g0
        be,a            1b
         st             %g5, [%o0]
@@ -249,7 +249,7 @@ ENTRY(strcat)
        sth             %g5, [%o0]
        sub             %o0, 2, %o0
 1:     add             %o0, 4, %o0
-4:     sll             %o5, 16, %g6
+4:     sll             %o5, 16, %g7
        ld              [%o1], %o5
        add             %o1, 4, %o1
        srl             %o5, 16, %g5
@@ -257,7 +257,7 @@ ENTRY(strcat)
 #ifdef EIGHTBIT_NOT_RARE
        andn            %o4, %o5, %o4
 #endif
-       or              %g5, %g6, %g5
+       or              %g5, %g7, %g5
        andcc           %o4, %o3, %g0
        be,a            1b
         st             %g5, [%o0]
@@ -305,7 +305,7 @@ ENTRY(strcat)
        stb             %g5, [%o0]
        sub             %o0, 3, %o0
 1:     add             %o0, 4, %o0
-4:     sll             %o5, 8, %g6
+4:     sll             %o5, 8, %g7
        ld              [%o1], %o5
        add             %o1, 4, %o1
        srl             %o5, 24, %g5
@@ -313,7 +313,7 @@ ENTRY(strcat)
 #ifdef EIGHTBIT_NOT_RARE
        andn            %o4, %o5, %o4
 #endif
-       or              %g5, %g6, %g5
+       or              %g5, %g7, %g5
        andcc           %o4, %o3, %g0
        be              1b
         st             %g5, [%o0]
index e376bb41b88b3711fc4ae76d8cb7ce5eb38860ef..81158e41f99ebd415a7b25d33a8c6c917c9fe9c2 100644 (file)
@@ -125,12 +125,12 @@ ENTRY(strcpy)
        srl             %o5, 8, %g5
        sth             %g5, [%o0 + 2]
 1:     add             %o0, 4, %o0
-4:     sll             %o5, 24, %g6
+4:     sll             %o5, 24, %g7
        ld              [%o1], %o5
        add             %o1, 4, %o1
        srl             %o5, 8, %g5
        sub             %o5, %o2, %o4
-       or              %g5, %g6, %g5
+       or              %g5, %g7, %g5
        andcc           %o4, %o3, %g0
        be,a            1b
         st             %g5, [%o0]
@@ -184,12 +184,12 @@ ENTRY(strcpy)
        sth             %g5, [%o0]
        sub             %o0, 2, %o0
 1:     add             %o0, 4, %o0
-4:     sll             %o5, 16, %g6
+4:     sll             %o5, 16, %g7
        ld              [%o1], %o5
        add             %o1, 4, %o1
        srl             %o5, 16, %g5
        sub             %o5, %o2, %o4
-       or              %g5, %g6, %g5
+       or              %g5, %g7, %g5
        andcc           %o4, %o3, %g0
        be,a            1b
         st             %g5, [%o0]
@@ -234,12 +234,12 @@ ENTRY(strcpy)
        stb             %g5, [%o0]
        sub             %o0, 3, %o0
 1:     add             %o0, 4, %o0
-4:     sll             %o5, 8, %g6
+4:     sll             %o5, 8, %g7
        ld              [%o1], %o5
        add             %o1, 4, %o1
        srl             %o5, 24, %g5
        sub             %o5, %o2, %o4
-       or              %g5, %g6, %g5
+       or              %g5, %g7, %g5
        andcc           %o4, %o3, %g0
        be              1b
         st             %g5, [%o0]
This page took 0.048145 seconds and 5 git commands to generate.