This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 2813e41e90 Replace gen-libm-test.pl with gen-libm-test.py. new c7099673aa S390: Use symbolic offsets for stack variables in 32-bit _dl [...] new 6954059ad6 S390: Use symbolic offsets for stack variables in 32-bit _dl [...] new 0fb7afa2f9 S390: Use symbolic offsets for stack variables in 64-bit _dl [...] new 329c6fec8b S390: Use symbolic offsets for stack variables in 64-bit _dl [...] new b215eee1e1 S390: Do not clobber R0 in 32-bit _dl_runtime_resolve new c8ad85225b S390: Do not clobber R0 in 32-bit _dl_runtime_profile new 5755f5e4cc S390: Do not clobber R0 in 64-bit _dl_runtime_resolve new bde6320f39 S390: Do not clobber R0 in 64-bit _dl_runtime_profile new 69e2444ab1 S390: Test that lazy binding does not clobber R0 new 8d997d2253 Move __fentry__ version definition to sysdeps/{i386,x86_64} new 71c01af52f S390: Implement 64-bit __fentry__ new 8f135efcad S390: Fix unwind in 32-bit _mcount
The 12 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 | 70 ++++ stdlib/Versions | 3 - sysdeps/i386/Versions | 3 + sysdeps/s390/Makefile | 23 ++ sysdeps/s390/s390-32/dl-trampoline.h | 338 ++++++++++++------- sysdeps/s390/s390-32/s390-mcount.S | 8 +- sysdeps/s390/s390-64/Versions | 5 + sysdeps/s390/s390-64/dl-trampoline.h | 367 ++++++++++++++------- sysdeps/s390/s390-64/s390x-mcount.S | 77 ++--- .../s390-64/{s390x-mcount.S => s390x-mcount.h} | 60 ++-- .../linux/readdir.c => s390/tst-dl-runtime-mod.S} | 17 +- .../s390/tst-dl-runtime-profile-audit.c | 4 +- .../s390/tst-dl-runtime-profile-noaudit.c | 4 +- .../s390/tst-dl-runtime-resolve-audit.c | 4 +- .../s390/tst-dl-runtime-resolve-noaudit.c | 4 +- sysdeps/s390/tst-dl-runtime.c | 91 +++++ sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist | 1 + sysdeps/x86_64/Versions | 3 + 18 files changed, 745 insertions(+), 337 deletions(-) create mode 100644 sysdeps/s390/s390-64/Versions copy sysdeps/s390/s390-64/{s390x-mcount.S => s390x-mcount.h} (56%) copy sysdeps/{unix/sysv/linux/readdir.c => s390/tst-dl-runtime-mod.S} (79%) copy elf/tst-absolute-sym-lib.lds => sysdeps/s390/tst-dl-runtime-profile-audit.c (90%) copy elf/tst-absolute-sym-lib.lds => sysdeps/s390/tst-dl-runtime-profile-noaudit.c (91%) copy elf/tst-absolute-sym-lib.lds => sysdeps/s390/tst-dl-runtime-resolve-audit.c (91%) copy elf/tst-absolute-sym-lib.lds => sysdeps/s390/tst-dl-runtime-resolve-noaudit.c (91%) create mode 100644 sysdeps/s390/tst-dl-runtime.c