diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2010-01-19 12:20:57 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-01-19 12:20:57 -0800 |
commit | cff0be8849a5685e525f534b1da9c43856a1a4b8 (patch) | |
tree | 6865723d1ef1270e77638420972e47be5cc77bbe /ChangeLog | |
parent | a7bbf3d742b181bdad41e830f6ef72e632e9fc89 (diff) | |
download | glibc-cff0be8849a5685e525f534b1da9c43856a1a4b8.tar.gz glibc-cff0be8849a5685e525f534b1da9c43856a1a4b8.tar.xz glibc-cff0be8849a5685e525f534b1da9c43856a1a4b8.zip |
Support __memmove_ssse3_rep when SHARED isn't defined.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index fc074b57b8..7cd565f356 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-01-19 H.J. Lu <hongjiu.lu@intel.com> + + * sysdeps/i386/i686/multiarch/memmove.S: Also check + bit_Fast_Rep_String when SHARED isn't defined. + 2010-01-19 Ulrich Drepper <drepper@redhat.com> [BZ #11194] |