glibc/ctype
Florian Weimer 2745db8dd3 ctype: Fallback initialization of TLS using relocations (bug 19341, bug 32483)
This ensures that the ctype data pointers in TLS are valid
in secondary namespaces even without initialization via
__ctype_init.

Reviewed-by: Frédéric Bérat <fberat@redhat.com>
2025-05-16 19:53:09 +02:00
..
Makefile ctype: Fallback initialization of TLS using relocations (bug 19341, bug 32483) 2025-05-16 19:53:09 +02:00
Versions Optimize access to isXYZ and toXYZ tables 2011-10-15 16:27:08 -04:00
ctype-c99.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ctype-c99_l.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ctype-extn.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ctype-info.c ctype: Fallback initialization of TLS using relocations (bug 19341, bug 32483) 2025-05-16 19:53:09 +02:00
ctype.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ctype.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ctype_l.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
isctype.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
test_ctype.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
tst-ctype-tls-dlmopen.c ctype: Fallback initialization of TLS using relocations (bug 19341, bug 32483) 2025-05-16 19:53:09 +02:00
tst-ctype-tls-dlopen-static.c ctype: Fallback initialization of TLS using relocations (bug 19341, bug 32483) 2025-05-16 19:53:09 +02:00
tst-ctype-tls-mod.c ctype: Fallback initialization of TLS using relocations (bug 19341, bug 32483) 2025-05-16 19:53:09 +02:00
tst-ctype-tls-skeleton.c ctype: Fallback initialization of TLS using relocations (bug 19341, bug 32483) 2025-05-16 19:53:09 +02:00