This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 936c9666ae Add NEWS entry for Update to Unicode 13.0.0 [BZ #25819] new 7c7bcf3634 powerpc64: Fix calls when r2 is not used [BZ #26173] new 04deeaa9ea Fix time/tst-cpuclock1 intermitent failures
The 2 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: config.h.in | 3 + support/Makefile | 1 + support/timespec.c | 64 +++++ support/timespec.h | 8 + support/tst-timespec.c | 320 +++++++++++++++++++++ sysdeps/powerpc/powerpc64/configure | 28 ++ sysdeps/powerpc/powerpc64/configure.ac | 11 + sysdeps/powerpc/powerpc64/ppc-mcount.S | 2 +- sysdeps/powerpc/powerpc64/setjmp-common.S | 2 +- sysdeps/powerpc/powerpc64/sysdep.h | 8 +- .../sysv/linux/powerpc/powerpc64/makecontext.S | 2 +- time/tst-cpuclock1.c | 52 ++-- 12 files changed, 467 insertions(+), 34 deletions(-) create mode 100644 support/tst-timespec.c