diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2010-02-17 22:27:41 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-02-17 22:27:41 -0800 |
commit | 28be6098c306bcfcffc1a0b356b76c95c20dfddf (patch) | |
tree | 3cec9a5e8b509a68e805737e5ac085b58358f2c8 /ChangeLog | |
parent | 82abe82ad7e24a1c1f350fa78ea23a3e6caadff5 (diff) | |
download | glibc-28be6098c306bcfcffc1a0b356b76c95c20dfddf.tar.gz glibc-28be6098c306bcfcffc1a0b356b76c95c20dfddf.tar.xz glibc-28be6098c306bcfcffc1a0b356b76c95c20dfddf.zip |
Simplify x86 strcmp-sse4 unwind info.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ab028f632f..c8f89b8884 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-02-16 H.J. Lu <hongjiu.lu@intel.com> + + * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Simplify unwind info. + 2010-02-17 H.J. Lu <hongjiu.lu@intel.com> Ulrich Drepper <drepper@redhat.com> |