This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from dded0d20f6 x86_64: Add sinh with FMA new 9b646f5dc9 elf: Canonicalize $ORIGIN in an explicit ld.so invocation [B [...]
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: elf/Makefile | 24 +++++++++ elf/dl-load.c | 6 +++ elf/dl-origin.c | 6 +++ elf/{tst-non-directory-mod.c => liborigin-mod.c} | 0 .../aarch64/tst-gcs-mod3.c => elf/tst-origin.c | 9 ++-- elf/tst-origin.sh | 60 ++++++++++++++++++++++ stdio-common/Makefile | 3 ++ stdio-common/{_itowa.h => _fitoa_word.c} | 50 +++++++----------- stdio-common/_itoa.c | 43 ---------------- sysdeps/generic/_itoa.h | 31 ----------- sysdeps/generic/ldsodefs.h | 4 ++ sysdeps/mach/hurd/Makefile | 2 + sysdeps/unix/sysv/linux/dl-origin.c | 23 +++++++++ 13 files changed, 152 insertions(+), 109 deletions(-) copy elf/{tst-non-directory-mod.c => liborigin-mod.c} (100%) copy sysdeps/unix/sysv/linux/aarch64/tst-gcs-mod3.c => elf/tst-origin.c (86%) create mode 100755 elf/tst-origin.sh copy stdio-common/{_itowa.h => _fitoa_word.c} (51%)