glibc/sysdeps/s390
H.J. Lu 27b96e069a Raise the minimum GCC version to 12.1 [BZ #32539]
For all Linux distros with glibc 2.40 which I can find, GCC 14.2 is used
to compile glibc 2.40:

OS                    GCC      URL
AOSC                  14.2.0   https://aosc.io/
Arch Linux            14.2.0   https://archlinux.org/
ArchPOWER             14.2.0   https://archlinuxpower.org/
Artix                 14.2.0   https://artixlinux.org/
Debian                14.2.0   https://www.debian.org/
Devuan                14.2.0   https://www.devuan.org/
Exherbo               14.2.0   https://www.exherbolinux.org/
Fedora                14.2.1   https://fedoraproject.org/
Gentoo                14.2.1   https://gentoo.org/
Kali Linux            14.2.0   https://www.kali.org/
KaOS                  14.2.0   https://kaosx.us/
LiGurOS               14.2.0   https://liguros.gitlab.io/
Mageia                14.2.0   https://www.mageia.org/en/
Manjaro               14.2.0   https://manjaro.org/
NixOS                 14.2.0   https://nixos.org/
openmamba             14.2.0   https://openmamba.org/
OpenMandriva          14.2.0   https://openmandriva.org/
openSUSE              14.2.0   https://www.opensuse.org/
Parabola              14.2.0   https://www.parabola.nu/
PLD Linux             14.2.0   https://pld-linux.org/
PureOS                14.2.0   https://pureos.net/
Raspbian              14.2.0   http://raspbian.org/
Slackware             14.2.0   http://www.slackware.com/
Solus                 14.2.0   https://getsol.us/
T2 SDE                14.2.0   http://t2sde.org/
Ubuntu                14.2.0   https://www.ubuntu.com/
Wikidata              14.2.0   https://wikidata.org/

Support older versions of GCC to build glibc 2.42:

1. Need to work around bugs in older versions of GCC.
2. Can't use the new features in newer versions of GCC, which may be
required for new features, like _Float16 which requires GCC 12.1 or
above, in glibc,

The main benefit of supporting older versions of GCC is easier backport
of bug fixes to the older releases of glibc, which can be mitigated by
avoiding incompatible features in newer versions of GCC for critical bug
fixes.  Require GCC 12.1 or newer to build.  Remove GCC version check for
PowerPC and s390x.

TEST_CC and TEST_CXX can be used to test the glibc build with the older
versions of GCC.

For glibc developers who are using Linux OSes which don't come with GCC
12.1 or newer, they should build and install GCC 12.1 or newer to work
on glibc.

This fixes BZ #32539.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Reviewed-by: Sam James <sam@gentoo.org>
2025-03-31 08:04:29 -07:00
..
bits Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fpu math: Refactor how to use libm-test-ulps 2025-03-12 13:40:07 -03:00
multiarch Remove unused dl-procinfo.h 2025-02-28 16:55:18 +00:00
nptl Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
s390-32 Remove unused dl-procinfo.h 2025-02-28 16:55:18 +00:00
s390-64 Remove unused dl-procinfo.h 2025-02-28 16:55:18 +00:00
Implies
Makefile Remove unused dl-procinfo.h 2025-02-28 16:55:18 +00:00
Versions
abort-instr.h
asm-syntax.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
atomic-machine.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
configure Raise the minimum GCC version to 12.1 [BZ #32539] 2025-03-31 08:04:29 -07:00
configure.ac Raise the minimum GCC version to 12.1 [BZ #32539] 2025-03-31 08:04:29 -07:00
cpu-features.c Remove unused dl-procinfo.h 2025-02-28 16:55:18 +00:00
cpu-features.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
dl-irel.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
dl-procinfo.c Remove unused dl-procinfo.h 2025-02-28 16:55:18 +00:00
dl-tls.h Add missing include guards to <dl-tls.h> 2025-01-10 19:02:47 +01:00
dl-tunables.list Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
elf-initfini.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fix-fp-int-convert-overflow.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
gccframe.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
gconv-modules-s390.conf Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
hp-timing.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-memccpy.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-memchr.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-memcmp.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-memcpy.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-memmem.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-memrchr.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-memset.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-rawmemchr.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-stpcpy.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-stpncpy.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-strcat.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-strchr.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-strchrnul.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-strcmp.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-strcpy.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-strcspn.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-strlen.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-strncat.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-strncmp.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-strncpy.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-strnlen.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-strpbrk.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-strrchr.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-strspn.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-strstr.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-wcpcpy.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-wcpncpy.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-wcscat.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-wcschr.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-wcschrnul.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-wcscmp.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-wcscpy.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-wcscspn.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-wcslen.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-wcsncat.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-wcsncmp.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-wcsncpy.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-wcsnlen.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-wcspbrk.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-wcsrchr.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-wcsspn.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-wmemchr.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-wmemcmp.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ifunc-wmemset.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
iso-8859-1_cp037_z900.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
jmpbuf-offsets.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
jmpbuf-unwind.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ldsodefs.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
libc-start.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
libc-tls.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
linkmap.h
longjmp.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
machine-gmon.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
memccpy-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
memccpy-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
memccpy.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
memchr-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
memchr-z900.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
memchr.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
memcmp-z900.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
memcmp.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
memcopy.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
memcpy-z900.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
memcpy.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
memmem-arch13.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
memmem-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
memmem-vx.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
memmem.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
memmove-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
memmove.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
mempcpy.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
memrchr-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
memrchr-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
memrchr.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
memset-z900.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
memset.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
preconfigure
rawmemchr-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
rawmemchr-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
rawmemchr.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
sotruss-lib.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
stackinfo.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
stpcpy-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
stpcpy-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
stpcpy.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
stpncpy-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
stpncpy-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
stpncpy.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strcat-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strcat-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strcat.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strchr-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strchr-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strchr.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strchrnul-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strchrnul-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strchrnul.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strcmp-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strcmp-z900.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strcmp.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strcpy-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strcpy-z900.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strcpy.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strcspn-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strcspn-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strcspn.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strlen-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strlen-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strlen.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strncat-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strncat-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strncat.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strncmp-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strncmp-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strncmp.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strncpy-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strncpy.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strnlen-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strnlen-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strnlen.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strpbrk-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strpbrk-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strpbrk.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strrchr-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strrchr-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strrchr.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strspn-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strspn-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strspn.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strstr-arch13.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strstr-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strstr-vx.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
strstr.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
tst-dl-runtime-mod.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
tst-dl-runtime-profile-audit.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
tst-dl-runtime-profile-noaudit.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
tst-dl-runtime-resolve-audit.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
tst-dl-runtime-resolve-noaudit.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
tst-dl-runtime.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
unwind-arch.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
utf8-utf16-z9.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
utf8-utf32-z9.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
utf16-utf32-z9.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcpcpy-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcpcpy-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcpcpy.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcpncpy-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcpncpy-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcpncpy.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcscat-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcscat-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcscat.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcschr-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcschr-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcschr.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcschrnul-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcschrnul-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcschrnul.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcscmp-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcscmp-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcscmp.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcscpy-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcscpy-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcscpy.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcscspn-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcscspn-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcscspn.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcslen-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcslen-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcslen.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcsncat-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcsncat-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcsncat.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcsncmp-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcsncmp-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcsncmp.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcsncpy-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcsncpy-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcsncpy.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcsnlen-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcsnlen-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcsnlen.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcspbrk-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcspbrk-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcspbrk.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcsrchr-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcsrchr-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcsrchr.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcsspn-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcsspn-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wcsspn.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wmemchr-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wmemchr-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wmemchr.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wmemcmp-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wmemcmp-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wmemcmp.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wmemset-c.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wmemset-vx.S Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
wmemset.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00