commit: 74a4e28335c0a920ca5cf1d5066b788474e02086
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 31 12:55:56 2025 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Aug 31 21:36:58 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74a4e283
sys-libs/glibc: keyword 2.41-r6
Patchset log:
c94d9ff509 (HEAD -> gentoo/2.41, tag: gentoo/glibc-2.41-8, gentoo/gentoo/2.41)
Optimize __libc_tsd_* thread variable access
2774a5b9c6 i386: Add GLIBC_ABI_GNU_TLS version [BZ #33221]
9e047af6b1 i386: Also add GLIBC_ABI_GNU2_TLS version [BZ #33129]
83f88e3c85 i386: Update ___tls_get_addr to preserve vector registers
a01f262df5 elf: Preserve _rtld_global layout for the release branch
d1746406f9 elf: Test dlopen (NULL, RTLD_LAZY) from an ELF constructor
11e7dad9c4 elf: Fix handling of symbol versions which hash to zero (bug 29190)
c966022a5f x86-64: Add GLIBC_ABI_DT_X86_64_PLT [BZ #33212]
8444e02a69 x86-64: Add GLIBC_ABI_GNU2_TLS version [BZ #33129]
0703a13507 elf: Compile _dl_debug_state separately (bug 33224)
143ee589a9 elf: Restore support for _r_debug interpositions and copy relocations
ce218f969d elf: Introduce _dl_debug_change_state
e0895a05cc elf: Introduce separate _r_debug_array variable
0d2fd56467 Use TLS initial-exec model for __libc_tsd_CTYPE_* thread variables
[BZ #33234]
02c9820a62 ctype: Fallback initialization of TLS using relocations (bug 19341,
bug 32483)
affe3f1232 Use proper extern declaration for
_nl_C_LC_CTYPE_{class,toupper,tolower}
87544552ad Remove <libc-tsd.h>
5435ca9d1d AArch64: Improve codegen SVE log1p helper
d9c7b78a4e AArch64: Optimise SVE FP64 Hyperbolics
f19714c9f5 AArch64: Optimize SVE exp functions
6b66e52c99 AArch64: Improve codegen in SVE log1p
89b4c920fb AArch64: Optimize inverse trig functions
3db0cd3de0 AArch64: Optimize algorithm in users of SVE expf helper
b8022c9604 AArch64: Avoid memset ifunc in cpu-features.c [BZ #33112]
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
sys-libs/glibc/glibc-2.41-r6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-libs/glibc/glibc-2.41-r6.ebuild
b/sys-libs/glibc/glibc-2.41-r6.ebuild
index 6be68df56775..5a66a3bc9a83 100644
--- a/sys-libs/glibc/glibc-2.41-r6.ebuild
+++ b/sys-libs/glibc/glibc-2.41-r6.ebuild
@@ -41,7 +41,7 @@ HOMEPAGE="https://www.gnu.org/software/libc/"
if [[ ${PV} == 9999* ]]; then
inherit git-r3
else
- #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc
~ppc64 ~riscv ~s390 ~sparc ~x86"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc
~ppc64 ~riscv ~s390 ~sparc ~x86"
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
SRC_URI+="
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz"
fi