This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 579f866881 manual: add sched_getcpu() new 10a66a8e42 Remove <libc-tsd.h> new a894f04d87 Optimize __libc_tsd_* thread variable access new e0c0f856f5 Use proper extern declaration for _nl_C_LC_CTYPE_{class,toup [...] new 2745db8dd3 ctype: Fallback initialization of TLS using relocations (bug [...]
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: ctype/Makefile | 17 +++++++ ctype/ctype-info.c | 29 +++++++----- ctype/tst-ctype-tls-dlmopen.c | 2 + ctype/tst-ctype-tls-dlopen-static.c | 2 + elf/tst-origin.c => ctype/tst-ctype-tls-mod.c | 21 +++++++-- ctype/tst-ctype-tls-skeleton.c | 67 +++++++++++++++++++++++++++ include/ctype.h | 21 ++++++--- include/rpc/rpc.h | 5 +- locale/lc-ctype.c | 9 ++-- locale/localeinfo.h | 7 ++- locale/uselocale.c | 10 ++-- locale/xlocale.c | 7 +-- stdio-common/printf-parsemb.c | 1 + string/strerror.c | 2 +- sunrpc/rpc_thread.c | 1 - sysdeps/generic/libc-tsd.h | 60 ------------------------ time/strftime_l.c | 1 + 17 files changed, 151 insertions(+), 111 deletions(-) create mode 100644 ctype/tst-ctype-tls-dlmopen.c create mode 100644 ctype/tst-ctype-tls-dlopen-static.c copy elf/tst-origin.c => ctype/tst-ctype-tls-mod.c (77%) create mode 100644 ctype/tst-ctype-tls-skeleton.c delete mode 100644 sysdeps/generic/libc-tsd.h