about summary refs log tree commit diff
path: root/CANCEL-FCT-WAIVE
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-06-30 09:11:08 -0700
committerH.J. Lu <hjl.tools@gmail.com>2017-06-30 09:19:29 -0700
commitc1ff8a0bf91f866ea2472329eb246c1df7674f14 (patch)
tree202120d53c32a89827e2716e4539601d95620e3b /CANCEL-FCT-WAIVE
parent594827f3f3117d67f4321e8e28377090ca5120fc (diff)
downloadglibc-hjl/pr21120/2.25.tar.gz
glibc-hjl/pr21120/2.25.tar.xz
glibc-hjl/pr21120/2.25.zip
i386: Increase MALLOC_ALIGNMENT to 16 [BZ #21120] hjl/pr21120/2.25
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>.

(cherry picked from commit 4e61a6be446026c327aa70cef221c9082bf0085d)
Diffstat (limited to 'CANCEL-FCT-WAIVE')
0 files changed, 0 insertions, 0 deletions