diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-23 07:20:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-23 07:20:34 +0000 |
commit | b1b8e747d4c35ff924a0247041e276e1abf2faf7 (patch) | |
tree | bb62c4834cc8927e10a5407cfeca0cbbc10ca9a7 /nptl/ChangeLog | |
parent | 249062b0c2dfeddb342fd13d5cebdcffb7ebcd64 (diff) | |
download | glibc-b1b8e747d4c35ff924a0247041e276e1abf2faf7.tar glibc-b1b8e747d4c35ff924a0247041e276e1abf2faf7.tar.gz glibc-b1b8e747d4c35ff924a0247041e276e1abf2faf7.tar.bz2 glibc-b1b8e747d4c35ff924a0247041e276e1abf2faf7.zip |
Update.
* sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: Shave
off 3 more bytes by using offset-less instructions when possible.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 7727fdf267..75158615c0 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,8 @@ 2003-02-22 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: Shave + off 3 more bytes by using offset-less instructions when possible. + * Makefile: Add dependency for $(objpfx)version.d. * eintr.c (eintr_source): Add unnecessary return but the compiler |