summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2010-02-24 18:20:57 -0800
committerUlrich Drepper <drepper@redhat.com>2010-02-24 18:20:57 -0800
commita0ac24d98ace90d1ccba6a2f3e7d55600f2fdb6e (patch)
treea58f84f5e97249696388368796045aba7f82705b /ChangeLog
parentcc50f1a4b458f769ceb72d88bb78c8429361fec1 (diff)
downloadglibc-a0ac24d98ace90d1ccba6a2f3e7d55600f2fdb6e.tar.gz
Fix issues in x86 memcpy-ssse3.S
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 26429c65c9..2932b053b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-02-24 H.J. Lu <hongjiu.lu@intel.com>
+ * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Use unsigned
+ conditional jumps.
+ Correct unwind info.
+
* sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Remove redundant
punpcklbw.
Use unsigned conditional jumps.