This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/cet/master in repository glibc.
from 63f003ec3d Replace xorq with xorl new 2e3e5323b6 x86: Add bit_arch_SHSTK_Enabled new 0378cba2fd x86-64: Add IFUNC setjmp.c
The 2 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/unix/sysv/linux/x86/Makefile | 4 ++++ .../sysv/linux/x86/ifunc-setjmp.h} | 12 ++++++------ .../memset_chk.c => unix/sysv/linux/x86/setjmp.c} | 17 ++++++++--------- sysdeps/unix/sysv/linux/x86_64/rtld-setjmp.S | 1 + sysdeps/unix/sysv/linux/x86_64/setjmp-compat.S | 4 ++++ .../unix/sysv/linux/x86_64/{setjmp.S => setjmp-shstk.S} | 10 ++++++++++ sysdeps/x86/cpu-features.h | 2 ++ sysdeps/x86/cpu-tunables.c | 2 ++ sysdeps/x86_64/setjmp.S | 2 ++ 9 files changed, 39 insertions(+), 15 deletions(-) copy sysdeps/{x86_64/fpu/multiarch/ifunc-sse4_1.h => unix/sysv/linux/x86/ifunc-set [...] copy sysdeps/{x86_64/multiarch/memset_chk.c => unix/sysv/linux/x86/setjmp.c} (70%) create mode 100644 sysdeps/unix/sysv/linux/x86_64/rtld-setjmp.S create mode 100644 sysdeps/unix/sysv/linux/x86_64/setjmp-compat.S rename sysdeps/unix/sysv/linux/x86_64/{setjmp.S => setjmp-shstk.S} (91%)