aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <gmail@redhat.com>2011-01-12 20:59:32 -0500
committerUlrich Drepper <gmail@redhat.com>2011-01-12 20:59:32 -0500
commit5e49c52efdb37eb0aa315156f39056f25ff9ddaa (patch)
tree92d5595b16fcbab5a49fb06a258ec0c6dc736acb /ChangeLog
parent60522a5f4798c65ac4dbe895c986f690cd69a3fd (diff)
downloadglibc-5e49c52efdb37eb0aa315156f39056f25ff9ddaa.zip
glibc-5e49c52efdb37eb0aa315156f39056f25ff9ddaa.tar.gz
glibc-5e49c52efdb37eb0aa315156f39056f25ff9ddaa.tar.bz2
Fix alignment in x86 destructor calls.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 769b785..b969183 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
+
+ * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
+ alignment for SSE2.
+
2011-01-12 Ulrich Drepper <drepper@gmail.com>
[BZ #12394]