glibc/locale
Florian Weimer f7c0193b61 Optimize __libc_tsd_* thread variable access
These variables are not exported, and libc.so TLS is initial-exec
anyway.  Declare these variables as hidden and use the initial-exec
TLS model.

Reviewed-by: Frédéric Bérat <fberat@redhat.com>
(cherry picked from commit a894f04d87)
2025-08-20 16:56:33 +02:00
..
bits Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
programs Update copyright dates not handled by scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-localedef-path-norm.root localedef: Add verbose messages for failure paths. 2020-04-26 13:55:58 -04:00
C-address.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
C-collate-seq.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
C-collate.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
C-ctype.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
C-identification.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
C-measurement.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
C-messages.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
C-monetary.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
C-name.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
C-numeric.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
C-paper.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
C-telephone.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
C-time.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
C-translit.h.in Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
C_name.c
Makefile locale: Sort Makefile variables. 2024-01-10 14:08:17 -05:00
SYS_libc.c
Versions C2x strtol binary constant handling 2023-02-16 23:02:40 +00:00
broken_cur_max.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
categories.def Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
coll-lookup.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
coll-lookup.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
duplocale.c duplocale: protect use of global locale (bug 23970) 2024-03-11 09:52:59 +01:00
elem-hash.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
findlocale.c locale: Handle loading a missing locale twice (Bug 14247) 2024-04-22 16:03:00 -04:00
freelocale.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
gen-translit.py Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
global-locale.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
hashval.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
indigits.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
indigitswc.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
iso-639.def Define ISO 639-3 "ltg" (Latgalian) and add ltg_LV locale 2024-06-17 10:53:16 +02:00
iso-3166.def Prefer https to http for gnu.org and fsf.org URLs 2019-09-07 02:43:31 -07:00
iso-4217.def Prefer https to http for gnu.org and fsf.org URLs 2019-09-07 02:43:31 -07:00
langinfo.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
lc-address.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
lc-collate.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
lc-ctype.c Remove <libc-tsd.h> 2025-08-14 11:44:41 +02:00
lc-identification.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
lc-measurement.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
lc-messages.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
lc-monetary.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
lc-name.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
lc-numeric.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
lc-paper.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
lc-telephone.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
lc-time.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
loadarchive.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
loadlocale.c locale: Handle loading a missing locale twice (Bug 14247) 2024-04-22 16:03:00 -04:00
locale.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
localeconv.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
localeinfo.h Optimize __libc_tsd_* thread variable access 2025-08-20 16:56:33 +02:00
localename.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
locarchive.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
mb_cur_max.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
newlocale.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
nl_langinfo.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
nl_langinfo_l.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
outdigits.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
outdigitswc.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
setlocale.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
strlen-hash.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-C-locale.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-duplocale.c
tst-locale-locpath.sh Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-localedef-path-norm.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-locname.c
uselocale.c Remove <libc-tsd.h> 2025-08-14 11:44:41 +02:00
weight.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
weightwc.h Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
xlocale.c Use proper extern declaration for _nl_C_LC_CTYPE_{class,toupper,tolower} 2025-08-14 11:44:46 +02:00