diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-06-29 10:26:04 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-06-30 07:43:58 -0700 |
commit | 1c13144a6252b1edc40c4900c6ea683aea6fc691 (patch) | |
tree | a08c9f0bfeb03610ff3025aadcf88967a06e870b /sysdeps/generic/unwind-resume.h | |
parent | b606c6ce66d4772068bfe3e410c28a247633ee24 (diff) | |
download | glibc-hjl/pr21120/master.zip glibc-hjl/pr21120/master.tar.gz glibc-hjl/pr21120/master.tar.bz2 |
i386: Increase MALLOC_ALIGNMENT to 16 [BZ #21120]hjl/pr21120/master
GCC 7 changed the definition of max_align_t on i386:
https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=9b5c49ef97e63cc63f1ffa13baf771368105ebe2
As a result, glibc malloc no longer returns memory blocks which are as
aligned as max_align_t requires.
This causes malloc/tst-malloc-thread-fail to fail with an error like this
one:
error: allocation function 0, size 144 not aligned to 16
This patch moves the MALLOC_ALIGNMENT definition to <malloc-alignment.h>
and increases the malloc alignment to 16 for i386.
[BZ #21120]
* malloc/malloc-internal.h (MALLOC_ALIGNMENT): Moved to ...
* sysdeps/generic/malloc-alignment.h: Here. New file.
* sysdeps/i386/malloc-alignment.h: Likewise.
* sysdeps/generic/malloc-machine.h: Include <malloc-alignment.h>.
Diffstat (limited to 'sysdeps/generic/unwind-resume.h')
0 files changed, 0 insertions, 0 deletions