This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 520b1df08d aarch64: Make cpu-features definitions not Linux-specific new 848746e88e elf: Add ELF_DYNAMIC_AFTER_RELOC to rewrite PLT
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/dynamic-link.h | 5 + elf/elf.h | 5 + elf/tst-glibcelf.py | 1 + manual/tunables.texi | 11 ++ scripts/glibcelf.py | 4 + sysdeps/x86/cet-control.h | 12 ++ sysdeps/x86/cpu-features.c | 21 +- sysdeps/x86/dl-procruntime.c | 1 + sysdeps/x86/dl-tunables.list | 5 + sysdeps/x86_64/Makefile | 27 +++ sysdeps/x86_64/configure | 35 ++++ sysdeps/x86_64/configure.ac | 4 + sysdeps/{generic => x86_64}/dl-dtprocnum.h | 6 +- sysdeps/x86_64/dl-machine.h | 216 ++++++++++++++++++++- .../x86_64/link_map.h | 11 +- .../x86_64/tst-plt-rewrite1.c | 10 +- .../x86_64/tst-plt-rewritemod1.c | 17 +- 17 files changed, 369 insertions(+), 22 deletions(-) copy sysdeps/{generic => x86_64}/dl-dtprocnum.h (85%) copy stdlib/stdc_bit_ceil_uc.c => sysdeps/x86_64/link_map.h (82%) copy elf/tst-ro-dynamic.c => sysdeps/x86_64/tst-plt-rewrite1.c (81%) copy stdlib/stdc_bit_ceil_ull.c => sysdeps/x86_64/tst-plt-rewritemod1.c (76%)