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.
discards ac195a2d55 Linux/x86: Support shadow stack pointer in setjmp/longjmp discards 38898057fa x86: Support IBT and SHSTK in Intel CET [BZ #21598] discards 0dec4e9591 x86: Add feature_1 to tcbhead_t [BZ #22563] discards 243600b07e Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563] adds d89756ebe1 lt_LT locale: Base collation on copy "iso14651_t1" [BZ #22524] adds d15e83c5f5 Fix ctanh (0 + i NaN), ctanh (0 + i Inf) (bug 22568, DR#471). adds 9574c7b68d x86-64: Remove sysdeps/x86_64/fpu/s_sinf.S adds 9d0ffa60ad x86-64: Add sinf with FMA adds 986d3051c3 Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563] adds 68b40b4059 x86: Add feature_1 to tcbhead_t [BZ #22563] new 89851dd6c5 x86: Support IBT and SHSTK in Intel CET [BZ #21598] new 6c9578d51a Linux/x86: Support shadow stack pointer in setjmp/longjmp
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 (ac195a2d55) \ N -- N -- N refs/heads/hjl/cet/master (6c9578d51a)
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 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 | 32 + NEWS | 4 +- .../types/__cancel_jmp_buf_tag.h | 16 +- localedata/Makefile | 4 +- localedata/locales/lt_LT | 2150 +------------------- localedata/lt_LT.UTF-8.in | 37 + math/libm-test-ctan.inc | 12 +- math/libm-test-ctanh.inc | 12 +- math/s_ctan_template.c | 5 +- math/s_ctanh_template.c | 5 +- nptl/Makefile | 3 +- sysdeps/nptl/pthread.h | 7 +- .../linux/x86/bits/types/__cancel_jmp_buf_tag.h | 17 +- sysdeps/unix/sysv/linux/x86/pthread.h | 1165 ----------- sysdeps/x86_64/fpu/multiarch/Makefile | 5 +- sysdeps/x86_64/fpu/multiarch/s_sinf-fma.c | 2 + sysdeps/x86_64/fpu/multiarch/s_sinf-sse2.c | 2 + .../fpu/multiarch/s_sinf.c} | 13 +- sysdeps/x86_64/fpu/s_sinf.S | 559 ----- 19 files changed, 223 insertions(+), 3827 deletions(-) copy sysdeps/x86_64/multiarch/memrchr-sse2.S => bits/types/__cancel_jmp_buf_tag.h (78%) create mode 100644 localedata/lt_LT.UTF-8.in copy bits/uio_lim.h => sysdeps/unix/sysv/linux/x86/bits/types/__cancel_jmp_buf_tag [...] delete mode 100644 sysdeps/unix/sysv/linux/x86/pthread.h create mode 100644 sysdeps/x86_64/fpu/multiarch/s_sinf-fma.c create mode 100644 sysdeps/x86_64/fpu/multiarch/s_sinf-sse2.c copy sysdeps/{ieee754/float128/wcstof128_l.c => x86_64/fpu/multiarch/s_sinf.c} (76%) delete mode 100644 sysdeps/x86_64/fpu/s_sinf.S