This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 9da45337e4 Fix deprecated utcnow() usage in build-many-glibcs.py new b45115a666 x86: Move x86-64 shadow stack startup codes new a1bbee9fd1 x86-64/cet: Move dl-cet.[ch] to x86_64 directories new 7d544dd049 x86-64/cet: Move check-cet.awk to x86_64 new 874214db62 i386: Remove CET support bits
The 4 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: sysdeps/i386/dl-machine.h | 11 +--- sysdeps/i386/dl-trampoline.S | 69 ---------------------- sysdeps/unix/sysv/linux/x86/dl-cet.h | 63 -------------------- sysdeps/unix/sysv/linux/x86_64/dl-cet.h | 49 ++++++++++++++- sysdeps/x86/cpu-features-offsets.sym | 2 - sysdeps/x86/cpu-features.c | 4 +- sysdeps/x86/ldsodefs.h | 1 - sysdeps/x86_64/Makefile | 4 +- sysdeps/{x86 => x86_64}/check-cet.awk | 0 sysdeps/{x86 => x86_64}/dl-cet.c | 2 +- sysdeps/{x86 => x86_64}/dl-procruntime.c | 2 +- sysdeps/x86_64/dl-trampoline.S | 1 + .../cet-control.h => x86_64/feature-control.h} | 8 +-- .../features-offsets.sym} | 1 - sysdeps/{unix/sysv/linux => x86_64}/ldsodefs.h | 13 ++-- sysdeps/{x86 => x86_64}/libc-start.h | 2 +- 16 files changed, 68 insertions(+), 164 deletions(-) delete mode 100644 sysdeps/unix/sysv/linux/x86/dl-cet.h rename sysdeps/{x86 => x86_64}/check-cet.awk (100%) rename sysdeps/{x86 => x86_64}/dl-cet.c (99%) rename sysdeps/{x86 => x86_64}/dl-procruntime.c (97%) rename sysdeps/{x86/cet-control.h => x86_64/feature-control.h} (92%) copy sysdeps/{x86/cpu-features-offsets.sym => x86_64/features-offsets.sym} (75%) copy sysdeps/{unix/sysv/linux => x86_64}/ldsodefs.h (80%) rename sysdeps/{x86 => x86_64}/libc-start.h (98%)