mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 22:40:05 +00:00
Tail call to __stxcpy.
This commit is contained in:
parent
fa6dc9e01e
commit
de55c82792
@ -65,7 +65,7 @@ $found: negq t1, t2 # clear all but least set bit
|
|||||||
|
|
||||||
/* Now do the append. */
|
/* Now do the append. */
|
||||||
|
|
||||||
jsr t9, __stxcpy
|
mov ra, t9
|
||||||
ret
|
jmp $31, __stxcpy
|
||||||
|
|
||||||
END(strcat)
|
END(strcat)
|
||||||
|
@ -35,7 +35,7 @@ ENTRY(strcpy)
|
|||||||
.prologue 1
|
.prologue 1
|
||||||
|
|
||||||
mov a0, v0 # set up return value
|
mov a0, v0 # set up return value
|
||||||
jsr t9, __stxcpy # do the copy
|
mov ra, t9
|
||||||
ret
|
jmp $31, __stxcpy # do the copy
|
||||||
|
|
||||||
END(strcpy)
|
END(strcpy)
|
||||||
|
Loading…
Reference in New Issue
Block a user