This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_tk1/gnu-master-arm-spec2k6-O2 in repository toolchain/ci/glibc.
from cf44f08379 mach: Fix spurious inclusion of stack_chk_fail_local in libm [...] adds 1f3d460761 NEWS: Move LD_PREFER_MAP_32BIT_EXEC adds ec06717856 hurd: Do not set PIE_UNSUPPORTED adds f8392bb766 intl: Emit no lines in bison generated files adds 0884724a95 elf: Use new dependency sorting algorithm by default adds fd6062ede3 elf: Align argument of __munmap to page size [BZ #28676] adds 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> adds 5f6d8d97c6 malloc: Add madvise support for Transparent Huge Pages adds 7478c9959a malloc: Add THP/madvise support for sbrk adds 6cc3ccc67e malloc: Move mmap logic to its own function adds 98d5fcb8d0 malloc: Add Huge Page support for mmap adds c1beb51d08 malloc: Add Huge Page support to arenas adds 0849eed45d malloc: Move MORECORE fallback mmap to sysmalloc_mmap_fallback adds 0f982c1827 malloc: Enable huge page support on main arena adds ae23fa3e5f __glibc_unsafe_len: Fix comment adds ff3cb03f38 Fix __minimal_malloc segfaults in __mmap due to stack-protector adds a16c5ab139 localedata: add new locale ab_GE adds 0a4df6f534 Remove upper limit on tunable MALLOC_MMAP_THRESHOLD
No new revisions were added by this update.
Summary of changes: Makeconfig | 11 +- Makerules | 12 +- NEWS | 22 +- Rules | 36 ++ elf/dl-map-segments.h | 1 + elf/dl-tunables.list | 6 +- elf/sotruss-lib.c | 4 +- elf/tst-align3.c | 4 +- elf/tst-alignmod3.c | 4 +- elf/tst-rtld-list-tunables.exp | 3 +- include/libc-pointer-arith.h | 8 + intl/Makefile | 2 +- localedata/locales/ab_GE | 146 ++++++++ malloc/Makefile | 23 ++ malloc/arena.c | 143 +++++--- malloc/malloc-internal.h | 1 + malloc/malloc.c | 368 ++++++++++++++------- malloc/morecore.c | 4 - manual/tunables.texi | 19 +- misc/Makefile | 4 + misc/sys/cdefs.h | 2 +- .../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 +- sysdeps/mach/hurd/configure | 6 - sysdeps/mach/hurd/configure.ac | 5 - .../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 +++++++++++ 33 files changed, 926 insertions(+), 245 deletions(-) create mode 100644 localedata/locales/ab_GE 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