diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-03-28 20:55:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-03-28 20:55:07 +0000 |
commit | 0a51f0ac0fb51735184c7c149e80be74efbac418 (patch) | |
tree | bf512395f41103d9e8244963dfc745c5e9d56aee /ChangeLog | |
parent | 397fa4517335f314675e4fd2432fc6f5fe9626b0 (diff) | |
download | glibc-0a51f0ac0fb51735184c7c149e80be74efbac418.tar.gz glibc-0a51f0ac0fb51735184c7c149e80be74efbac418.tar.xz glibc-0a51f0ac0fb51735184c7c149e80be74efbac418.zip |
Update.
* sysdeps/s390/bits/string.h: New unified 31/64 bit string.h. * sysdeps/s390/s390-32/bits/string.h: Remove. * sysdeps/s390/s390-64/bits/string.h: Remove. * sysdeps/s390/s390-32/strcmp.S: New file. * sysdeps/s390/s390-64/strcmp.S: New file. 2001-03-27 Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index bd71ab36a6..98accaa70a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2001-03-27 Martin Schwidefsky <schwidefsky@de.ibm.com> + * sysdeps/s390/bits/string.h: New unified 31/64 bit string.h. + * sysdeps/s390/s390-32/bits/string.h: Remove. + * sysdeps/s390/s390-64/bits/string.h: Remove. + * sysdeps/s390/s390-32/strcmp.S: New file. + * sysdeps/s390/s390-64/strcmp.S: New file. + +2001-03-27 Martin Schwidefsky <schwidefsky@de.ibm.com> + * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix typo. * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise. |