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_LTO in repository toolchain/ci/glibc.
from ae45cf84af powerpc: trunc/truncf refactor adds 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
No new revisions were added by this update.
Summary of changes: ChangeLog | 44 +++++++++++++ nptl/Makefile | 7 +- 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 +++++++++++++++++++++++ 16 files changed, 509 insertions(+), 601 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