This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from c0669ae1a6 elf: Refactor _dl_update_slotinfo to avoid use after free new 8f7e09f4db x86_64: Avoid lazy relocation of tlsdesc [BZ #27137] new ddcacd91cc i386: Avoid lazy relocation of tlsdesc [BZ #27137] new 55c9f32380 x86_64: Remove lazy tlsdesc relocation related code new a75a02a696 i386: Remove lazy tlsdesc relocation related code
The 4 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/dl-machine.h | 76 +++++++-------- sysdeps/i386/dl-tlsdesc.S | 156 ------------------------------ sysdeps/i386/dl-tlsdesc.h | 6 +- sysdeps/i386/tlsdesc.c | 231 +------------------------------------------- sysdeps/x86_64/dl-machine.h | 23 +++-- sysdeps/x86_64/dl-tlsdesc.S | 104 -------------------- sysdeps/x86_64/dl-tlsdesc.h | 4 +- sysdeps/x86_64/tlsdesc.c | 109 +-------------------- 8 files changed, 52 insertions(+), 657 deletions(-)