This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.25/master in repository glibc.
from adc7e06fb4 i686: Add missing IS_IN (libc) guards to vectorized strcspn new 49f97e641e x86-64: Align the stack in __tls_get_addr [BZ #21609]
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: ChangeLog | 13 +++++++++ sysdeps/x86_64/Makefile | 4 +-- sysdeps/x86_64/dl-tls.c | 53 +++++++++++++++++++++++++++++++++++ sysdeps/x86_64/dl-tls.h | 5 ++++ sysdeps/x86_64/rtld-offsets.sym | 6 ++++ sysdeps/x86_64/tls_get_addr.S | 61 +++++++++++++++++++++++++++++++++++++++++ sysdeps/x86_64/tlsdesc.sym | 3 ++ 7 files changed, 143 insertions(+), 2 deletions(-) create mode 100644 sysdeps/x86_64/dl-tls.c create mode 100644 sysdeps/x86_64/rtld-offsets.sym create mode 100644 sysdeps/x86_64/tls_get_addr.S