about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-03-06 06:18:43 +0000
committerRoland McGrath <roland@gnu.org>2006-03-06 06:18:43 +0000
commit7d013a64de1cada889f3db5da793a7b965e87ac1 (patch)
treed8e1a24f918b7053581e67ec29a0a19fdb87c059 /ChangeLog
parent182ed12e71051879279121779ff068825bcd55b5 (diff)
downloadglibc-7d013a64de1cada889f3db5da793a7b965e87ac1.tar.gz
glibc-7d013a64de1cada889f3db5da793a7b965e87ac1.tar.xz
glibc-7d013a64de1cada889f3db5da793a7b965e87ac1.zip
* malloc/malloc.c (MALLOC_ALIGNMENT): Revert to (2 * SIZE_SZ) value. cvs/fedora-glibc-20060306T0720
	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.
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