summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 69024ab20a..c775ac6e1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2009-08-31 Andreas Schwab <schwab@redhat.com>
+
+ * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
+
+2009-08-31 Ulrich Drepper <drepper@redhat.com>
+
+ [BZ #10560]
+ * malloc/malloc.c: Add local assert definition to avoid problems with
+ memory allocation in the real one.
+
+2009-08-27 H.J. Lu <hongjiu.lu@intel.com>
+
+ * sysdeps/i386/i686/multiarch/init-arch.c (ENABLE_SSSE3_ON_ATOM):
+ Removed.
+ * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Don't
+ turn off SSSE3 on Atom.
+
+2009-08-28 Ulrich Drepper <drepper@redhat.com>
+
+ * stdlib/tst-strtol.c (tests): More tests.
+ * stdlib/tst-strtoll.c (tests): Likewise.
+
2009-08-26 Ulrich Drepper <drepper@redhat.com>
* sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: New file.