summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0130676a67..18d6f49f1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2006-03-05 Roland McGrath <roland@redhat.com>
+
+ * malloc/malloc.c (MALLOC_ALIGNMENT): Revert to (2 * SIZE_SZ) value.
+ The correct value differs only on powerpc32, and for now changing it
+ there is causing more trouble than it's worth.
+
+ * malloc/arena.c: Add compile-time sanity check on padding calculation.
+
+2006-03-05 Jakub Jelinek <jakub@redhat.com>
+
+ * malloc/arena.c (heap_info): Adjust the padding size if
+ MALLOC_ALIGNMENT > 2 * SIZE_SZ.
+
2006-03-05 Roland McGrath <roland@frob.com>
* sysdeps/posix/sysconf.c (__sysconf): Use #if _POSIX_FOO > 0