mirror of git://sourceware.org/git/glibc.git
Update.
2000-12-07 Dan Pop <Dan.Pop@cern.ch> * sysdeps/ia64/strcpy.S: Fix a bug in a recovery code sequence.
This commit is contained in:
parent
e3690263f5
commit
4e9b4067d7
|
@ -1,3 +1,7 @@
|
|||
2000-12-07 Dan Pop <Dan.Pop@cern.ch>
|
||||
|
||||
* sysdeps/ia64/strcpy.S: Fix a bug in a recovery code sequence.
|
||||
|
||||
2000-12-06 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/aix/Makefile [$(subdir)==misc]
|
||||
|
|
|
@ -133,7 +133,7 @@ ENTRY(strcpy)
|
|||
br.ret.sptk.many b0
|
||||
.recovery2:
|
||||
add tmp = -8, asrc ;;
|
||||
ld8 r[MEMLAT] = [tmp]
|
||||
ld8 r[0] = [tmp]
|
||||
br.cond.sptk .back2
|
||||
.recovery3:
|
||||
add tmp = -(MEMLAT + 1) * 8, src ;;
|
||||
|
|
Loading…
Reference in New Issue