This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/cet/setjmp in repository glibc.
discards 1f2d41d4ff Update __jmp_buf size check discards 09917cfb65 nptl: Update __cancel_jmp_buf to match struct __jmp_buf_tag [...] discards 23563e888f Linux/x86: Copy setjmp/longjmp for SHSTK new 2036cc2c4c x86: Update __cancel_jmp_buf to match struct __jmp_buf_tag [ [...]
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (1f2d41d4ff) \ N -- N -- N refs/heads/hjl/cet/setjmp (2036cc2c4c)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
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: include/pthread.h | 26 -------- sysdeps/nptl/pthread.h | 3 +- sysdeps/unix/sysv/linux/i386/__longjmp.S | 72 ---------------------- sysdeps/unix/sysv/linux/i386/bsd-_setjmp.S | 57 ----------------- sysdeps/unix/sysv/linux/i386/bsd-setjmp.S | 67 -------------------- sysdeps/unix/sysv/linux/i386/setjmp.S | 58 ----------------- .../sysv/linux/x86}/jmpbuf-unwind.h | 33 ++++++++-- sysdeps/{nptl => unix/sysv/linux/x86}/pthread.h | 2 +- sysdeps/unix/sysv/linux/x86_64/__longjmp.S | 70 --------------------- sysdeps/unix/sysv/linux/x86_64/setjmp.S | 67 -------------------- 10 files changed, 31 insertions(+), 424 deletions(-) delete mode 100644 sysdeps/unix/sysv/linux/i386/__longjmp.S delete mode 100644 sysdeps/unix/sysv/linux/i386/bsd-_setjmp.S delete mode 100644 sysdeps/unix/sysv/linux/i386/bsd-setjmp.S delete mode 100644 sysdeps/unix/sysv/linux/i386/setjmp.S copy sysdeps/{x86_64 => unix/sysv/linux/x86}/jmpbuf-unwind.h (64%) copy sysdeps/{nptl => unix/sysv/linux/x86}/pthread.h (99%) delete mode 100644 sysdeps/unix/sysv/linux/x86_64/__longjmp.S delete mode 100644 sysdeps/unix/sysv/linux/x86_64/setjmp.S