This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 114f1b7881 hurd: Fix computing user stack pointer new 0d21b3783f stdlib: Add testcases for abs(). (BZ #30263) new b11db301e1 stdlib: Add testcases for labs(). (BZ #30263) new d877b52d58 stdlib: Add testcases for llabs(). (BZ #30263)
The 3 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: stdlib/Makefile | 7 +++ elf/tst-filterobj.c => stdlib/tst-abs.c | 29 ++++++++---- stdio-common/tst-printf-oct.c => stdlib/tst-labs.c | 42 +++++++++-------- stdlib/tst-llabs.c | 55 ++++++++++++++++++++++ 4 files changed, 103 insertions(+), 30 deletions(-) copy elf/tst-filterobj.c => stdlib/tst-abs.c (64%) copy stdio-common/tst-printf-oct.c => stdlib/tst-labs.c (55%) create mode 100644 stdlib/tst-llabs.c