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_apm/gnu-master-arm-spec2k6-Os_LTO in repository toolchain/ci/glibc.
from 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 adds 72e4a717bd Fix The GNU ToolChain Authors copyright notice adds ce1e5b1122 arm: Guard ucontext _rtld_global_ro access by SHARED, not PIC macro adds b99b0f93ee nss: Use "files dns" as the default for the hosts database ( [...] new 2bbd07c715 fortify: Fix spurious warning with realpath
The 1 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 | 13 +- Makerules | 12 +- NEWS | 13 +- Rules | 36 ++ debug/Makefile | 3 +- elf/tst-alignmod3.c => debug/tst-realpath-chk.c | 29 +- elf/dl-map-segments.h | 1 + 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 + iconvdata/Makefile | 2 +- iconvdata/bug-iconv15.c | 2 +- iconvdata/iso-2022-jp-3.c | 2 +- include/libc-pointer-arith.h | 8 + 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/nss.texi | 5 +- manual/tunables.texi | 17 + misc/Makefile | 4 + misc/sys/cdefs.h | 2 +- nss/XXX-lookup.c | 2 +- nss/nss_database.c | 4 +- rt/tst-bz28213.c | 2 +- scripts/build-many-glibcs.py | 2 +- stdlib/bits/stdlib.h | 2 +- .../alpha/tst-file-align.h | 18 +- sysdeps/generic/Makefile | 8 + sysdeps/generic/malloc-hugepages.c | 39 +++ sysdeps/generic/malloc-hugepages.h | 44 +++ .../generic/tst-file-align.h | 14 +- .../microblaze/tst-file-align.h | 18 +- .../nios2/tst-file-align.h | 18 +- sysdeps/powerpc/nptl/thread_pointer.h | 13 +- sysdeps/powerpc/nptl/tls.h | 7 +- sysdeps/unix/sysv/linux/arm/getcontext.S | 4 +- sysdeps/unix/sysv/linux/arm/setcontext.S | 4 +- sysdeps/unix/sysv/linux/malloc-hugepages.c | 201 +++++++++++ 43 files changed, 970 insertions(+), 281 deletions(-) copy elf/tst-alignmod3.c => debug/tst-realpath-chk.c (66%) create mode 100644 localedata/locales/ab_GE copy elf/tst-alignmod3.c => sysdeps/alpha/tst-file-align.h (68%) create mode 100644 sysdeps/generic/malloc-hugepages.c create mode 100644 sysdeps/generic/malloc-hugepages.h copy elf/tst-alignmod3.c => sysdeps/generic/tst-file-align.h (76%) copy elf/tst-alignmod3.c => sysdeps/microblaze/tst-file-align.h (68%) copy elf/tst-alignmod3.c => sysdeps/nios2/tst-file-align.h (68%) create mode 100644 sysdeps/unix/sysv/linux/malloc-hugepages.c