This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 635d6fae03 x86: Don't make 2 calls to dlerror () in a row new 15eab1e3e8 i386: Don't unnecessarily save and restore EAX, ECX and EDX [...] new 4031d7484a i386/sub_n.S: Add a missing _CET_ENDBR to indirect jump target new 825b58f3fb i386-mcount.S: Add _CET_ENDBR to _mcount and __fentry__ new 0455f251f4 i386: Use ENTRY/END in assembly codes new bbfc0f0f8e i386: Remove _exit.S
The 5 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/i386-mcount.S | 2 ++ sysdeps/i386/nptl/pthread_spin_lock.S | 8 ++---- sysdeps/i386/nptl/pthread_spin_unlock.S | 9 +++--- sysdeps/i386/pthread_spin_trylock.S | 8 ++---- sysdeps/i386/sub_n.S | 1 + sysdeps/unix/sysv/linux/i386/_exit.S | 44 ----------------------------- sysdeps/unix/sysv/linux/i386/getcontext.S | 8 +----- sysdeps/unix/sysv/linux/i386/setcontext.S | 11 +++----- sysdeps/unix/sysv/linux/i386/swapcontext.S | 17 ++++------- sysdeps/unix/sysv/linux/i386/ucontext_i.sym | 3 -- 10 files changed, 23 insertions(+), 88 deletions(-) delete mode 100644 sysdeps/unix/sysv/linux/i386/_exit.S