This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_tx1/llvm-master-aarch64-spec2k6-O3 in repository toolchain/ci/glibc.
from 302247c891 elf: Unconditionally use __ehdr_start adds 43d06ed218 aarch64: Make elf_machine_{load_address,dynamic} robust [BZ #28203] adds 08fc6df294 hurd mmap: Factorize MAP_SHARED flag check adds 5a5358b749 hurd mmap: Reduce the requested max vmprot adds dc906e94f7 mtrace: Use a static buffer for printing [BZ #25947] adds 4cc79c2177 librt: add test (bug 28213) adds 1f51cd9a86 mips: align stack in clone [BZ #28223] adds 0f62fe0532 mips: increase stack alignment in clone to match the ABI adds 6e8a0aac2f time: Fix overflow itimer tests on 32-bit systems adds cbb2aa337b hurd: Drop fmh kludge adds 33c50ef428 elf: Drop elf/tls-macros.h in favor of __thread and tls_mode [...]
No new revisions were added by this update.
Summary of changes: elf/Makefile | 4 +- elf/tls-macros.h | 25 --------- elf/tst-tls1.c | 64 +++++++++------------- elf/tst-tls2.c | 82 ---------------------------- elf/tst-tls3.c | 26 ++++----- elf/tst-tlsmod1.c | 24 ++++----- elf/tst-tlsmod2.c | 6 +-- elf/tst-tlsmod3.c | 8 +-- elf/tst-tlsmod4.c | 6 +-- elf/tst-tlsmod5.c | 4 +- elf/tst-tlsmod6.c | 4 +- include/time.h | 10 ++-- malloc/mtrace-impl.c | 14 ++--- rt/Makefile | 1 + rt/tst-bz28213.c | 101 +++++++++++++++++++++++++++++++++++ sysdeps/aarch64/dl-machine.h | 24 ++++----- sysdeps/mach/hurd/dl-sysdep.c | 35 ------------ sysdeps/mach/hurd/mmap.c | 38 ++++++++----- sysdeps/powerpc/mod-tlsopt-powerpc.c | 6 +-- sysdeps/powerpc/tst-tlsifunc.c | 4 +- sysdeps/unix/sysv/linux/mips/clone.S | 7 +++ time/tst-itimer.c | 4 +- 22 files changed, 218 insertions(+), 279 deletions(-) delete mode 100644 elf/tls-macros.h delete mode 100644 elf/tst-tls2.c create mode 100644 rt/tst-bz28213.c