This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 8fcc772da8 hurd: Add pointer guard support new 02937d825a hurd: fix clearing SS_ONSTACK when longjmp-ing from sighandler
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: sysdeps/i386/{nptl => htl}/Makefile | 2 +- sysdeps/i386/htl/tcb-offsets.sym | 8 +++ sysdeps/mach/hurd/i386/Makefile | 4 ++ sysdeps/mach/hurd/i386/____longjmp_chk.S | 70 ++++++++++++++------------ sysdeps/mach/hurd/i386/__longjmp.S | 84 ++++++++++++++++++++++++++++++++ 5 files changed, 135 insertions(+), 33 deletions(-) copy sysdeps/i386/{nptl => htl}/Makefile (93%) create mode 100644 sysdeps/i386/htl/tcb-offsets.sym create mode 100644 sysdeps/mach/hurd/i386/__longjmp.S