diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-06-04 10:54:29 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-06-04 10:54:29 -0700 |
commit | 747785f2b3afbc8b900083988957bff11bb6b11f (patch) | |
tree | c8f7955aa373196e2dc66df0c10715703cb5115d /ChangeLog | |
parent | 2f083d7511460b3beea2df165c3e43742f73f3c9 (diff) | |
download | glibc-747785f2b3afbc8b900083988957bff11bb6b11f.tar glibc-747785f2b3afbc8b900083988957bff11bb6b11f.tar.gz glibc-747785f2b3afbc8b900083988957bff11bb6b11f.tar.bz2 glibc-747785f2b3afbc8b900083988957bff11bb6b11f.zip |
Tiny strlen for x86-64 optimization.
I didn't remove an instruction from a previous version in the final
version.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2009-06-04 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/x86_64/strlen.S: Remove useless instruction. + 2009-06-02 H.J. Lu <hongjiu.lu@intel.com> * elf/Makefile (distribute): Add ifuncmain1.c, ifuncmain1pic.c, |