This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/master-arm in repository toolchain/ci/glibc.
from f6ff87868a NEWS: Document LD_PREFER_MAP_32BIT_EXEC as x86-64 only adds 4435c29892 Support target specific ALIGN for variable alignment test [B [...] adds a6d2f948b7 Use LFS and 64 bit time for installed programs (BZ #15333) adds cb976fba4c powerpc: Use global register variable in <thread_pointer.h> new 5f6d8d97c6 malloc: Add madvise support for Transparent Huge Pages new 7478c9959a malloc: Add THP/madvise support for sbrk new 6cc3ccc67e malloc: Move mmap logic to its own function new 98d5fcb8d0 malloc: Add Huge Page support for mmap new c1beb51d08 malloc: Add Huge Page support to arenas new 0849eed45d malloc: Move MORECORE fallback mmap to sysmalloc_mmap_fallback new 0f982c1827 malloc: Enable huge page support on main arena
The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Makeconfig | 11 +- Makerules | 12 +- NEWS | 7 + Rules | 36 +++ elf/dl-tunables.list | 4 + elf/sotruss-lib.c | 4 +- elf/tst-align3.c | 4 +- elf/tst-alignmod3.c | 4 +- elf/tst-rtld-list-tunables.exp | 1 + include/libc-pointer-arith.h | 8 + malloc/Makefile | 23 ++ malloc/arena.c | 143 ++++++--- malloc/malloc-internal.h | 1 + malloc/malloc.c | 355 ++++++++++++++------- malloc/morecore.c | 4 - manual/tunables.texi | 17 + .../alpha/tst-file-align.h | 10 +- sysdeps/generic/Makefile | 8 + .../unwind-resume.c => generic/malloc-hugepages.c} | 24 +- sysdeps/generic/malloc-hugepages.h | 44 +++ .../generic/tst-file-align.h | 10 +- .../microblaze/tst-file-align.h | 10 +- .../nios2/tst-file-align.h | 10 +- sysdeps/powerpc/nptl/thread_pointer.h | 13 +- sysdeps/powerpc/nptl/tls.h | 7 +- sysdeps/unix/sysv/linux/malloc-hugepages.c | 201 ++++++++++++ 26 files changed, 758 insertions(+), 213 deletions(-) copy elf/dl-diagnostics-cpu.c => sysdeps/alpha/tst-file-align.h (85%) copy sysdeps/{arm/unwind-resume.c => generic/malloc-hugepages.c} (66%) create mode 100644 sysdeps/generic/malloc-hugepages.h copy elf/dl-diagnostics-cpu.c => sysdeps/generic/tst-file-align.h (85%) copy elf/dl-diagnostics-cpu.c => sysdeps/microblaze/tst-file-align.h (85%) copy elf/dl-diagnostics-cpu.c => sysdeps/nios2/tst-file-align.h (85%) create mode 100644 sysdeps/unix/sysv/linux/malloc-hugepages.c