This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 2dd12baa04 RISC-V: properly terminate call chain (bug 23125) new f5e7e95921 stdlib/test-bz22786: Avoid spurious test failures using alia [...]
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 | 11 ++ stdlib/test-bz22786.c | 16 +-- support/Makefile | 2 + support/blob_repeat.c | 278 ++++++++++++++++++++++++++++++++++++++ support/blob_repeat.h | 44 ++++++ support/tst-support_blob_repeat.c | 85 ++++++++++++ 6 files changed, 426 insertions(+), 10 deletions(-) create mode 100644 support/blob_repeat.c create mode 100644 support/blob_repeat.h create mode 100644 support/tst-support_blob_repeat.c