This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 0a83bad2aa dsb_DE locale: Fix syntax error and add tests (bug 23208). new ebff9c5cfa x86: Rename __glibc_reserved1 to feature_1 in tcbhead_t [BZ #22563] new faaee1f07e x86: Support shadow stack pointer in setjmp/longjmp
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: ChangeLog | 56 +++++++++++++++++ nptl/pthread_create.c | 4 ++ .../generic/tls-setup.h | 9 +-- sysdeps/i386/__longjmp.S | 73 ++++++++++++++++++++++ sysdeps/i386/bsd-_setjmp.S | 21 +++++++ sysdeps/i386/bsd-setjmp.S | 21 +++++++ sysdeps/i386/nptl/tcb-offsets.sym | 1 + sysdeps/i386/nptl/tls.h | 5 +- sysdeps/i386/setjmp.S | 21 +++++++ sysdeps/unix/sysv/linux/i386/____longjmp_chk.S | 37 +++++++++++ sysdeps/unix/sysv/linux/x86/Makefile | 1 - sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S | 38 +++++++++++ sysdeps/x86/Makefile | 1 + sysdeps/x86/jmp_buf-ssp.sym | 1 + .../tst-vtables.c => sysdeps/x86/nptl/tls-setup.h | 12 ++-- sysdeps/x86/sysdep.h | 27 ++++++++ sysdeps/x86_64/__longjmp.S | 44 +++++++++++++ sysdeps/x86_64/nptl/tcb-offsets.sym | 1 + sysdeps/x86_64/nptl/tls.h | 5 +- sysdeps/x86_64/setjmp.S | 21 +++++++ 20 files changed, 382 insertions(+), 17 deletions(-) copy elf/tst-absolute-sym-lib.c => sysdeps/generic/tls-setup.h (83%) create mode 100644 sysdeps/x86/jmp_buf-ssp.sym copy libio/tst-vtables.c => sysdeps/x86/nptl/tls-setup.h (78%)