This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 43ddff2e36 Declare wcstof functions for more _FloatN, _FloatNx types. new 0cc5b022f8 Mark lazy tlsdesc helper functions unused to avoid warnings new b7cf203b5c aarch64: Disable lazy symbol binding of TLSDESC new 91c5a366d8 aarch64: Remove barriers from TLS descriptor functions new 2c1d4e5fe4 [BZ #17078] arm: remove prelinker support for R_ARM_TLS_DESC new 0ca3d1d6d0 [BZ #18572] arm: Disable lazy initialization of tlsdesc entries new 28e1ddf340 arm: Remove unnecessary volatile qualifier new 94d2f0af15 arm: Remove lazy tlsdesc initialization related code new 659ca26736 aarch64: optimize _dl_tlsdesc_dynamic fast path
The 8 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 | 59 +++++++++ elf/tlsdeschtab.h | 2 + sysdeps/aarch64/dl-machine.h | 23 ++-- sysdeps/aarch64/dl-tlsdesc.S | 308 +++++++------------------------------------ sysdeps/aarch64/dl-tlsdesc.h | 9 -- sysdeps/aarch64/tlsdesc.c | 127 +----------------- sysdeps/arm/dl-machine.h | 59 +++------ sysdeps/arm/dl-tlsdesc.S | 84 ------------ sysdeps/arm/dl-tlsdesc.h | 4 +- sysdeps/arm/tlsdesc.c | 119 +---------------- 10 files changed, 145 insertions(+), 649 deletions(-)