summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-03-02 09:59:46 +0000
committerJakub Jelinek <jakub@redhat.com>2006-03-02 09:59:46 +0000
commit82a448ae7d266e8a21c20de42ba49bde59203e43 (patch)
treeeee7300dad7dabe3f97748664619c33dde464307 /ChangeLog
parent65de2d72b0d0108a1d7f15266f195914e5085327 (diff)
* malloc/malloc.c (MALLOC_ALIGNMENT): Set to __alignof__ (long double)
if long double is more aligned than 2 * SIZE_SZ. (misaligned_chunk): Define. (public_rEALLOc, _int_free, _int_realloc): Use it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 98379b986d..9e26c1e3c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-03-02 Jakub Jelinek <jakub@redhat.com>
+ * malloc/malloc.c (MALLOC_ALIGNMENT): Set to __alignof__ (long double)
+ if long double is more aligned than 2 * SIZE_SZ.
+ (misaligned_chunk): Define.
+ (public_rEALLOc, _int_free, _int_realloc): Use it.
+
+2006-03-02 Jakub Jelinek <jakub@redhat.com>
+
* elf/check-textrel.c: Include config.h.
(AB(handle_file)): Don't fail if PF_X | PF_W on architectures known
to have executable writable PLT.