diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-10-16 08:54:19 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-10-16 08:54:19 +0000 |
commit | 0308ad66c17de68693b79a6d9d32b552d20fcdaf (patch) | |
tree | 4c98e1212de557d363b49b285b2430e3d1b27d19 /ChangeLog | |
parent | e2b393bc6949a2ba6c71c6c79ad807c1ed27ee8b (diff) | |
download | glibc-0308ad66c17de68693b79a6d9d32b552d20fcdaf.zip glibc-0308ad66c17de68693b79a6d9d32b552d20fcdaf.tar.gz glibc-0308ad66c17de68693b79a6d9d32b552d20fcdaf.tar.bz2 |
* sysdeps/x86_64/memset.S: Jump from bzero to memset using
a local label rather than HIDDEN_JUMPTARGET.
2007-10-16 Jakub Jelinek <jakub@redhat.com>
* sysdeps/x86_64/memset.S: Jump from bzero to memset using
a local label rather than HIDDEN_JUMPTARGET.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2007-10-16 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/x86_64/memset.S: Jump from bzero to memset using + a local label rather than HIDDEN_JUMPTARGET. + 2007-10-15 Ulrich Drepper <drepper@redhat.com> * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define. |