This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.39/master in repository glibc.
from 49f0e73fa3 elf: Handle ld.so with LOAD segment gaps in _dl_find_object [...] new fca5937510 ctype: Reformat Makefile. new fbdf9680cc Remove <libc-tsd.h> new 25c537c3b3 Use proper extern declaration for _nl_C_LC_CTYPE_{class,toup [...] new c11950503f ctype: Fallback initialization of TLS using relocations (bug [...] new 20d2d69a2f Use TLS initial-exec model for __libc_tsd_CTYPE_* thread var [...]
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: NEWS | 3 ++ ctype/Makefile | 34 ++++++++++++++-- ctype/ctype-info.c | 29 ++++++++------ ctype/tst-ctype-tls-dlmopen.c | 2 + ctype/tst-ctype-tls-dlopen-static.c | 2 + ctype/{isctype.c => tst-ctype-tls-mod.c} | 21 +++++++--- ctype/tst-ctype-tls-skeleton.c | 67 ++++++++++++++++++++++++++++++++ include/ctype.h | 18 +++++---- include/rpc/rpc.h | 4 +- locale/lc-ctype.c | 9 ++--- locale/localeinfo.h | 6 +-- 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 + 18 files changed, 161 insertions(+), 116 deletions(-) create mode 100644 ctype/tst-ctype-tls-dlmopen.c create mode 100644 ctype/tst-ctype-tls-dlopen-static.c copy ctype/{isctype.c => tst-ctype-tls-mod.c} (74%) create mode 100644 ctype/tst-ctype-tls-skeleton.c delete mode 100644 sysdeps/generic/libc-tsd.h