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-master-aarch64-spec2k6-Os in repository toolchain/ci/glibc.
from 18aa51ee0d Move nptl/tst-eintr1 to xtests adds 5198399651 support: Add timespec.h adds d8e0b901a4 nptl: Convert tst-cond11.c to use libsupport adds 40d0816faa nptl: Use recent additions to libsupport in tst-sem5 adds 495514eec7 nptl: Convert some rwlock tests to use libsupport adds 44ac6ee97a nptl/tst-abstime: Use libsupport adds eb669ff5bf support: Fix timespec printf adds 4aee85f96b sem_close: Use __twalk_r new 5ad533e8e6 Fix tcache count maximum (BZ #24531)
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: ChangeLog | 46 ++++++++++++++ malloc/malloc.c | 9 ++- manual/tunables.texi | 4 +- nptl/sem_close.c | 28 ++++---- nptl/tst-abstime.c | 70 ++++++-------------- nptl/tst-cond11.c | 169 +++++++++++-------------------------------------- nptl/tst-rwlock14.c | 122 ++++++----------------------------- nptl/tst-rwlock6.c | 146 +++++++++--------------------------------- nptl/tst-rwlock7.c | 119 ++++++++-------------------------- nptl/tst-rwlock9.c | 96 ++++++---------------------- nptl/tst-sem5.c | 21 ++---- support/Makefile | 3 + support/README | 5 ++ support/timespec-add.c | 71 +++++++++++++++++++++ support/timespec-sub.c | 71 +++++++++++++++++++++ support/timespec.c | 59 +++++++++++++++++ support/timespec.h | 79 +++++++++++++++++++++++ 17 files changed, 514 insertions(+), 604 deletions(-) create mode 100644 support/timespec-add.c create mode 100644 support/timespec-sub.c create mode 100644 support/timespec.c create mode 100644 support/timespec.h