This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 9185f86d8f Make sysdeps/generic/internal-signals.h less stubby. new 10a446ddcc elf: Unify symbol address run-time calculation [BZ #19818] new e7feec374c elf: Correct absolute (SHN_ABS) symbol run-time calculation [...] new b2fd61ca9b powerpc: Update sin, cos and sincos ULPs
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: ChangeLog | 64 ++++++++++++++++++++++ elf/Makefile | 8 ++- elf/dl-addr.c | 2 + elf/dl-runtime.c | 11 ++-- elf/dl-symaddr.c | 2 +- elf/rtld.c | 2 +- .../riscv/ipc_priv.h => elf/tst-absolute-sym-lib.c | 10 +++- .../ipc_priv.h => elf/tst-absolute-sym-lib.lds | 6 +- wcsmbs/test-char-types.c => elf/tst-absolute-sym.c | 17 ++++-- sysdeps/aarch64/dl-machine.h | 2 +- sysdeps/alpha/dl-machine.h | 2 +- sysdeps/arm/dl-machine.h | 6 +- sysdeps/generic/ldsodefs.h | 11 +++- sysdeps/hppa/dl-machine.h | 10 ++-- sysdeps/hppa/dl-symaddr.c | 2 +- sysdeps/i386/dl-machine.h | 4 +- sysdeps/ia64/dl-machine.h | 2 +- sysdeps/m68k/dl-machine.h | 2 +- sysdeps/microblaze/dl-machine.h | 2 +- sysdeps/mips/dl-machine.h | 14 ++--- sysdeps/mips/dl-trampoline.c | 4 +- sysdeps/nios2/dl-machine.h | 2 +- sysdeps/powerpc/fpu/libm-test-ulps | 6 ++ sysdeps/powerpc/powerpc32/dl-machine.h | 2 +- sysdeps/powerpc/powerpc64/dl-machine.h | 3 +- sysdeps/riscv/dl-machine.h | 2 +- sysdeps/s390/s390-32/dl-machine.h | 2 +- sysdeps/s390/s390-64/dl-machine.h | 2 +- sysdeps/sh/dl-machine.h | 4 +- sysdeps/sparc/sparc32/dl-machine.h | 2 +- sysdeps/sparc/sparc64/dl-machine.h | 2 +- sysdeps/tile/dl-machine.h | 2 +- sysdeps/x86_64/dl-machine.h | 3 +- 33 files changed, 151 insertions(+), 64 deletions(-) copy sysdeps/unix/sysv/linux/riscv/ipc_priv.h => elf/tst-absolute-sym-lib.c (85%) copy sysdeps/unix/sysv/linux/riscv/ipc_priv.h => elf/tst-absolute-sym-lib.lds (86%) copy wcsmbs/test-char-types.c => elf/tst-absolute-sym.c (73%)