summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2010-02-17 22:35:18 -0800
committerUlrich Drepper <drepper@redhat.com>2010-02-17 22:35:18 -0800
commitc60bce2cdd757a96077f2ff0147619abacfabfbb (patch)
treef6d5715af514d968db1bbf7f74d189a1533d20da /ChangeLog
parent28be6098c306bcfcffc1a0b356b76c95c20dfddf (diff)
Fix unwind info in x86 memcmp-ssse3.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c8f89b8884..600c65d30c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2010-02-16 H.J. Lu <hongjiu.lu@intel.com>
+ * sysdeps/i386/i686/multiarch/memcmp-ssse3.S (less1bytes): Add CFI_POP.
+
* sysdeps/i386/i686/multiarch/strcmp-sse4.S: Simplify unwind info.
2010-02-17 H.J. Lu <hongjiu.lu@intel.com>