diff options
author | Roland McGrath <roland@gnu.org> | 2006-03-06 06:18:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-03-06 06:18:43 +0000 |
commit | 7d013a64de1cada889f3db5da793a7b965e87ac1 (patch) | |
tree | d8e1a24f918b7053581e67ec29a0a19fdb87c059 /ChangeLog | |
parent | 182ed12e71051879279121779ff068825bcd55b5 (diff) | |
download | glibc-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-- | ChangeLog | 13 |
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 |