diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-09 20:18:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-09 20:18:53 +0000 |
commit | e352f0d83289322fe9706ee45c449170653f85e8 (patch) | |
tree | 7715fce2fc7f8924d72931a7ef4febd5860669f7 /ChangeLog | |
parent | 2036b767dd60813df266647ab1e23159f5043706 (diff) | |
download | glibc-e352f0d83289322fe9706ee45c449170653f85e8.tar.gz glibc-e352f0d83289322fe9706ee45c449170653f85e8.tar.xz glibc-e352f0d83289322fe9706ee45c449170653f85e8.zip |
Update.
2003-09-09 Ulrich Drepper <drepper@redhat.com> * string/stratcliff.c (main): Check memccpy. 2003-04-11 Jes Sorensen <jes@wildopensource.com> * sysdeps/ia64/memccpy.S: When recovering for src_aligned and the character is found during recovery, use correct register when determining the position of the found character. 2003-04-01 Jes Sorensen <jes@wildopensource.com> * sysdeps/ia64/memccpy.S: Use speculatively loads for readahead to avoid segfaults when reading from unmapped pages. For aligned reload and continue, for misaligned, roll back and use byte copy. Save ar.ec on entry and restore on exit.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index fe82702884..55237ea2c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2003-09-09 Ulrich Drepper <drepper@redhat.com> + + * string/stratcliff.c (main): Check memccpy. + +2003-04-11 Jes Sorensen <jes@wildopensource.com> + + * sysdeps/ia64/memccpy.S: When recovering for src_aligned and the + character is found during recovery, use correct register when + determining the position of the found character. + +2003-04-01 Jes Sorensen <jes@wildopensource.com> + + * sysdeps/ia64/memccpy.S: Use speculatively loads for readahead to + avoid segfaults when reading from unmapped pages. For aligned + reload and continue, for misaligned, roll back and use byte copy. + Save ar.ec on entry and restore on exit. + 2003-09-09 Chris Demetriou <cgd@broadcom.com> * sysdeps/unix/mips/sysdep.h (PSEUDO_END): Undef before defining. |