This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from ff6d62e9ed <sys/platform/x86.h>: Remove the C preprocessor magic new 058308066c elf: Make the tunable struct definition internal only new bfe04789a8 elf: Avoid RELATIVE relocs in __tunables_init new 374cef32ac configure: Check for static PIE support new 04af1eb313 csu: Avoid weak ref for __ehdr_start in static PIE new 47618209d0 Use hidden visibility for early static PIE code new 86d439b06f csu: Move static pie self relocation later [BZ #27072] new 2682695e5c Make libc symbols hidden in static PIE
The 7 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: config.h.in | 3 ++ configure | 13 +++++++++ configure.ac | 4 +++ csu/libc-start.c | 15 ++++++++-- elf/dl-reloc-static-pie.c | 2 ++ elf/dl-support.c | 6 ++++ elf/dl-tunable-types.h | 42 +++++++++++++++++++++------- elf/dl-tunables.c | 6 +++- elf/dl-tunables.h | 35 ++++++----------------- elf/enbl-secure.c | 4 +++ include/libc-symbols.h | 9 ++++-- misc/sbrk.c | 4 +++ scripts/gen-tunables.awk | 16 +++++++++-- sysdeps/aarch64/configure | 4 +++ sysdeps/aarch64/configure.ac | 3 ++ sysdeps/i386/configure | 3 ++ sysdeps/i386/configure.ac | 3 ++ sysdeps/unix/sysv/linux/aarch64/libc-start.c | 5 ++++ sysdeps/x86/libc-start.c | 5 ++++ sysdeps/x86_64/configure | 3 ++ sysdeps/x86_64/configure.ac | 3 ++ 21 files changed, 144 insertions(+), 44 deletions(-)