glibc/sysdeps/s390
Adhemerval Zanella d6d89608ac elf: Fix dynamic-link.h usage on rtld.c
The 4af6982e4c fix does not fully handle RTLD_BOOTSTRAP usage on
rtld.c due two issues:

  1. RTLD_BOOTSTRAP is also used on dl-machine.h on various
     architectures and it changes the semantics of various machine
     relocation functions.

  2. The elf_get_dynamic_info() change was done sideways, previously
     to 490e6c62aa get-dynamic-info.h was included by the first
     dynamic-link.h include *without* RTLD_BOOTSTRAP being defined.
     It means that the code within elf_get_dynamic_info() that uses
     RTLD_BOOTSTRAP is in fact unused.

To fix 1. this patch now includes dynamic-link.h only once with
RTLD_BOOTSTRAP defined.  The ELF_DYNAMIC_RELOCATE call will now have
the relocation fnctions with the expected semantics for the loader.

And to fix 2. part of 4af6982e4c is reverted (the check argument
elf_get_dynamic_info() is not required) and the RTLD_BOOTSTRAP
pieces are removed.

To reorganize the includes the static TLS definition is moved to
its own header to avoid a circular dependency (it is defined on
dynamic-link.h and dl-machine.h requires it at same time other
dynamic-link.h definition requires dl-machine.h defitions).

Also ELF_MACHINE_NO_REL, ELF_MACHINE_NO_RELA, and ELF_MACHINE_PLT_REL
are moved to its own header.  Only ancient ABIs need special values
(arm, i386, and mips), so a generic one is used as default.

The powerpc Elf64_FuncDesc is also moved to its own header, since
csu code required its definition (which would require either include
elf/ folder or add a full path with elf/).

Checked on x86_64, i686, aarch64, armhf, powerpc64, powerpc32,
and powerpc64le.

Reviewed-by: Szabolcs Nagy <szabolcs.nagy@arm.com>
2021-10-14 14:52:07 -03:00
..
bits Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
fpu S390: update libm test ulps 2021-10-06 16:34:40 +02:00
multiarch S390: Also check vector support in memmove ifunc-selector [BZ #27511] 2021-03-26 10:51:31 +01:00
nptl elf: Remove THREAD_GSCOPE_IN_TCB 2021-09-16 01:04:20 +02:00
s390-32 elf: Fix dynamic-link.h usage on rtld.c 2021-10-14 14:52:07 -03:00
s390-64 elf: Fix dynamic-link.h usage on rtld.c 2021-10-14 14:52:07 -03:00
abort-instr.h
asm-syntax.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
atomic-machine.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
bzero.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
configure configure: Replaced obsolete AC_TRY_COMPILE 2021-06-04 10:16:00 -03:00
configure.ac configure: Replaced obsolete AC_TRY_COMPILE 2021-06-04 10:16:00 -03:00
dl-irel.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
dl-procinfo.c S390: Add PCI_MIO and SIE HWCAPs 2021-10-07 06:49:39 +02:00
dl-procinfo.h S390: Add PCI_MIO and SIE HWCAPs 2021-10-07 06:49:39 +02:00
dl-tls.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
elf-initfini.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ffs.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
fix-fp-int-convert-overflow.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
gccframe.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
gconv-modules-s390.conf iconvdata: Move gconv-modules configuration to gconv-modules.conf 2021-06-09 09:47:16 +05:30
hp-timing.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-memccpy.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-memchr.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-memcmp.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-memcpy.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-memmem.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-memrchr.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-memset.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-rawmemchr.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-stpcpy.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-stpncpy.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-strcat.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-strchr.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-strchrnul.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-strcmp.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-strcpy.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-strcspn.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-strlen.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-strncat.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-strncmp.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-strncpy.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-strnlen.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-strpbrk.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-strrchr.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-strspn.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-strstr.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-wcpcpy.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-wcpncpy.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-wcscat.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-wcschr.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-wcschrnul.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-wcscmp.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-wcscpy.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-wcscspn.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-wcslen.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-wcsncat.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-wcsncmp.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-wcsncpy.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-wcsnlen.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-wcspbrk.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-wcsrchr.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-wcsspn.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-wmemchr.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-wmemcmp.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ifunc-wmemset.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
Implies
iso-8859-1_cp037_z900.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
jmpbuf-offsets.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
jmpbuf-unwind.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
ldsodefs.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
libc-tls.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
linkmap.h
longjmp.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
machine-gmon.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
Makefile iconvdata: Move gconv-modules configuration to gconv-modules.conf 2021-06-09 09:47:16 +05:30
memccpy-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
memccpy-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
memccpy.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
memchr-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
memchr-z900.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
memchr.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
memcmp-z900.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
memcmp.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
memcopy.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
memcpy-z900.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
memcpy.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
memmem-arch13.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
memmem-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
memmem-vx.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
memmem.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
memmove-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
memmove.c S390: Also check vector support in memmove ifunc-selector [BZ #27511] 2021-03-26 10:51:31 +01:00
mempcpy.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
memrchr-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
memrchr-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
memrchr.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
memset-z900.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
memset.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
memusage.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
preconfigure
rawmemchr-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
rawmemchr-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
rawmemchr.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
sotruss-lib.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
stackinfo.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
stpcpy-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
stpcpy-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
stpcpy.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
stpncpy-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
stpncpy-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
stpncpy.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strcat-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strcat-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strcat.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strchr-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strchr-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strchr.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strchrnul-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strchrnul-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strchrnul.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strcmp-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strcmp-z900.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
strcmp.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strcpy-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strcpy-z900.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
strcpy.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strcspn-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strcspn-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strcspn.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
string_private.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strlen-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strlen-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strlen.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strncat-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strncat-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strncat.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strncmp-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strncmp-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strncmp.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strncpy-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strncpy.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strnlen-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strnlen-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strnlen.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strpbrk-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strpbrk-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strpbrk.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strrchr-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strrchr-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strrchr.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strspn-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strspn-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strspn.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strstr-arch13.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strstr-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strstr-vx.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
strstr.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-dl-runtime-mod.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-dl-runtime-profile-audit.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-dl-runtime-profile-noaudit.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-dl-runtime-resolve-audit.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-dl-runtime-resolve-noaudit.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-dl-runtime.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
unwind-arch.h Implement <unwind-link.h> for dynamically loading the libgcc_s unwinder 2021-03-01 15:58:01 +01:00
utf8-utf16-z9.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
utf8-utf32-z9.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
utf16-utf32-z9.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
Versions
wcpcpy-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcpcpy-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcpcpy.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcpncpy-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcpncpy-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcpncpy.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcscat-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcscat-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcscat.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcschr-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcschr-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcschr.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcschrnul-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcschrnul-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcschrnul.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcscmp-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcscmp-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcscmp.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcscpy-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcscpy-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcscpy.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcscspn-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcscspn-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcscspn.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcslen-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcslen-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcslen.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcsncat-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcsncat-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcsncat.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcsncmp-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcsncmp-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcsncmp.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcsncpy-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcsncpy-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcsncpy.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcsnlen-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcsnlen-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcsnlen.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcspbrk-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcspbrk-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcspbrk.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcsrchr-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcsrchr-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcsrchr.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcsspn-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcsspn-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wcsspn.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wmemchr-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wmemchr-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wmemchr.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wmemcmp-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wmemcmp-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wmemcmp.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wmemset-c.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wmemset-vx.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wmemset.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00