| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: glibc-benchtests | Distribution: AlmaLinux |
| Version: 2.39 | Vendor: AlmaLinux |
| Release: 76.el10.alma.1 | Build date: Wed Nov 5 10:41:34 2025 |
| Group: Unspecified | Build host: x64-builder04.almalinux.org |
| Size: 20612267 | Source RPM: glibc-2.39-76.el10.alma.1.src.rpm |
| Packager: AlmaLinux Packaging Team <packager@almalinux.org> | |
| Url: http://www.gnu.org/software/glibc/ | |
| Summary: Benchmarking binaries and scripts for glibc | |
This package provides built benchmark binaries and scripts to run microbenchmark tests on the system.
LGPL-2.1-or-later AND SunPro AND LGPL-2.1-or-later WITH GCC-exception-2.0 AND BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later WITH GNU-compiler-exception AND GPL-2.0-only AND ISC AND LicenseRef-Fedora-Public-Domain AND HPND AND CMU-Mach AND LGPL-2.1-only AND LGPL-2.0-or-later AND Unicode-DFS-2015 AND GFDL-1.1-or-later AND GPL-1.0-or-later AND FSFUL AND MIT AND Inner-Net-2.0 AND X11 AND GPL-2.0-or-later WITH GCC-exception-2.0 AND GFDL-1.3-only AND GFDL-1.1-only
* Tue Oct 14 2025 Eduard Abdullin <eabdullin@almalinux.org> - 2.39-76.alma.1
- Overwrite target for x86_64_v2
- Update patch-git.lua to handle AlmaLinux branches correctly
* Mon Oct 13 2025 Frédéric Bérat <fberat@redhat.com> - 2.39-76
- Add test for pthread_getcpuclockid function (RHEL-119400)
* Wed Oct 08 2025 Frédéric Bérat <fberat@redhat.com> - 2.39-75
- Extend sem_trywait testing with a threaded test (RHEL-119403)
* Wed Oct 08 2025 Frédéric Bérat <fberat@redhat.com> - 2.39-74
- sem_open: Avoid uninitialized result for non-existent files (RHEL-119392)
* Tue Oct 07 2025 Arjun Shankar <arjun@redhat.com> - 2.39-73
- test-bz22786: Mark UNSUPPORTED on low memory systems (RHEL-119657)
* Mon Oct 06 2025 Arjun Shankar <arjun@redhat.com> - 2.39-72
- libio: Add new tests for fclose on an unopened file (RHEL-115820)
* Fri Oct 03 2025 Frédéric Bérat <fberat@redhat.com> - 2.39-71
- pthread_timedjoin_np, pthread_clockjoin_np: Validate time arguments
(RHEL-115825)
* Wed Oct 01 2025 DJ Delorie <dj@redhat.com> - 2.39-70
- manual: Explain our implementation-defined memstream semantics (RHEL-65838)
* Wed Sep 24 2025 DJ Delorie <dj@redhat.com> - 2.39-69
- libio: asprintf should write NULL upon failure (RHEL-72244)
* Wed Sep 24 2025 Frédéric Bérat <fberat@redhat.com> - 2.39-68
- Extend getline testing (RHEL-115819)
* Mon Sep 22 2025 Frédéric Bérat <fberat@redhat.com> - 2.39-67
- Implement _FORTIFY_SOURCE for inet_ntop and inet_pton (RHEL-111115)
* Fri Sep 19 2025 Arjun Shankar <arjun@redhat.com> - 2.39-66
- nss: Fix incorrect/empty results when merging groups (RHEL-114265)
* Fri Sep 19 2025 Frédéric Bérat <fberat@redhat.com> - 2.39-65
- x86-64: Unconditionally run elf/check-dt-x86-64-plt test (RHEL-113195)
* Fri Sep 19 2025 Frédéric Bérat <fberat@redhat.com> - 2.39-64
- Fix `readdir_r` error reporting and `readdir64_r` entry handling, extend
`dirent` testing. (RHEL-111120)
* Tue Sep 16 2025 Frédéric Bérat <fberat@redhat.com> - 2.39-63
- Enable concurrent exit, quick_exit calls to prevent races (RHEL-111117)
* Fri Sep 12 2025 DJ Delorie <dj@redhat.com> - 2.39-62
- Add rpminspect.yaml with expected failures (RHEL-86590)
* Wed Sep 10 2025 Florian Weimer <fweimer@redhat.com> - 2.39-61
- patch-git: Do not use --filter with --unshallow on old git versions
(RHEL-111490)
* Tue Sep 09 2025 Florian Weimer <fweimer@redhat.com> - 2.39-60
- Switch to patch-git (RHEL-111490)
* Tue Aug 26 2025 Arjun Shankar <arjun@redhat.com> - 2.39-59
- glibc-locale-source: Require gzip to handle compressed charmaps
(RHEL-102553)
* Thu Aug 21 2025 Florian Weimer <fweimer@redhat.com> - 2.39-58
- Use Requires(pre): libgcc(x86-64) to break libgcc cycle (RHEL-110559)
* Thu Aug 21 2025 Arjun Shankar <arjun@redhat.com> - 2.39-57
- Sync with upstream branch release/2.39/master (RHEL-109536)
- Upstream commit: fffc2df8a3e2c8cda2991063d23086360268b777
- Extend struct r_debug to support multiple namespaces (RHEL-101985)
- Fix a potential crash in the dynamic loader when processing specific
symbol versions (RHEL-109683)
- Signal la_objopen for ld.so with dlmopen (RHEL-109693)
- Switch to main malloc after final ld.so self-relocation (RHEL-109703)
- Prevent ld.so from asserting and crashing during audited library loads
(RHEL-109702)
- x86-64: Provide GLIBC_ABI_DT_X86_64_PLT symbol version (RHEL-109621)
- x86-64: Provide GLIBC_ABI_GNU2_TLS symbol version (RHEL-109625)
- Ensure fallback initialization of ctype TLS data pointers to fix segfaults in
programs using dlmopen or auditors (RHEL-72018)
- Handle load segment gaps in _dl_find_object (RHEL-104854)
- AArch64: Improve codegen in SVE log1p
- AArch64: Optimize inverse trig functions
- AArch64: Avoid memset ifunc in cpu-features.c [BZ #33112]
* Tue Aug 19 2025 Arjun Shankar <arjun@redhat.com> - 2.39-56
- Add FUSE based tests for fchmod, lstat, and mkstemp (RHEL-108823)
* Wed Aug 13 2025 Arjun Shankar <arjun@redhat.com> - 2.39-55
- Various updates to the manual from upstream (RHEL-108974)
* Mon Aug 11 2025 Frédéric Bérat <fberat@redhat.com> - 2.39-54
- Fix memory leak after fdopen seek failure (RHEL-108475)
* Wed Aug 06 2025 Frédéric Bérat <fberat@redhat.com> - 2.39-53
- Updated glibc to support Linux 6.15 kernel system calls and constants.
(RHEL-107695)
* Wed Aug 06 2025 Frédéric Bérat <fberat@redhat.com> - 2.39-52
- Add `sched_setattr` and `sched_getattr` functions (RHEL-58357)
* Wed Aug 06 2025 Frédéric Bérat <fberat@redhat.com> - 2.39-51
- Enhanced glibc documentation for core descriptor APIs. (RHEL-107861)
* Wed Aug 06 2025 Arjun Shankar <arjun@redhat.com> - 2.39-50
- Improve test coverage (RHEL-106562)
* Tue Aug 05 2025 Florian Weimer <fweimer@redhat.com> - 2.39-49
- x86_64, aarch64: More CPU output in ld.so --list-diagnostics (RHEL-107540)
* Thu Jul 31 2025 Frédéric Bérat <fberat@redhat.com> - 2.39-48
- Add support for new IBM Z17 hardware in glibc (RHEL-72564)
* Tue Jul 29 2025 Frédéric Bérat <fberat@redhat.com> - 2.39-47
- Add ld-so-abi-check
* Thu Jul 24 2025 Florian Weimer <fweimer@redhat.com> - 2.39-46
- CVE-2025-8058: Double free in regcomp (RHEL-105324)
* Thu Jul 24 2025 Florian Weimer <fweimer@redhat.com> - 2.39-45
- Reduce spurious rebuilds while running tests (RHEL-95246)
* Wed Jul 23 2025 Florian Weimer <fweimer@redhat.com> - 2.39-44
- iconv: Do not create executable output files (RHEL-104151)
* Wed Jul 09 2025 Florian Weimer <fweimer@redhat.com> - 2.39-43
- Rebuild due to SIGNSERVER-1997 (RHEL-102555)
* Thu Jul 03 2025 Florian Weimer <fweimer@redhat.com> - 2.39-42
- Restore _rtld_global_layout on x86-64, freeze tunables order (RHEL-101754)
* Tue Jul 01 2025 Florian Weimer <fweimer@redhat.com> - 2.39-41
- Downstream ABI adjustment for pthread_cond_t (RHEL-82285)
* Tue Jun 17 2025 Arjun Shankar <arjun@redhat.com> - 2.39-40
- Sync with upstream branch release/2.39/master (RHEL-87416)
- Upstream commit: cff1042cceec3502269947e96cf7023451af22f3
- CVE-2025-5702: Vector register overwrite bug in glibc (RHEL-95485)
- elf: Keep using minimal malloc after early DTV resize (RHEL-71923)
- libio: Fix a deadlock after fork in popen (RHEL-86433)
- Linux: Switch back to assembly syscall wrapper for prctl (RHEL-82286)
- Fix missed wakeup in POSIX thread condition variables (RHEL-82285)
- x86: Detect Intel Diamond Rapids
- x86: Handle unknown Intel processor with default tuning
- x86: Add ARL/PTL/CWF model detection support
- x86: Optimize xstate size calculation
- x86: Support and fixes for separate non-temporal tunable for memset
- x86: Fix a crash when running with XSAVEC disabled via tunables (RHEL-84837)
- x86_64: Add tanh, sinh, and atanh with FMA
- x86-64: Exclude FMA4 IFUNC functions for -mapxf
- nptl: clear the whole rseq area before registration
- math: Improve layout of exp/exp10 data
- AArch64: Add SVE memset
- math: Improve layout of expf data
- AArch64: Remove zva_128 from memset
- AArch64: Optimize memset
- AArch64: Improve generic strlen
- AArch64: Improve codegen for SVE tans and logs
- AArch64: Improve codegen in AdvSIMD logs, logf function family, and atan(2)(f)
- AArch64: Simplify rounding-multiply pattern in several AdvSIMD routines
- aarch64: Avoid redundant MOVs in AdvSIMD F32 logs
- aarch64: Fix AdvSIMD libmvec routines for big-endian
* Tue Jun 17 2025 Florian Weimer <fweimer@redhat.com> - 2.39-39
- langpacks: Use symlinks for LC_NAME, LC_NUMERIC files if possible (RHEL-97433)
* Fri Apr 18 2025 Frédéric Bérat <fberat@redhat.com> - 2.39-38
- Update riscv64 handling (thanks David Abdurachmanov) (RHEL-87574)
* Fri Jan 24 2025 Florian Weimer <fweimer@redhat.com> - 2.39-37
- setenv: Rework free(environ) compatibility support (RHEL-75809)
* Thu Jan 23 2025 Florian Weimer <fweimer@redhat.com> - 2.39-36
- CVE-2025-0577: vDSO getrandom predictable randomness after fork (RHEL-75555)
* Thu Jan 23 2025 Florian Weimer <fweimer@redhat.com> - 2.39-35
- Restore compatibility with environ/malloc usage pattern (RHEL-75809)
* Thu Jan 23 2025 Florian Weimer <fweimer@redhat.com> - 2.39-34
- Sync with upstream branch release/2.39/master,
commit 808a84a8b81468b517a4d721fdc62069cb8c211f:
- Fix underallocation of abort_msg_s struct (CVE-2025-0395)
- x86/string: Fixup alignment of main loop in str{n}cmp-evex [BZ #32212]
- x86: Improve large memset perf with non-temporal stores [RHEL-29312]
- x86: Avoid integer truncation with large cache sizes (bug 32470)
- math: Exclude internal math symbols for tests [BZ #32414]
- malloc: add indirection for malloc(-like) functions in tests [BZ #32366]
- Pass -nostdlib -nostartfiles together with -r [BZ #31753]
- nptl: initialize cpu_id_start prior to rseq registration
- nptl: initialize rseq area prior to registration
* Mon Dec 23 2024 Florian Weimer <fweimer@redhat.com> - 2.39-33
- Support in-place file conversion in the iconv tool (RHEL-71530)
* Mon Dec 16 2024 Florian Weimer <fweimer@redhat.com> - 2.39-32
- Make getenv thread-safe in more cases (RHEL-42410)
* Sun Dec 15 2024 Florian Weimer <fweimer@redhat.com> - 2.39-31
- Minor update to getrandom vDSO handshake
* Wed Dec 11 2024 Florian Weimer <fweimer@redhat.com> - 2.39-30
- CVE-2024-12455: Incorrect getrandom return value on ppc64le
* Wed Nov 20 2024 Arjun Shankar <arjun@redhat.com> - 2.39-29
- Sync with upstream branch release/2.39/master,
commit dcaf51b41e259387602774829c45222d0507f90a:
- elf: Change ldconfig auxcache magic number (bug 32231)
- Make tst-strtod-underflow type-generic
- Add crt1-2.0.o for glibc 2.0 compatibility tests
- Add tests of more strtod special cases
- Add more tests of strtod end pointer
- Make tst-strtod2 and tst-strtod5 type-generic
- powerpc64le: Build new strtod tests with long double ABI flags (bug 32145)
- Do not set errno for overflowing NaN payload in strtod/nan (bug 32045)
- Improve NaN payload testing
- Make __strtod_internal tests type-generic
- Fix strtod subnormal rounding (bug 30220)
- More thoroughly test underflow / errno in tst-strtod-round
- Test errno setting on strtod overflow in tst-strtod-round
- Add tests of fread
- stdio-common: Add new test for fdopen
- libio: Attempt wide backup free only for non-legacy code
- debug: Fix read error handling in pcprofiledump
- elf: Fix tst-dlopen-tlsreinit1.out test dependency
- elf: Avoid re-initializing already allocated TLS in dlopen (bug 31717)
- elf: Clarify and invert second argument of _dl_allocate_tls_init
- elf: Support recursive use of dynamic TLS in interposed malloc
- nptl: Use <support/check.h> facilities in tst-setuid3
- posix: Use <support/check.h> facilities in tst-truncate and tst-truncate64
- ungetc: Fix backup buffer leak on program exit [BZ #27821]
- ungetc: Fix uninitialized read when putting into unused streams [BZ #27821]
- Make tst-ungetc use libsupport
- stdio-common: Add test for vfscanf with matches longer than INT_MAX [BZ #27650]
- support: Add FAIL test failure helper
- string: strerror, strsignal cannot use buffer after dlmopen (bug 32026)
- Define __libc_initial for the static libc
- x86: Fix bug in strchrnul-evex512 [BZ #32078]
- Adjust check-local-headers test for libaudit 4.0
- x32/cet: Support shadow stack during startup for Linux 6.10
- x86-64: Remove sysdeps/x86_64/x32/dl-machine.h
- support: Add options list terminator to the test driver
- manual/stdio: Further clarify putc, putwc, getc, and getwc
- Fix name space violation in fortify wrappers (bug 32052)
- resolv: Fix tst-resolv-short-response for older GCC (bug 32042)
- Add mremap tests
- mremap: Update manual entry
- linux: Update the mremap C implementation [BZ #31968]
- Enhanced test coverage for strncmp, wcsncmp
- Enhance test coverage for strnlen, wcsnlen
* Fri Nov 15 2024 Arjun Shankar <arjun@redhat.com> - 2.39-28
- Add support for getrandom vDSO (RHEL-12867)
* Wed Nov 06 2024 Florian Weimer <fweimer@redhat.com> - 2.39-27
- Eliminate glibc-headers and related packages
* Tue Nov 05 2024 Florian Weimer <fweimer@redhat.com> - 2.39-26
- Complete Features/UsrMove (aka UsrMerge, MoveToUsr) transition (#1063607)
* Mon Nov 04 2024 Florian Weimer <fweimer@redhat.com> - 2.39-25
- Rework filelist construction
* Mon Nov 04 2024 Florian Weimer <fweimer@redhat.com> - 2.39-24
- Switch to the upstream way of building xtests
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.39-23
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Thu Sep 19 2024 Florian Weimer <fweimer@redhat.com> - 2.39-23
- Ensure that xtests can be built (RHEL-59494)
* Wed Jul 31 2024 Florian Weimer <fweimer@redhat.com> - 2.39-22
- Support clearing options in /etc/resolv.conf, RES_OPTIONS with a - prefix
- Introduce the strict-error/RES_STRICTERR stub resolver option (RHEL-18039)
* Wed Jul 31 2024 Arjun Shankar <arjun@redhat.com> - 2.39-21
- Sync with upstream branch release/2.39/master,
commit 4bdcc1963bc2b5ba5f8e319e402d9eb2cb6096c1:
- manual: make setrlimit() description less ambiguous
- manual/stdio: Clarify putc and putwc
- malloc: add multi-threaded tests for aligned_alloc/calloc/malloc
- malloc: avoid global locks in tst-aligned_alloc-lib.c
- resolv: Track single-request fallback via _res._flags (bug 31476)
- resolv: Do not wait for non-existing second DNS response after error (bug 30081)
- resolv: Allow short error responses to match any query (bug 31890)
- elf: Fix localplt.awk for DT_RELR-enabled builds (BZ 31978)
- Fix usage of _STACK_GROWS_DOWN and _STACK_GROWS_UP defines [BZ 31989]
- Linux: Make __rseq_size useful for feature detection (bug 31965)
- elf: Make dl-rseq-symbols Linux only
- nptl: fix potential merge of __rseq_* relro symbols
- s390x: Fix segfault in wcsncmp [BZ #31934]
- stdlib: fix arc4random fallback to /dev/urandom (BZ 31612)
- math: Provide missing math symbols on libc.a (BZ 31781)
- math: Fix isnanf128 static build (BZ 31774)
- math: Fix i386 and m68k exp10 on static build (BZ 31775)
- math: Fix i386 and m68k fmod/fmodf on static build (BZ 31488)
- posix: Fix pidfd_spawn/pidfd_spawnp leak if execve fails (BZ 31695)
* Mon Jul 22 2024 Florian Weimer <fweimer@redhat.com> - 2.39-20
- Support --without testsuite builds without perl installed (#2292195)
* Fri Jul 19 2024 Florian Weimer <fweimer@redhat.com> - 2.39-19
- Add Conflicts:/Obsoletes: for glibc32 to glibc.i686
* Thu Jul 18 2024 Arjun Shankar <arjun@redhat.com> - 2.39-18
- ppc64le: Build early startup code with -mcpu=power8
* Tue Jul 02 2024 Patsy Griffin <patsy@redhat.com> - 2.39-17
- Move ANSI_X3.110-1983 support from main package to glibc-gconv-extra.
* Fri Jun 21 2024 Arjun Shankar <arjun@redhat.com> - 2.39-16
- Sync with upstream branch release/2.39/master,
commit 7f9f25f255ee2c00178779fbce502f4b94b848b9:
- Linux: Include <dl-symbol-redir-ifunc.h> in dl-sysdep.c
- x86: Properly set x86 minimum ISA level [BZ #31883]
- x86: Properly set MINIMUM_X86_ISA_LEVEL for i386 [BZ #31867]
- localedata: ssy_ER: Fix syntax error
- malloc: New test to check malloc alternate path using memory obstruction
- malloc: Improve aligned_alloc and calloc test coverage.
- malloc/Makefile: Split and sort tests
- x86/cet: fix shadow stack test scripts
* Wed Jun 05 2024 Arjun Shankar <arjun@redhat.com> - 2.39-15
- Sync with upstream branch release/2.39/master,
commit 6ade91c21140d8c803c289932dbfc74537f65a1f:
- elf: Avoid some free (NULL) calls in _dl_update_slotinfo
- misc: Add support for Linux uio.h RWF_NOAPPEND flag
- i386: Disable Intel Xeon Phi tests for GCC 15 and above (BZ 31782)
- Reinstate generic features-time64.h
- Always define __USE_TIME_BITS64 when 64 bit time_t is used
- socket: Use may_alias on sockaddr structs (bug 19622)
- parse_fdinfo: Don't advance pointer twice [BZ #31798]
- LoongArch: Fix undefined `__memset_aligned` reference in ld.so linking.
- socket: Add new test for connect
- libsupport: Add xgetpeername
- x86_64: Fix missing wcsncat function definition without multiarch (x86-64-v4)
* Fri May 31 2024 Florian Weimer <fweimer@redhat.com> - 2.39-14
- Enable CPU compatibility diagnostics in ld.so (#2276631, RHEL-31738)
* Wed May 15 2024 Arjun Shankar <arjun@redhat.com> - 2.39-13
- Move memory tracing libraries to glibc-utils
* Fri May 10 2024 Florian Weimer <fweimer@redhat.com> - 2.39-12
- Use unsigned types in <utmp.h>/<utmpx.h> (RHEL-22226)
* Fri May 10 2024 Florian Weimer <fweimer@redhat.com> - 2.39-11
- Sync with upstream branch release/2.39/master,
commit 97bb89668d7171164975f3dc895e38343a2f3a95:
- Force DT_RPATH for --enable-hardcoded-path-in-tests
- elf: Only process multiple tunable once (BZ 31686)
- Add a test to check for duplicate definitions in the static library
- i686: Fix multiple definitions of __memmove_chk and __memset_chk
- i586: Fix multiple definitions of __memcpy_chk and __mempcpy_chk
- time: Allow later version licensing.
- nscd: Use time_t for return type of addgetnetgrentX
- login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701)
- login: Check default sizes of structs utmp, utmpx, lastlog
* Fri May 03 2024 Florian Weimer <fweimer@redhat.com> - 2.39-10
- Build POWER10 multilib
* Fri Apr 26 2024 Florian Weimer <fweimer@redhat.com> - 2.39-9
- nscd is currently not build, so the security fixes below are not relevant.
- Sync with upstream branch release/2.39/master,
commit fd658f026f25cf59e8db243bc3b3e09cd5a20ba0:
- elf: Also compile dl-misc.os with $(rtld-early-cflags)
- CVE-2024-33601, CVE-2024-33602: nscd: netgroup: Use two buffers in addgetnetgrentX (bug 31680)
- CVE-2024-33600: nscd: Avoid null pointer crashes after notfound response (bug 31678)
- CVE-2024-33600: nscd: Do not send missing not-found response in addgetnetgrentX (bug 31678)
- CVE-2024-33599: nscd: Stack-based buffer overflow in netgroup cache (bug 31677)
- x86: Define MINIMUM_X86_ISA_LEVEL in config.h [BZ #31676]
- i386: ulp update for SSE2 --disable-multi-arch configurations
- nptl: Fix tst-cancel30 on kernels without ppoll_time64 support
* Thu Apr 18 2024 Florian Weimer <fweimer@redhat.com> - 2.39-8
- Sync with upstream branch release/2.39/master,
commit 31da30f23cddd36db29d5b6a1c7619361b271fb4:
- iconv: ISO-2022-CN-EXT: fix out-of-bound writes when writing escape sequence (CVE-2024-2961)
- x86_64: Exclude SSE, AVX and FMA4 variants in libm multiarch
- Apply the Makefile sorting fix
- powerpc: Fix ld.so address determination for PCREL mode (bug 31640)
- x86-64: Simplify minimum ISA check ifdef conditional with if
- x86-64: Don't use SSE resolvers for ISA level 3 or above
- AArch64: Check kernel version for SVE ifuncs
- aarch64: fix check for SVE support in assembler
- aarch64/fpu: Sync libmvec routines from 2.39 and before with AOR
- i386: Use generic memrchr in libc (bug 31316)
* Thu Apr 04 2024 Arjun Shankar <arjun@redhat.com> - 2.39-7
- Sync with upstream branch release/2.39/master,
commit 5d070d12b3a52bc44dd1b71743abc4b6243862ae:
- x86: Expand the comment on when REP STOSB is used on memset
- x86: Do not prefer ERMS for memset on Zen3+
- x86: Fix Zen3/Zen4 ERMS selection (BZ 30994)
- Add tst-gnu2-tls2mod1 to test-internal-extras
- elf: Enable TLS descriptor tests on aarch64
- arm: Update _dl_tlsdesc_dynamic to preserve caller-saved registers (BZ 31372)
- Ignore undefined symbols for -mtls-dialect=gnu2
- x86-64: Allocate state buffer space for RDI, RSI and RBX
- x86-64: Update _dl_tlsdesc_dynamic to preserve AMX registers
- x86: Update _dl_tlsdesc_dynamic to preserve caller-saved registers
- x86-64: Save APX registers in ld.so trampoline
- LoongArch: Correct {__ieee754, _}_scalb -> {__ieee754, _}_scalbf
- powerpc: Placeholder and infrastructure/build support to add Power11 related changes.
- powerpc: Add HWCAP3/HWCAP4 data to TCB for Power Architecture.
* Tue Mar 26 2024 Florian Weimer <fweimer@redhat.com> - 2.39-6
- Do not generate ELF dependency information for glibc32
* Tue Mar 26 2024 Joseph Myers <josmyers@redhat.com> - 2.39-5
- Build glibc32 binary package from glibc sources as part of x86_64 build,
not from glibc32 SRPM that contains binaries from i686 RPM build.
* Tue Mar 19 2024 Arjun Shankar <arjun@redhat.com> - 2.39-4
- Sync with upstream branch release/2.39/master,
commit: 71fcdba577884627c3ee4e43beb915da752efb1f:
- linux: Use rseq area unconditionally in sched_getcpu (bug 31479)
- Use gcc __builtin_stdc_* builtins in stdbit.h if possible
- S390: Do not clobber r7 in clone [BZ #31402]
- math: Update mips64 ulps
- mips: FIx clone3 implementation (BZ 31325)
- arm: Remove wrong ldr from _dl_start_user (BZ 31339)
- Replace advisories directory
* Wed Feb 28 2024 Arjun Shankar <arjun@redhat.com> - 2.39-3
- Analyse glibc-2.39 sources for license information
- Migrate License field to SPDX identifiers for
https://docs.fedoraproject.org/en-US/legal/allowed-licenses/
https://docs.fedoraproject.org/en-US/legal/update-existing-packages
(#2222074)
* Wed Feb 07 2024 Florian Weimer <fweimer@redhat.com> - 2.39-2
- Ignore symbolic links to . in sysroot construction
* Fri Feb 02 2024 Carlos O'Donell <carlos@redhat.com> - 2.39-1
- Switch to upstream 2.39 release,
commit ef321e23c20eebc6d6fb4044425c00e6df27b05f
- Document CVE-2023-6246, CVE-2023-6779, and CVE-2023-6780
- Update advisory format and introduce some automation
- manual/io: Fix swapped reading and writing phrase.
- Fix typo
- S390: Fix building with --disable-mutli-arch [BZ #31196]
- NEWS: insert advisories and fixed bugs for 2.39
- contrib.texi: update
- INSTALL, install.texi: minor updates, regenerate
- libc.pot: regenerate
- version.h, include/features.h: Bump version to 2.39
- Create ChangeLog.old/ChangeLog.28
* Wed Jan 31 2024 Florian Weimer <fweimer@redhat.com> - 2.38.9000-39
- Add noarch sysroot subpackages
* Tue Jan 30 2024 Patsy Griffin <patsy@redhat.com> - 2.38.9000-38
- Auto-sync with upstream branch master,
commit ddf542da94caf97ff43cc2875c88749880b7259b:
- syslog: Fix integer overflow in __vsyslog_internal (CVE-2023-6780)
- syslog: Fix heap buffer overflow in __vsyslog_internal (CVE-2023-6779)
- syslog: Fix heap buffer overflow in __vsyslog_internal (CVE-2023-6246)
- Use binutils 2.42 branch in build-many-glibcs.py
- elf: correct relocation statistics for !ELF_MACHINE_START_ADDRESS
* Mon Jan 29 2024 Arjun Shankar <arjun@redhat.com> - 2.38.9000-37
- Auto-sync with upstream branch master,
commit ae49a7b29acc184b03c2a6bd6ac01b5e08efd54f:
- Relicense IBM portions of resolv/base64.c resolv/res_debug.c.
- localedata: Use consistent values for grouping and mon_grouping
- manual: fix order of arguments of memalign and aligned_alloc (Bug 27547)
* Thu Jan 25 2024 Jens Petersen <petersen@redhat.com> - 2.38.9000-36
- no longer supplement langpacks if all-langpacks installed
* Wed Jan 24 2024 Florian Weimer <fweimer@redhat.com> - 2.38.9000-35
- Add crh_RU, gbm_IN, ssy_ER locales.
- Auto-sync with upstream branch master,
commit 486452affbac684db739b7fcca1e84e8a7ce33d1:
- manual, NEWS: Document malloc side effect of dynamic TLS changes
- NEWS: Update temporary files ignored by ldconfig
- po: Incorporate translations (sr)
- string: Disable stack protector for memset in early static initialization
- qsort: Fix a typo causing unnecessary malloc/free (BZ 31276)
- riscv: add support for static PIE
- localedata: renamed: aa_ER@saaho -> ssy_ER
- Define ISO 639-3 "ssy" (Saho)
- localedata: add crh_RU, Crimean Tartar language in the Cyrillic script as used in Russia.
- localedata: tr_TR, ku_TR: Sync with CLDR: “Turkey” -> “Türkiye”
- localedata: miq_NI: Shorten month names in abmon
- Update kernel version to 6.7 in header constant tests
- localedata: add gbm_IN locale
- Define ISO 639-3 "gbm" (Garhwali)
- Update syscall lists for Linux 6.7
- stdlib: Remove unused is_aligned function from qsort.c
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.38.9000-34
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Tue Jan 16 2024 DJ Delorie <dj@redhat.com> - 2.38.9000-33
- Auto-sync with upstream branch master,
commit e2803cfd8bb00b54816d1a2c381d2cf82b136da6.
- NEWS: Mention PLT rewrite on x86-64
- stdlib: Verify heapsort for two-element cases
- stdlib: Fix heapsort for cases with exactly two elements
- localedata: anp_IN: Fix abbreviated month names
* Mon Jan 15 2024 DJ Delorie <dj@redhat.com> - 2.38.9000-32
- Auto-sync with upstream branch master,
commit 709fbd3ec3595f2d1076b4fec09a739327459288.
- stdlib: Reinstate stable mergesort implementation on qsort
- x86-64: Check if mprotect works before rewriting PLT
- aarch64: Add NEWS entry about libmvec for 2.39
* Mon Jan 15 2024 Carlos O'Donell <carlos@redhat.com> - 2.38.9000-31
- Add new locales for kv_RU, su_ID, tok, and zgh_MA.
- Drop glibc-rh2255506.patch; fix applied upstream.
- Enable Intel CET only on x86_64.
- Auto-sync with upstream branch master,
commit 064c708c78cc2a6b5802dce73108fc0c1c6bfc80:
- localedata/unicode-gen/utf8_gen.py: fix Hangul syllable name
- x86_64: Optimize ffsll function code size.
- localedata: Remove redundant comments
- RISC-V: Enable static-pie.
- linux: Fix fstat64 on alpha and sparc64
- math: remove exp10 wrappers
- Benchtests: Increase benchmark iterations
- debug/getwd_chk.c: warning should be emitted for the __getwd_chk symbol.
- Make __getrandom_nocancel set errno and add a _nostatus version
- x86-64/cet: Make CET feature check specific to Linux/x86
- Incorporate translations (zh_CN)
- Define ISO 639-3 "glk" (Gilaki)
- resolv: Fix endless loop in __res_context_query
- localedata: revert all the remaining locale sources to UTF-8
- localedata: am_ET ber_DZ en_GB en_PH en_US fil_PH kab_DZ om_ET om_KE ti_ET tl_PH: convert to UTF-8
- localedata: resolve cyclic dependencies
- localedata: kv_RU: convert to UTF-8
- localedata: add new locale kv_RU
- elf: Fix tst-nodeps2 test failure.
- localedata: Sort Makefile variables.
- locale: Sort Makefile variables.
- i386: Remove CET support bits
- x86-64/cet: Move check-cet.awk to x86_64
- x86-64/cet: Move dl-cet.[ch] to x86_64 directories
- x86: Move x86-64 shadow stack startup codes
- Fix deprecated utcnow() usage in build-many-glibcs.py
- Fix invalid escape sequence in build-many-glibcs.py
- math: Fix test-fenv.c feupdateenv tests
- Remove installed header rule on $(..)include/%.h
- i386: Fail if configured with --enable-cet
- i386: Remove CET support
- x86: Move CET infrastructure to x86_64
- localedata: su_ID: make lang_name agree with CLDR
- localedata: add new locale su_ID
- localedata: add new locale zgh_MA
- INSTALL: regenerate
- localedata: add tok/UTF-8 to SUPPORTED
- localedata: tok: add yY and nN to yesexpr and noexpr
- localedata: tok: convert to UTF-8
- localedata: add data for tok (Toki Pona)
- Remove ia64-linux-gnu
- localedata: dz_BT, bo_CN: convert to UTF-8
- localedata: dz_BT, bo_CN: Fix spelling of "phur bu" in both Tibetan and Dzongkha
- localedata: bo_CN: Fix spelling errors in Tibetan data
- localedata: bo_CN: Fix incomplete edit in Tibetan yesexpr
- localedata: dz_BT: Fix spelling errors in Dzongha data
- localedata: unicode-gen: Remove redundant \s* from regexp, fix comments
- localedata: convert the remaining *_RU locales to UTF-8
- Incorporate translations
- x32: Handle displacement overflow in PLT rewrite [BZ #31218]
- x86: Fixup some nits in longjmp asm implementation
- stdlib: Fix stdbit.h with -Wconversion for clang
- stdlib: Fix stdbit.h with -Wconversion for older gcc
- elf: Add ELF_DYNAMIC_AFTER_RELOC to rewrite PLT
- aarch64: Make cpu-features definitions not Linux-specific
- hurd: Initializy _dl_pagesize early in static builds
- hurd: Only init early static TLS if it's used to store stack or pointer guards
- hurd: Make init-first.c no longer x86-specific
- hurd: Drop x86-specific assembly from init-first.c
- hurd: Pass the data pointer to _hurd_stack_setup explicitly
- x86-64/cet: Check the restore token in longjmp
- localedata: ru_RU, ru_UA: convert to UTF-8
- localedata: es_??: convert to UTF-8
- localedata: miq_NI: convert to UTF-8
- i386: Ignore --enable-cet
- mach: Drop SNARF_ARGS macro
- mach: Drop some unnecessary vm_param.h includes
- hurd: Declare _hurd_intr_rpc_msg* with protected visibility
- hurd: Add some missing includes
- localedata: fy_DE: make this "Western Frisian" to agree with the language code "fy"
- localedata: fy_DE, fy_NL: convert to UTF-8
- localedata: ast_ES: convert to UTF-8
- localedata: ast_ES: Remove wrong copyright text
- localedata: de_{AT,BE,CH,IT,LU}: convert to UTF-8
- localedata: lv_LV, it_IT, it_CH: convert to UTF-8
- localedata: it_IT, lv_LV: currency symbol should follow the amount
- Implement C23 <stdbit.h>
- localedata: ms_MY should not use 12-hour format
- localedata: es_ES: convert to UTF-8
- localedata: es_ES: Add am_pm strings
- aarch64: Add longjmp test for SME
- aarch64: Add setcontext support for SME
- aarch64: Add longjmp support for SME
- aarch64: Add SME runtime support
- localedata: convert uz_UZ and uz_UZ@cyrillic to UTF-8
- localedata: uz_UZ and uz_UZ@cyrillic: Fix decimal point and thousands separator
- libio: Check remaining buffer size in _IO_wdo_write (bug 31183)
- getaddrinfo: translate ENOMEM to EAI_MEMORY (bug 31163)
- string: Add additional output in test-strchr failure
- Add a setjmp/longjmp test between user contexts
- x86/cet: Add -fcf-protection=none before -fcf-protection=branch
- Regenerate libc.pot
- Omit regex.c pragmas no longer needed
- Update copyright dates not handled by scripts/update-copyrights
- Update copyright in generated files by running "make"
- Update copyright dates with scripts/update-copyrights
- x86/cet: Run some CET tests with shadow stack
- x86/cet: Don't set CET active by default
- x86/cet: Check feature_1 in TCB for active IBT and SHSTK
- x86/cet: Enable shadow stack during startup
- elf: Always provide _dl_get_dl_main_map in libc.a
- x86/cet: Sync with Linux kernel 6.6 shadow stack interface
- RISC-V: Add support for dl_runtime_profile (BZ #31151)
- debug: Add fortify wprintf tests
- debug: Add fortify syslog tests
- debug: Add fortify dprintf tests
- debug: Increase tst-fortify checks for compiler without __va_arg_pack support
- debug: Adapt fortify tests to libsupport
- localedata: yo_NT: remove redundant comments
- localedata: convert en_AU, en_NZ, mi_NZ, niu_NZ to UTF-8
- localedata: First day of the week in AU is Monday, LC_TIME in en_NZ is identical to LC_TIME in en_AU then
- localedata: convert yo_NG to UTF-8, check that language name in Yoruba agrees with CLDR
- x86-64: Fix the tcb field load for x32 [BZ #31185]
- x86-64: Fix the dtv field load for x32 [BZ #31184]
* Wed Jan 03 2024 Florian Weimer <fweimer@redhat.com> - 2.38.9000-30
- Infinite loop in res_mkquery with malformed domain name (#2255506)
* Fri Dec 22 2023 Florian Weimer <fweimer@redhat.com> - 2.38.9000-29
- Auto-sync with upstream branch master,
commit 61bac1a9d2ab80ebcbc51484722e6ea43414bec7:
- nss: Remove unused allocation from get_nscd_addresses in getaddrinfo
- x86/cet: Don't disable CET if not single threaded
- x86: Modularize sysdeps/x86/dl-cet.c
- x86/cet: Update tst-cet-vfork-1
- elf: Add TLS modid reuse test for bug 29039
- aarch64: Add SIMD attributes to math functions with vector versions
- aarch64: Add half-width versions of AdvSIMD f32 libmvec routines
- Fix elf/tst-env-setuid[-static] if test needs to be rerun.
- Fix elf: Do not duplicate the GLIBC_TUNABLES string
- tst-setcontext10.c: Undef _FORTIFY_SOURCE
- Fix elf: Do not duplicate the GLIBC_TUNABLES string
- riscv: Fix feenvupdate with FE_DFL_ENV (BZ 31022)
- manual: Clarify undefined behavior of feenableexcept (BZ 31019)
- x86: Do not raises floating-point exception traps on fesetexceptflag (BZ 30990)
- i686: Do not raise exception traps on fesetexcept (BZ 30989)
- powerpc: Do not raise exception traps for fesetexcept/fesetexceptflag (BZ 30988)
- elf: Do not set invalid tunables values
- elf: Do not duplicate the GLIBC_TUNABLES string
- x86/cet: Check CPU_FEATURE_ACTIVE in permissive mode
- x86/cet: Check legacy shadow stack code in .init_array section
- x86/cet: Add tests for GLIBC_TUNABLES=glibc.cpu.hwcaps=-SHSTK
- x86/cet: Check CPU_FEATURE_ACTIVE when CET is disabled
- x86/cet: Check legacy shadow stack applications
- localedata: id_ID: change first weekday to Sunday
- s390: Set psw addr field in getcontext and friends.
- x86: Unifies 'strlen-evex' and 'strlen-evex512' implementations.
- x86/cet: Don't assume that SHSTK implies IBT
- id_ID: Update Time Locales
- Update code to handle the new ABI for sending inlined port rights.
- x86/cet: Check user_shstk in /proc/cpuinfo
- Add a test for setjmp/longjmp within user context
- Add a test for longjmp from user context
- powerpc: Add space for HWCAP3/HWCAP4 in the TCB for future Power.
- powerpc: Fix performance issues of strcmp power10
- localedata: Convert el_GR and el_CY locales to UTF-8
- localedata: el_GR: Greece now uses the 24h format for time
- powerpc : Add optimized memchr for POWER10
- intl: Treat C.UTF-8 locale like C locale, part 2 (BZ# 16621)
- resolv: Fix a few unaligned accesses to fields in HEADER
- x86: Check PT_GNU_PROPERTY early
* Wed Dec 13 2023 Carlos O'Donell <carlos@redhat.com> - 2.38.9000-28
- Depend only on RPM 4.14 features (RHEL-19045)
* Fri Dec 08 2023 Carlos O'Donell <carlos@redhat.com> - 2.38.9000-27
- Drop glibc-rh2248502.patch; fix applied upstream, and
- Auto-sync with upstream branch master,
commit b3bee76c5f59498b9c189608f0a3132e2013fa1a:
- elf: Initialize GLRO(dl_lazy) before relocating libc in dynamic startup
- Move CVE information into advisories directory
- powerpc: Optimized strcmp for power10
- elf: Fix wrong break removal from 8ee878592c
- localedata: Convert day names in nn_NO locale to UTF-8
- localedata: Remove trailing whitespace in weekday names in nn_NO locale
- elf: Refactor process_envvars
- elf: Ignore LD_BIND_NOW and LD_BIND_NOT for setuid binaries
- elf: Ignore loader debug env vars for setuid
- Adapt the security policy for the security page
- aarch64: correct CFI in rawmemchr (bug 31113)
- math: Add new exp10 implementation
- aarch64: fix tested ifunc variants
- stdlib: Fix array bounds protection in insertion sort phase of qsort
- Revert "Update code to handle the new ABI for sending inlined port rights."
- Revert "hurd: Fix build"
- hurd: Fix build
- Update code to handle the new ABI for sending inlined port rights.
- hurd: [!__USE_MISC] Do not #undef BSD macros in ioctls
- linux: Make fdopendir fail with O_PATH (BZ 30373)
- Avoid padding in _init and _fini. [BZ #31042]
- aarch64: Improve special-case handling in AdvSIMD double-precision libmvec routines
- malloc: Improve MAP_HUGETLB with glibc.malloc.hugetlb=2
- elf: Add a way to check if tunable is set (BZ 27069)
* Tue Nov 28 2023 Arjun Shankar <arjun@redhat.com> - 2.38.9000-26
- Drop glibc-benchtests-aarch64.patch; fix applied upstream, and
- Auto-sync with upstream branch master,
commit 9469261cf1924d350feeec64d2c80cafbbdcdd4d:
- x86: Only align destination to 1x VEC_SIZE in memset 4x loop
- elf: Fix TLS modid reuse generation assignment (BZ 29039)
- Add TCP_MD5SIG_FLAG_IFINDEX from Linux 5.6 to netinet/tcp.h.
- elf: Relocate libc.so early during startup and dlmopen (bug 31083)
- elf: Introduce the _dl_open_relocate_one_object function
- elf: In _dl_relocate_object, skip processing if object is relocated
- Remove __access_noerrno
- malloc: Use __get_nprocs on arena_get2 (BZ 30945)
- aarch64: Fix libmvec benchmarks
* Mon Nov 27 2023 Florian Weimer <fweimer@redhat.com> - 2.38.9000-25
- Fix qsort workaround (#2248502)
* Thu Nov 23 2023 Florian Weimer <fweimer@redhat.com> - 2.38.9000-24
- Restore qsort workaround for 389-ds-base. (#2248502)
* Wed Nov 22 2023 Florian Weimer <fweimer@redhat.com> - 2.38.9000-23
- Apply glibc-benchtests-aarch64.patch to fix an aarch64 build failure.
- Drop glibc-rh2244688.patch revert. Fix applied upstream.
- Drop glibc-rh2244992.patch, glibc-rh2248915.patch, glibc-rh2248502-3.patch.
All applied upstream.
- Auto-sync with upstream branch master,
commit 5d7f1bce7d8eea31f4baeb68bcc3124b35acc751:
- posix: Revert the removal of the crypt prototype from <unistd.h>
- elf: Add comments on how LD_AUDIT and LD_PRELOAD handle __libc_enable_secure
- elf: Ignore LD_LIBRARY_PATH and debug env var for setuid for static
- elf: Remove any_debug from dl_main_state
- elf: Remove LD_PROFILE for static binaries
- elf: Ignore LD_PROFILE for setuid binaries
- s390: Use dl-symbol-redir-ifunc.h on cpu-tunables
- x86: Use dl-symbol-redir-ifunc.h on cpu-tunables
- elf: Emit warning if tunable is ill-formatted
- elf: Fix _dl_debug_vdprintf to work before self-relocation
- elf: Do not parse ill-formatted strings
- elf: Do not process invalid tunable format
- elf: Add all malloc tunable to unsecvars
- elf: Ignore GLIBC_TUNABLES for setuid/setgid binaries
- elf: Add GLIBC_TUNABLES to unsecvars
- elf: Remove /etc/suid-debug support
- stdlib: The qsort implementation needs to use heapsort in more cases
- stdlib: Handle various corner cases in the fallback heapsort for qsort
- stdlib: Avoid another self-comparison in qsort
- hurd: fix restarting reauth_dtable on signal
- hurd: Prevent the final file_exec_paths call from signals
- manual: Fix termios.c example. (Bug 31078)
- aarch64: Add vector implementations of expm1 routines
- linux: Use fchmodat2 on fchmod for flags different than 0 (BZ 26401)
- intl: Add test case for bug 16621
- resolv: free only initialized items from gai pool
- ldconfig: Fixes for skipping temporary files.
- nptl: Link tst-execstack-threads-mod.so with -z execstack
- nptl: Rename tst-execstack to tst-execstack-threads
- localedata: Convert oc_FR locale to UTF-8
- localedata: Add information for Occitan
- elf: Fix force_first handling in dlclose (bug 30981)
- elf: Handle non-directory name in search path (BZ 31035)
- New Zealand locales (en_NZ & mi_NZ) first day of week should be Monday
- x86: Fix unchecked AVX512-VBMI2 usage in strrchr-evex-base.S
- posix: Check pidfd_spawn with tst-spawn7-pid
- y2038: Fix support for 64-bit time on legacy ABIs
- AArch64: Remove Falkor memcpy
- AArch64: Add memset_zva64
- AArch64: Cleanup emag memset
- test: Run the tst-tls-allocation-failure-static-patched with test-wrapper.
- aarch64: Add vector implementations of log1p routines
- aarch64: Add vector implementations of atan2 routines
- aarch64: Add vector implementations of atan routines
- aarch64: Add vector implementations of acos routines
- aarch64: Add vector implementations of asin routines
* Wed Nov 15 2023 Florian Weimer <fweimer@redhat.com> - 2.38.9000-22
- Work around another self-comparison application issue in qsort (#2248502)
* Sat Nov 11 2023 Florian Weimer <fweimer@redhat.com> - 2.38.9000-21
- Fix missing entries in /etc/ld.so.cache (#2248915)
* Sat Nov 11 2023 Florian Weimer <fweimer@redhat.com> - 2.38.9000-20
- Drop glibc-rh2248502-*.patch, workaround applied upstream
- Auto-sync with upstream branch master,
commit d1dcb565a1fb5829f9476a1438c30eccc4027d04:
- Fix type typo in “String/Array Conventions” doc
- stdlib: Avoid element self-comparisons in qsort (#2248502)
- elf: Add glibc.mem.decorate_maps tunable
- linux: Decorate __libc_fatal error buffer
- assert: Decorate error message buffer
- malloc: Decorate malloc maps
- nptl: Decorate thread stack on pthread_create
- support: Add support_set_vma_name
- linux: Add PR_SET_VMA_ANON_NAME support
* Wed Nov 08 2023 Florian Weimer <fweimer@redhat.com> - 2.38.9000-19
- Fix force-first handling in dlclose, take two (#2244992, #2246048)
* Tue Nov 07 2023 Florian Weimer <fweimer@redhat.com> - 2.38.9000-18
- Revert back to old qsort/qsort_r implementation (#2248502)
- Adjust test build completion check to match new DejaGnu-style message.
- Auto-sync with upstream branch master,
commit 5dd3bda59c2d9da138f0d98808d087cdb95cdc17:
- sysdeps: sem_open: Clear O_CREAT when semaphore file is expected to exist [BZ #30789]
- Add SEGV_CPERR from Linux 6.6 to bits/siginfo-consts.h
- linux: Sync Linux 6.6 elf.h
- linux: Add HWCAP2_HBC from Linux 6.6 to AArch64 bits/hwcap.h
- linux: Add FSCONFIG_CMD_CREATE_EXCL from Linux 6.6 to sys/mount.h
- linux: Add MMAP_ABOVE4G from Linux 6.6 to sys/mman.h
- Update kernel version to 6.6 in header constant tests
- Update syscall lists for Linux 6.6
- Format test results closer to what DejaGnu does
- AArch64: Cleanup ifuncs
- Use correct subdir when building tst-rfc3484* for mach and arm
- stdlib: Add more qsort{_r} coverage
- stdlib: qsort: Move some macros to inline function
- stdlib: Move insertion sort out qsort
- stdlib: Optimization qsort{_r} swap implementation
- string: Add internal memswap implementation
- crypt: Remove manul entry for --enable-crypt
- Use Linux 6.6 in build-many-glibcs.py
- crypt: Remove libcrypt support
- sparc: Remove optimize md5, sha256, and sha512
- build-many-glibcs: Fix traililing whitespace
- AArch64: Add support for MOPS memcpy/memmove/memset
- Move getnameinfo from 'inet' to 'nss'
- Move getaddrinfo from 'posix' into 'nss'
- Move 'services' routines from 'inet' into 'nss'
- Move 'rpc' routines from 'inet' into 'nss'
- Move 'protocols' routines from 'inet' into 'nss'
- Move 'networks' routines from 'inet' into 'nss'
- Move 'netgroup' routines from 'inet' into 'nss'
- Move 'hosts' routines from 'inet' into 'nss'
- Move 'ethers' routines from 'inet' into 'nss'
- Move 'aliases' routines from 'inet' into 'nss'
- Remove 'shadow' and merge into 'nss'
- Remove 'pwd' and merge into 'nss'
- Remove 'gshadow' and merge into 'nss'
- Remove 'grp' and merge into 'nss' and 'posix'
- malloc: Fix tst-tcfree3 build csky-linux-gnuabiv2 with fortify source
- test-container: disable ld.so system cache on DSO detection
- aarch64: Add vector implementations of exp10 routines
- aarch64: Add vector implementations of log10 routines
- aarch64: Add vector implementations of log2 routines
- aarch64: Add vector implementations of exp2 routines
- aarch64: Add vector implementations of tan routines
- elf: ldconfig should skip temporary files created by package managers
- tst-spawn-cgroup.c: Fix argument order of UNSUPPORTED message.
- Add NT_PPC_DEXCR and NT_PPC_HASHKEYR from Linux 6.5 to elf.h
- s390: Fix undefined behaviour in feenableexcept, fedisableexcept [BZ #30960]
- elf: Do not print the cache entry if --inhibit-cache is used
* Thu Oct 26 2023 Carlos O'Donell <carlos@redhat.com> - 2.38.9000-17
- Revert "Fix force-first handling in dlclose" (#2246048)
* Tue Oct 24 2023 Arjun Shankar <arjun@redhat.com> - 2.38.9000-16
- Provide template gai.conf in glibc-doc
* Thu Oct 19 2023 Florian Weimer <fweimer@redhat.com> - 2.38.9000-15
- Fix force-first handling in dlclose (#2244992)
* Wed Oct 18 2023 Florian Weimer <fweimer@redhat.com> - 2.38.9000-14
- Revert "x86: Prepare `strrchr-evex` and `strrchr-evex512` for AVX10" (#2244688)
- Auto-sync with upstream branch master,
commit dd32e1db386c77c61850a7cbd0c126b7b3c63ece:
- Revert "elf: Always call destructors in reverse constructor order (bug 30785)"
- Revert "elf: Fix compile error with -DNDEBUG [BZ #18755]"
- Add strlcat/wcslcat testcase.
- Add strlcpy/wcslcpy testcase
- Add LE DSCP code point from RFC-8622.
- Add HWCAP2_MOPS from Linux 6.5 to AArch64 bits/hwcap.h
- Add SCM_SECURITY, SCM_PIDFD to bits/socket.h
- Add AT_HANDLE_FID from Linux 6.5 to bits/fcntl-linux.h
- Avoid maybe-uninitialized warning in __kernel_rem_pio2
- Fix WAIT_FOR_DEBUGGER for container tests.
/usr/lib/.build-id /usr/lib/.build-id/00 /usr/lib/.build-id/00/6117919ea2c79ff70b949b6bdbc734099bae3a /usr/lib/.build-id/01 /usr/lib/.build-id/01/378b0a317106d8720318a5976e9b55600ead13 /usr/lib/.build-id/02/0318b5a56d87864890658321ee8983e2b9239f /usr/lib/.build-id/02/35a8e6473ebe92adf692a3eac1c7fd4af4c7d0 /usr/lib/.build-id/02/96426bf2e33554e5cf836c8b8f4dc7170e8ee2 /usr/lib/.build-id/03/46249621efa070f5bfa09c3b8eda2587e3cd97 /usr/lib/.build-id/03/8c3ac6cfb3d699072f5fdda0fa82a89d191e54 /usr/lib/.build-id/04 /usr/lib/.build-id/04/1787a30994c96afc33c8e492049f250302644c /usr/lib/.build-id/04/a5388b848ad35c553f26b3098b45fa00a0bf64 /usr/lib/.build-id/05/cb3ef74add3a37072f519d740a3cf3b0f1d39c /usr/lib/.build-id/06/8748f0d68d0926d596ab00a8b2b02c28468558 /usr/lib/.build-id/06/c3af7551df8aa22e97c0f3e4f319280d2b985c /usr/lib/.build-id/06/efc9e0db8abb34f21aa77fbe5e468a2a049504 /usr/lib/.build-id/07/f0305250e01df8907500abb7a6de2ca80cdd25 /usr/lib/.build-id/08/6576f5578433c4c4ed17b31e57ecd23f187be3 /usr/lib/.build-id/09/b7e52c9d08a2c5aa449c8a3f838d980d1049af /usr/lib/.build-id/0a/31f70c14dbf7e88132669627e51a04ef4c96a5 /usr/lib/.build-id/0a/a23376dae93600b0429fc60772559c59e19a81 /usr/lib/.build-id/0b /usr/lib/.build-id/0b/6017085c6ce30204b2b21337d575613242ee0d /usr/lib/.build-id/0d/51d062466fc1ce9728510199fb2ede2d722169 /usr/lib/.build-id/0e/69cf047879e8988ccfb0c6927e82d21d84ded0 /usr/lib/.build-id/0e/9e47cf9bf6696100e43f959438cd6e28ebf2b0 /usr/lib/.build-id/0e/cd5421fe31a20491356c5a1ee8c2ab6a8f0dd2 /usr/lib/.build-id/0f/03a26a8c4c1246721317e1d8be449f385d53d6 /usr/lib/.build-id/10/66f437a2d0e67c4068b4345d5f950096fb6caa /usr/lib/.build-id/10/fbf5fd1e127f098b0fad9243a74a94b61747bb /usr/lib/.build-id/13/b036847e4b9b8a4adfc9d953896e50c1886d05 /usr/lib/.build-id/14/3806661e92a3ff021c4d999b9b832468123441 /usr/lib/.build-id/15/1bd78623d5fd622a380a20f3d7deaa7a490bce /usr/lib/.build-id/16/38b758ed6615a65da463715f832e2be1af42d0 /usr/lib/.build-id/16/d29aadfbb94ae8afe315152d4b271a1919ee72 /usr/lib/.build-id/17/2905aa8454fd7c1ae4d8bcec2792d4dc78d52f /usr/lib/.build-id/17/4b52cf5af8182ac88a200db80707d63d93a587 /usr/lib/.build-id/18 /usr/lib/.build-id/18/2dd6446cfc962a96b1fcb4b9dc3013265def88 /usr/lib/.build-id/19 /usr/lib/.build-id/19/56f4b4096af40c802f1947a37869bf57c7ad0f /usr/lib/.build-id/19/babc5bf802af5913cf50ac6f2a3a9d559415ba /usr/lib/.build-id/19/d912a39f36bf9737e3cf491de9e7c95ee2cf39 /usr/lib/.build-id/1b/0ae71a475b4974582aceb5f75bf406b0fa6c51 /usr/lib/.build-id/1b/a4739458995662230bfd49a2fd1ea93890a615 /usr/lib/.build-id/1d /usr/lib/.build-id/1d/1edfb38bd42335a1fd2f015e0e0ff2027d8576 /usr/lib/.build-id/1d/490eea387aadfc78318ef8866224fdd428f8ac /usr/lib/.build-id/1d/bb59a19a72db3855049fe2ef273749503921db /usr/lib/.build-id/1d/e296479620b7f78cbf7170c39e6c0bd8eeba81 /usr/lib/.build-id/1e /usr/lib/.build-id/1e/06ebc84d325324961c8993b239bf25abcfe446 /usr/lib/.build-id/1e/071d2004dcc1ddec0a76c83cafc1be7c3b37ab /usr/lib/.build-id/1f/fafee0568a3a3237b568f9cbdc4bf766266458 /usr/lib/.build-id/20/1ef9de7e13083606021a903d05c3cf7a0af283 /usr/lib/.build-id/20/753c85fabcc30fa29d59f2ebfde32ee5d9b086 /usr/lib/.build-id/20/f342e0880341ef128a0eb32b58938549d10c65 /usr/lib/.build-id/20/ff66096d5999205401c30f7dece6472424a875 /usr/lib/.build-id/21/d2db07d523177146e9f8cac601ae0f0f52e966 /usr/lib/.build-id/22/48610cd48295c1dcd47ead344652e573a3e5ca /usr/lib/.build-id/22/4fecb9359ee075daef94b318caa9b47b9f8135 /usr/lib/.build-id/22/61e7808397ac94210eab08acb39840f3f473ae /usr/lib/.build-id/22/ae0557c8dbcacf1b18fb5f8a36578fffa8e511 /usr/lib/.build-id/22/ff4e5c322d4f20f174ea0f2908f3497ebd1031 /usr/lib/.build-id/23 /usr/lib/.build-id/23/b7ab6da16672ce51ab2364afbdf235403e93a4 /usr/lib/.build-id/23/d5148024800c488f8a71da929ba6009154475a /usr/lib/.build-id/24/35e4512258e45d97cb3e193bdd739462539653 /usr/lib/.build-id/24/4e618a3aa135e908c52f32423a76e232788696 /usr/lib/.build-id/25/28db92b5ce33954ad162d68f569d4b4836ce82 /usr/lib/.build-id/25/834466403c386aea1ac46f6da1eb89df283387 /usr/lib/.build-id/25/b691bf7fc786320acc30f97b5c5a09a2defd9f /usr/lib/.build-id/26 /usr/lib/.build-id/26/1112c05578b5668f1cb8d73f253d12bdf62b47 /usr/lib/.build-id/27 /usr/lib/.build-id/27/0f68b62d96c562bdd8aaed43ef1f88f9938989 /usr/lib/.build-id/27/62336b63d59e6e3256f77d603818d5e43d173d /usr/lib/.build-id/27/9487bc94e50283e8d372af039af4367b50fb84 /usr/lib/.build-id/28/11d195d400a62d971c15ae01a29800ddccf5a9 /usr/lib/.build-id/28/351873f0ce74b9b733df730715c4111808f281 /usr/lib/.build-id/2a/59741a80afe17424e4a624cf3afc39ed3f61a7 /usr/lib/.build-id/2a/5d22c0ffbc2997a70d639e85c6cb88cb629e5a /usr/lib/.build-id/2b/a3593cfe39a6085203111a47eedde0845f8cba /usr/lib/.build-id/2b/a4073d6af673e8f1d295e94c9650486bfb40b4 /usr/lib/.build-id/2b/a9999f9fd0d587a04bdaf80a8245f58e354ff4 /usr/lib/.build-id/2c /usr/lib/.build-id/2c/02a37b39c52a282cc68ec45cfc2929422ae2b7 /usr/lib/.build-id/2d /usr/lib/.build-id/2d/1577967af1850463130d1bffa08a794f6b614b /usr/lib/.build-id/2d/e57e683b0b0ccd9f9def858331de50ff36f6c3 /usr/lib/.build-id/2e /usr/lib/.build-id/2e/0a2cbc0e008f747fb9a01918249b53390e69e0 /usr/lib/.build-id/2e/641588b97e333e3aec4f5a51400f85e2dfb064 /usr/lib/.build-id/2e/6effec1d9912962e62306015b621b449df4e79 /usr/lib/.build-id/2e/aa4e90c7b8879386de3b017b15037bbc37cc1e /usr/lib/.build-id/2f /usr/lib/.build-id/2f/f362d1276e95eff984fba67a17277e2df6e28c /usr/lib/.build-id/31/7f33b12d3bb09ca97bf9c1dcdae8524fcf8c8d /usr/lib/.build-id/31/81c679aa4d7d6da385a8a6951151bcec707277 /usr/lib/.build-id/31/e35523be10106de91753ce29f98d19683f9c7c /usr/lib/.build-id/33 /usr/lib/.build-id/33/553182f70ec96dedfbde2b8e48fb4b532d2b04 /usr/lib/.build-id/34/77abde0896232a52e11512aebd0416ea3aafd6 /usr/lib/.build-id/34/7cd3a2865e4b9f8d2d5d728e98ae79b82109f0 /usr/lib/.build-id/37 /usr/lib/.build-id/37/713ff66265ed0c434a86cab5943a8bc60cfcdc /usr/lib/.build-id/37/8596a7603f911eedd5c51362ca151c7c6ac946 /usr/lib/.build-id/38/158b006922084edbc8ef970cf3f5538b4b4af5 /usr/lib/.build-id/38/4cf73fc234f6f4e0067d44a2284ad970d1d5ae /usr/lib/.build-id/38/6eeca1cce82d49001067967a10402b414ebcb6 /usr/lib/.build-id/39/36336800fda1eda4557d81ac894b5b812b381e /usr/lib/.build-id/39/588adc1c984e9a4c6c9a00e2a121352f582c5c /usr/lib/.build-id/3a/2788c1194643d39329729752e1a02beca11705 /usr/lib/.build-id/3a/28f4de79a0716c8446ccffb92835a6583bdc5c /usr/lib/.build-id/3a/54eb616f9a00e89c59ae975976ac8fe6fdd699 /usr/lib/.build-id/3b /usr/lib/.build-id/3b/047e7851ef586b1e1c065d50c7196410da2cec /usr/lib/.build-id/3c/62ff289ba33ab0c090c122ca5320c8e57b5a75 /usr/lib/.build-id/3c/b3349a4670b448ace96ff2468995dff78d23ff /usr/lib/.build-id/3c/b427a32dac83c5dc1b4f0bb56b9d3b366310f1 /usr/lib/.build-id/3c/e89c28edd520c72012821ab398969dca2343f8 /usr/lib/.build-id/3c/f05f4ad621fafcb549ffccca0cf4c088e8416f /usr/lib/.build-id/3d/b4041027517f4e2c20fc8a95bb556e33808fb7 /usr/lib/.build-id/3d/fd951060e5d4f1db841b795b90466e2e5546a1 /usr/lib/.build-id/3e/02eefa2d734df4ec4ba73d973b1e72f8e2029e /usr/lib/.build-id/3e/7aef31a77dbceee5d5b7d4fb014ce9f03fb01e /usr/lib/.build-id/3e/cf3f59f59c7817873bd94fffed7f29aa029ec3 /usr/lib/.build-id/3f/03555a2f5ec50c09640440aa82e24f204910ed /usr/lib/.build-id/3f/50202d6ab5cbbe63b41bd4ae253d5c07daf421 /usr/lib/.build-id/3f/a371e12081d5e62ace06d554f7acb187129192 /usr/lib/.build-id/40 /usr/lib/.build-id/40/d3e75ac730c11c8bbfeef9553c702b9abc9ad4 /usr/lib/.build-id/41/362b8ac8a9929f5dfc1da1e056056c61db9d3c /usr/lib/.build-id/41/933c6c6020b4dda23f5140fab4d1bd0e8b280c /usr/lib/.build-id/41/f61882a5f9ae09de3dff5ccd9035529ad07dc8 /usr/lib/.build-id/42 /usr/lib/.build-id/42/f0e94feb4f917a81d1b9e070678d34938d1c10 /usr/lib/.build-id/43/005be1b9ccfb42bb4496f1238486826df68caf /usr/lib/.build-id/43/5413f628880d91acf970b10526c86fb9054e08 /usr/lib/.build-id/44/abd79fa23ccc7226771e46876c40c54c1ebd33 /usr/lib/.build-id/45/3bd50f496485ad4b888880249388972ed854da /usr/lib/.build-id/45/7bf02d3dc7f1b4cf3705a3c39d77ee723d2172 /usr/lib/.build-id/45/ea049dcc71549fffccabdf907fa8c5d35619aa /usr/lib/.build-id/48/4511eda667b243c073884777fadeddb2ea9cc7 /usr/lib/.build-id/49/67bef2c526c7aac314757dcb7c29a75194f0c6 /usr/lib/.build-id/49/b6f900f9dccacbdb6d9db1ddf03cf74ff8adeb /usr/lib/.build-id/4a /usr/lib/.build-id/4a/4dd27e6d6eb0c474a24d4cd07e91981cf5d0ed /usr/lib/.build-id/4a/83d4645cffcc8839497ebda57aed4250f028ce /usr/lib/.build-id/4b/083c48f5f1986b8a7ba3cda2e63560d995c09d /usr/lib/.build-id/4b/2bdfa276c04e06620d439e06cbeaf9f5e01140 /usr/lib/.build-id/4c /usr/lib/.build-id/4c/ea70ae94e2345bda38759e83c24a47248ec203 /usr/lib/.build-id/4d/90066156bef188d21ab42e682c528cdf7986c4 /usr/lib/.build-id/4e/70de254dff4107338afc8b014cb4e3a385c37d /usr/lib/.build-id/4e/fce58ed7ab95defe26694922f92befda2edc2d /usr/lib/.build-id/4f/e63a97a148c193e15049f8f43aaa21f8c83744 /usr/lib/.build-id/51 /usr/lib/.build-id/51/0b6edc3d7e981c2994afd5a29dbff2b9cd89d4 /usr/lib/.build-id/51/203e856a4c0b0e5bc15ba6e3a372e9db5ab803 /usr/lib/.build-id/51/7e03a74b3f42170f0a68660bfb78d0d1cfcfbc /usr/lib/.build-id/52/13b10adc6ee7858a09bd4eda3211d91f145182 /usr/lib/.build-id/52/2efd0108346fd905b03eafbb427ceafe4789a5 /usr/lib/.build-id/52/4d8591ce95ef6ca52bdfbaa322d8d7adfacf52 /usr/lib/.build-id/53/0d9c1b37b5a858c349d92f43e8e4875f0446c1 /usr/lib/.build-id/53/d20e0a475427173ba3a205406d4726f68b311d /usr/lib/.build-id/55/82dd125c9b7a629017aadc923f9d0464b7e4f0 /usr/lib/.build-id/56/206224847d605996ffde00a89e76a82406b0f4 /usr/lib/.build-id/56/c218638368decd1b344bf99d295b719cef16f4 /usr/lib/.build-id/57/0cdf634352d22cada7dd0f259bf779dd34b64a /usr/lib/.build-id/57/84f19dcc8b0c079c812586fa44c5209d8b617a /usr/lib/.build-id/57/983e40fa30c530288172c63a4067f60fa33f07 /usr/lib/.build-id/57/ddb544298bdef014ec1632913a0d7f293b759d /usr/lib/.build-id/57/dde3f60b8f6593e8d7b01a75026010ffa12839 /usr/lib/.build-id/58/18e1933da40c11e19b773e50677035d618df7c /usr/lib/.build-id/5a /usr/lib/.build-id/5a/28fa7bffabd04e77d03f1473b32b51cc079dac /usr/lib/.build-id/5a/96e447551019ed4efb58617d5462eb434d8bfb /usr/lib/.build-id/5a/d16cbbfdb99492ecf4b58c378bb6cc2210020a /usr/lib/.build-id/5a/f75e5869b7021a2709b9fcbb0bce568d75e3e3 /usr/lib/.build-id/5b /usr/lib/.build-id/5b/4b86cbd83474184031f7277ac8e368c839e75a /usr/lib/.build-id/5b/587fc733c35fb40e6b77b9bdb2d5ccbcd50502 /usr/lib/.build-id/5b/5d86a62ddc2ef86c7e2b6f93c98a11de3eef15 /usr/lib/.build-id/5b/aa577a97bc654c377c26a825e1b240c45c1551 /usr/lib/.build-id/5c /usr/lib/.build-id/5c/2058e1592927483eded47d77cd97991a8290c3 /usr/lib/.build-id/5d/a2ff224c089fc5085f6c8e014d41a885d71f22 /usr/lib/.build-id/5e /usr/lib/.build-id/5e/197e2a0c38aba30029e6fb0c43fb6eec674311 /usr/lib/.build-id/5f/d24892e2d7e9d73775123548967e0f702a8225 /usr/lib/.build-id/5f/ee0869b7480eb32be716ea8b6bfd2140798308 /usr/lib/.build-id/60 /usr/lib/.build-id/60/079106437ff9278f608c75bf34a64d0b87b1a0 /usr/lib/.build-id/60/0ef45e65f6e174707e638bf8652430aea94252 /usr/lib/.build-id/60/79dc6206c81d65cb6191bec6e59c593f67f49a /usr/lib/.build-id/61 /usr/lib/.build-id/61/23d942180023e4337ff49de4b0027b0ae5730b /usr/lib/.build-id/61/70e560e269d15868e95ae5d5e0a2f824a6d3b6 /usr/lib/.build-id/62/1b249944b9313020d6770eab4c273be0baab8d /usr/lib/.build-id/62/3057141da689c63ea12b8cac42306a71704077 /usr/lib/.build-id/62/e8316647b296e012169056c0e1445f657f69ad /usr/lib/.build-id/63/6fde17ac8165342ab361e12f7c4385d7cf65d6 /usr/lib/.build-id/63/c1743c6855718979669caf3a172318d7f60f6f /usr/lib/.build-id/63/e616280deecf941b0cc16f520d36e30658b884 /usr/lib/.build-id/64 /usr/lib/.build-id/64/edbd4cf4899e7236d2f8a65f23fd25bea32baa /usr/lib/.build-id/65 /usr/lib/.build-id/65/b14b2973e9f46aee3670c5f3294a8c7f138ce9 /usr/lib/.build-id/66/3b33d5babb77f63f375f11745f3c261b7bb3ea /usr/lib/.build-id/66/8058b73fffdc59c5dc6d7493ae666d035f596d /usr/lib/.build-id/66/85fe6ca400e67560ba4320fc87c314ea4446ad /usr/lib/.build-id/66/f2c0c1254947b7a661c1ce6fa5fb31d7a8baef /usr/lib/.build-id/67/2aa6d7cc3db8c74643cea15572ea61d365b18c /usr/lib/.build-id/68/aadd9b6dd622493c6594c06e53dd53a6c6127e /usr/lib/.build-id/68/ab5f9037ea2fe223f0fa2b9f358f499845ab95 /usr/lib/.build-id/69/863360b47ff4ee27efc6bd8a132b54363b767b /usr/lib/.build-id/69/c3ee253d5d104c288e2b8d3cd3e50936d49805 /usr/lib/.build-id/6a/45bc21b12ac72729890b9496fa3018c5e7830f /usr/lib/.build-id/6a/641be246a780f523104c0813b773f40747719e /usr/lib/.build-id/6b/a7e60cf40b33cf890c1e6120bce753255a92dc /usr/lib/.build-id/6e/2759548b0b51e341993044b22886b3687c3e2a /usr/lib/.build-id/6f /usr/lib/.build-id/6f/0edb3cba85ded7af88f76edd2cc8e41eecbf65 /usr/lib/.build-id/6f/99e11d6769222f4e628ded758b29bb6dcd7fea /usr/lib/.build-id/70 /usr/lib/.build-id/70/26530486ee200f2de7c9c74bb36825a8425a93 /usr/lib/.build-id/70/c88dff7052fd438ffb706944f393f60a207f5b /usr/lib/.build-id/71/3b72bfe72fc313683bdb7a87ebbbde81ebd462 /usr/lib/.build-id/72/4ef20a8f5fb6a58c117b28fdc219d1fc714866 /usr/lib/.build-id/73/4ed96771fec1d75d05c3d5456bb43ae5b271e8 /usr/lib/.build-id/73/c18b2291caaa975fe4baa213feb4034f388e76 /usr/lib/.build-id/73/d7fabf4930888a29426939d7dfd2ef08f078c0 /usr/lib/.build-id/74/92d9ce627b278682809df05cdf7172f71d8884 /usr/lib/.build-id/75/b2760e1e61bf7206e95fa2ba8c76ed74acceef /usr/lib/.build-id/75/fd4b9506e9a22c3dd4f872fbbb824200f79247 /usr/lib/.build-id/77/22b4a1976c01e6c03f7f74e7fa5131d899d5f3 /usr/lib/.build-id/77/5c6c41248734b540bb109982bc8feb32e2409f /usr/lib/.build-id/79 /usr/lib/.build-id/79/9484ab796aeea2b0bf610a345808bf64b8cced /usr/lib/.build-id/79/ae7b95a86fb525e7cc04123672cf71f2eaff8a /usr/lib/.build-id/79/df4b5b80dde100fd5318540a1f537179de5458 /usr/lib/.build-id/7a /usr/lib/.build-id/7a/89fe095f2deca91cf3f2c52de2b1679ecc5abf /usr/lib/.build-id/7b /usr/lib/.build-id/7b/41c72cc3508db317140e79f6894ef90a22f83f /usr/lib/.build-id/7b/f4b09356f8f307d900dac19adbfce0526c0aab /usr/lib/.build-id/7c /usr/lib/.build-id/7c/35753147e9f535c4448a879453314734e3089c /usr/lib/.build-id/7e/1c937d0b5d0930cddd73c5fce71e7d911ac9c5 /usr/lib/.build-id/7e/862bd27f3c38351496ebc2cc39c10a2eaca314 /usr/lib/.build-id/7f /usr/lib/.build-id/7f/0ed36da95bc991e8fd08324c7b5d84759b64f5 /usr/lib/.build-id/81 /usr/lib/.build-id/81/ab28299d9e58c20bcc57793eba22bd01291a8c /usr/lib/.build-id/82/252e56b05269dae449b96d2c481280c6b1049f /usr/lib/.build-id/82/9f7615d2a05c1384b5f8eea15f9d833054f7a4 /usr/lib/.build-id/83/b9fae55db8e023857cacbe1c43caabbd96693d /usr/lib/.build-id/84/5c57f2690d587da6a1071d00cfa0cacb56147f /usr/lib/.build-id/84/6d791f64d1e5972e2ad11ee4bab4614d118b75 /usr/lib/.build-id/86 /usr/lib/.build-id/86/88fd0495bc8c04499248f19791ee45d342fa33 /usr/lib/.build-id/86/bef5c1130646d90c3a235c91aa29c195db6413 /usr/lib/.build-id/86/d7a93c70dd4922dd75aa5ab3f2414070404723 /usr/lib/.build-id/87/23c22a891057352fbdca650de4b27d5ca0944b /usr/lib/.build-id/87/c0f935103b0445593ba5c826f0f8d2acb90f5f /usr/lib/.build-id/88 /usr/lib/.build-id/88/9c87a2c646ab8629444fda42c7115f70356af4 /usr/lib/.build-id/88/aa5b349029f507fb200a50c8d2aeeecbdf58a0 /usr/lib/.build-id/89 /usr/lib/.build-id/89/1778a69c1d1fd85709bf94534635731bcf80ef /usr/lib/.build-id/8a/2416341499af680a7607fb7ecb33915931a591 /usr/lib/.build-id/8a/7a2b3c9f1912b69b1c6a6401d8db318e564ec4 /usr/lib/.build-id/8a/823a9ca8e02d649577cfeb15c942e10e6a494a /usr/lib/.build-id/8a/b04094c4e75cf8ef5553df9a1a97b4a22db546 /usr/lib/.build-id/8a/fb39904e6a875c6d86c417d1392566ce0befa5 /usr/lib/.build-id/8d/9322837f0b0001396feeb2fee9fbd10de29842 /usr/lib/.build-id/8d/ba5b1a7a928bd306d3551f55a1c3363d4b29f0 /usr/lib/.build-id/8e/03b4a5b4b75ee83312bc2834768aad25b4752a /usr/lib/.build-id/8e/06b44e07ff4188b122e5300f85f90917d3138c /usr/lib/.build-id/8e/77395477597f8532b9768b888f181682090079 /usr/lib/.build-id/8e/ce43c0153a57c2abee25b992ec03be279a9b97 /usr/lib/.build-id/8e/e7c9a288f46bc736f766a123bf04c2a10595b7 /usr/lib/.build-id/8f /usr/lib/.build-id/8f/6d28a984b64f633fab8990e115ba244cb2364e /usr/lib/.build-id/90/e6f2a09b8fe0f65ba09d5270d1918fc2b03288 /usr/lib/.build-id/91/84cb6f79937a9270679544086c48d0a7c44075 /usr/lib/.build-id/91/bed75a9d43d74493094427a80397f94d3e6036 /usr/lib/.build-id/91/e9dae4df63ecbde8a4932be646af039766eb9b /usr/lib/.build-id/94/163e3728c493141fb6c60b6e547b4b6a330ccf /usr/lib/.build-id/95/5c937d1173b37ff4ae8f7b1ce2e22ef9b9e310 /usr/lib/.build-id/95/cf2a7c46f4c2a17788decbae7aac8de1ee7703 /usr/lib/.build-id/95/d27551344b2ecb5ce386e12b075c5475d87764 /usr/lib/.build-id/96/2192447be7a16f7566c752ec2a221e0cedf058 /usr/lib/.build-id/96/bcbe867b42e1dec4d6aabd0bcf907aad5455fc /usr/lib/.build-id/97/24e7d88ffcf216fd2723df033633e39164015c /usr/lib/.build-id/97/48305b80ab81cca82821dedc560380b106682e /usr/lib/.build-id/97/56569f7feb7e741c2dba4d13e72b952cdbcae6 /usr/lib/.build-id/97/7dbfeac24db2b021e7b1941e0eecdf35a93426 /usr/lib/.build-id/99/722741256ebc7b6d95597300aa19217d7afc94 /usr/lib/.build-id/9a/b1ae66c5bc05deb9dae412875ed44201985b7b /usr/lib/.build-id/9a/ccbc8fdcb1f0fd25ff3397695acedaba7ee4bc /usr/lib/.build-id/9b/5126e8690803f46b31edecf65e8b31887e0950 /usr/lib/.build-id/9b/593579a15f5037577d59903cf426ccbc6544b4 /usr/lib/.build-id/9b/fc08ccdb3fd7366d88cad32ed5707f3dab9240 /usr/lib/.build-id/9c/cc35af51240a3aec539337cf0f684921e2026c /usr/lib/.build-id/9c/e391de12f54548bf6b6f496f3c8416562ee555 /usr/lib/.build-id/9f/95ac850e02d42f64f942d154e6f62424467cee /usr/lib/.build-id/9f/cbfa7892d621ce019ac34a9da7cbc22c33b5a4 /usr/lib/.build-id/a0 /usr/lib/.build-id/a0/2808f3035b52c0041fca6d12fb77e7132a8b32 /usr/lib/.build-id/a0/928609a77d9d854fb86b00efcc7c546f300d47 /usr/lib/.build-id/a0/c506f2455a655003c089e13ea9d041cb123b4b /usr/lib/.build-id/a1/4c5bf3be093b5c7423d23bf3cbe47f4b154789 /usr/lib/.build-id/a1/9df90a3151553b8cd854a8ad0c4c6ba708223f /usr/lib/.build-id/a2/0df6182e11fb8fc7cef944ad901b7228d31809 /usr/lib/.build-id/a2/9d918b983121686105a9b9e190e5ddd49feeaf /usr/lib/.build-id/a3 /usr/lib/.build-id/a3/391d3702554c0350e4310164fc471ab3c5cfbc /usr/lib/.build-id/a3/caf47490e369dbbac3376c4e604942456b8eb3 /usr/lib/.build-id/a6/a467a8e45b0bb20a8a13a23a43bde0f7e5bd0d /usr/lib/.build-id/a7/b055fa18b7e7e54f73b790d750edd3f0cf4395 /usr/lib/.build-id/a8/0cb1c872ef913c825affe03806457529f4c024 /usr/lib/.build-id/a8/88dcacef5f28f6588a67bffe18bc8c6a3045e9 /usr/lib/.build-id/a9 /usr/lib/.build-id/a9/5c93d06359b60d018d09694478eca5ff82455f /usr/lib/.build-id/a9/b9baeb560e3898ce73c11ee90b3af7363132ff /usr/lib/.build-id/aa /usr/lib/.build-id/aa/a4d3d07744e96a1fb3da8c26b2b0a8aac2ffa7 /usr/lib/.build-id/aa/a515cc2316875e796b40ffba1d302372bf755e /usr/lib/.build-id/aa/c3a60986701843db3f611fc708af2fcabab60c /usr/lib/.build-id/ae /usr/lib/.build-id/ae/97ce62ccdefaabaeef421df49d36fa6dd4fedb /usr/lib/.build-id/af/4157c8fbb22415264382aa896482b9a8d3ebff /usr/lib/.build-id/af/bde1e24507fc04d6c901cd7068ba29f72dcbfe /usr/lib/.build-id/b0 /usr/lib/.build-id/b0/1fb4529fc9b05554e2e34a26ca1e2ba04e9f96 /usr/lib/.build-id/b0/373a08879c824eec1546077f4e1247b4e5ee99 /usr/lib/.build-id/b0/42ca492a42d7116a00a49b50972f1a3f5b8762 /usr/lib/.build-id/b0/56ebeeeea078aeab2de5c10718b0f3b9083495 /usr/lib/.build-id/b0/dbedc36aff71b9f87c548b503b7983e5d5caed /usr/lib/.build-id/b1 /usr/lib/.build-id/b1/30db4fdf802b5c3bfacc2de24cd630165d527d /usr/lib/.build-id/b1/60b09f9a3fc2fb18da5a9a2ad2b1d2dac49c6d /usr/lib/.build-id/b1/8a49c2e439bda03c7d58deb4e4b13a746f373e /usr/lib/.build-id/b2/b34651c1f7481302a849eabd2e3377cdb1f7cc /usr/lib/.build-id/b3/1e6a71386588f4098a7d61f7ace73b1468fe32 /usr/lib/.build-id/b3/33c7eddd89f4900c2c14fa5a80e09de94d4a54 /usr/lib/.build-id/b3/8b4d475ecced36da43606fda5545039f40db8a /usr/lib/.build-id/b3/b897e8571b48663ec70a82bfef034cca65d8b5 /usr/lib/.build-id/b4 /usr/lib/.build-id/b4/3b26d69d12d6eef6c88278c793c01d2be46f87 /usr/lib/.build-id/b6 /usr/lib/.build-id/b6/384f2c9ab6f65ed6e2ee6709201aa402fb7ddd /usr/lib/.build-id/b7/09215efa50c015d00cfa81089ca59ae471ff93 /usr/lib/.build-id/b7/30207829e5a420a2319ce80de24937ece1a9a3 /usr/lib/.build-id/b7/e5c4baa2b4ad9f4fde54a2b59c04200c0d4093 /usr/lib/.build-id/b9/87876974497bef530543b802ed530c15b623cf /usr/lib/.build-id/b9/8f36e0f6f296ab27af697479b94a852fa0f96f /usr/lib/.build-id/b9/9149f58c20eda2fae1a9179f111a358406eed0 /usr/lib/.build-id/ba /usr/lib/.build-id/ba/86bf08f95c8115f81322d275157b3e7a8e6dc3 /usr/lib/.build-id/ba/ca5376d358eeaaf11bfd22aa67e5f54438197b /usr/lib/.build-id/bb/3916bd2b474ff8b3d32016e497484d13d01633 /usr/lib/.build-id/bb/410fcd5e482b9f672762fc0f1afa612dfbf9fc /usr/lib/.build-id/bb/566e64fdaf57648c3997507ff81a5fb96dff47 /usr/lib/.build-id/bd /usr/lib/.build-id/bd/e7969bd9e3061de9b9f21954ec71d7058bd954 /usr/lib/.build-id/be /usr/lib/.build-id/be/6e25dda0a89241108cb0378fa51994a26035fc /usr/lib/.build-id/bf /usr/lib/.build-id/bf/0e526f3e65ffc696bf1f303024f3131fcc0008 /usr/lib/.build-id/bf/566064d063c34aea8e770f94e3f4353e2fdcac /usr/lib/.build-id/bf/5bb76988f949855f4c42399d95479815cf720a /usr/lib/.build-id/bf/be904cdb267b318b23aae2c71aabee084f5f46 /usr/lib/.build-id/c0 /usr/lib/.build-id/c0/08cf56beca2d40eeb601e90ce4eb3f0b870241 /usr/lib/.build-id/c0/3555ec099c409da5a555dc0a5522ac7be4b1cd /usr/lib/.build-id/c0/793a535e267a1bb0bd6b39ad576d6b319a18b3 /usr/lib/.build-id/c1/9aa8ff5e30b8a7874f8c72411bf36137a472b0 /usr/lib/.build-id/c2/01103042de8fdb007a1ce46171efac96311344 /usr/lib/.build-id/c3/25cd355d2b4b7f532b87223dcb876c20c509d1 /usr/lib/.build-id/c4/3f8edddd52dd17adf0e60f37831420d1cdb569 /usr/lib/.build-id/c4/9078f3135771aaf491b0684b59ecdfe642c014 /usr/lib/.build-id/c4/e22a538d049343c5eddd8d6f0b6ecbe2a4a392 /usr/lib/.build-id/c5/a3c62f70af46b98154f74f4747f80286098ab9 /usr/lib/.build-id/c5/e1fca4b163bb15813855c8f701e789b2e2d7b9 /usr/lib/.build-id/c6/115b483758792cdb852ab0ca06179a6b30d5ae /usr/lib/.build-id/c6/e5696f44bc5a21e70c070a0ad7cc5f157ac7c8 /usr/lib/.build-id/c7/140fc281a09744fe928f444bca86fbb6a9fed3 /usr/lib/.build-id/c7/a65a9d52de4a96da0e51bf496cb216521c536c /usr/lib/.build-id/c7/c421017fe6dbc27b026a4b1f35faff22414b21 /usr/lib/.build-id/c8 /usr/lib/.build-id/c8/977b7ca184671e0f4c8f948d133bc3dec79304 /usr/lib/.build-id/c8/d002e65b0c146defae8d85e949c64ca87bbc1e /usr/lib/.build-id/c9/d13319ab458e4a16dfe42fd84ecbc40cdfb271 /usr/lib/.build-id/c9/e1c35a790cfe9cdfb4aa268fd2ab7eb1043db0 /usr/lib/.build-id/cb/465a562c1ae79d07578e27eff042cb64797ab8 /usr/lib/.build-id/cb/f574247335c4fc02a2a472a71c8c35b8dbb628 /usr/lib/.build-id/cc /usr/lib/.build-id/cc/054719fb13c667ef20b36ebdaa35e47fb5158e /usr/lib/.build-id/cc/7c6b776431d1720bfe1a0a9fc37137ffeac73a /usr/lib/.build-id/cc/c75ae5a8d4cb770f1fb46c0982db542592103e /usr/lib/.build-id/cd/5f430f79b26440fe0cf850ccd57a2f55d6842e /usr/lib/.build-id/cd/863dad6b4ab3aa9e3bc5b545cc000055d788f5 /usr/lib/.build-id/ce/3644e6b3f7b733993136b5bf09eed06b3bdaed /usr/lib/.build-id/ce/3715e2e893aa832a7729f446ba3885532701a5 /usr/lib/.build-id/ce/f6ba5f51bbf4ac77e61378abc1e09b8ee42079 /usr/lib/.build-id/cf/1306f0330515a8fdf8e2ee17129f74c22f58d3 /usr/lib/.build-id/cf/30306664a6f2e2e5498352cb2ec82ab853609a /usr/lib/.build-id/d0/d313f1d84a34f5e591ff87a65408710c03b45d /usr/lib/.build-id/d1/127bb94a40eb5e37ade5a0b3354305441f7bb4 /usr/lib/.build-id/d1/18b7d1cd827cc5bd32c00a103b8a20f4556d7e /usr/lib/.build-id/d1/92043013c4b6b54a185f8481587c796ce138bf /usr/lib/.build-id/d1/a1434fdb8021822ce61921714e7a083d3fb30c /usr/lib/.build-id/d2/148f74250d80466b242bb871f8ecd99e2c019d /usr/lib/.build-id/d4/22c9b6105a423620c597d0647271664a6429a1 /usr/lib/.build-id/d4/a53ef2349c81bece9cfcfbb8c476bbeabd5562 /usr/lib/.build-id/d6/859483c9027549ba52473cce48278fa7ce36d5 /usr/lib/.build-id/d6/dda169a56b07c3f5d9b2fc5716451124bd74f4 /usr/lib/.build-id/d7/4243e1c8047232af3cdda6f005a48a1e5aa159 /usr/lib/.build-id/d7/71a19d875e52251120d4679a6f3476178cb047 /usr/lib/.build-id/d8 /usr/lib/.build-id/d8/07ef25079df8f50566c39ab5ab316973f1d4f2 /usr/lib/.build-id/da/5c746b545b458181dbc458503a982d673f5fc5 /usr/lib/.build-id/da/78c511df7a70756e6d16a7d861960688a2f90a /usr/lib/.build-id/db/68efb2e71291dc07285cdb319e29efbfd594f3 /usr/lib/.build-id/db/73665f9b74d5ea66cb922f807ef4b9bc74b2d9 /usr/lib/.build-id/db/bb6c856aa470b11264f353cc4440ea5e078930 /usr/lib/.build-id/db/d4a7edf7456480926b935a1e9b7c8731848fbc /usr/lib/.build-id/dc/76d3fec437ccfcdf341f8d445e441c8b1ddf0e /usr/lib/.build-id/dd/0be54121d1ddd27d42cfb6cf4cf055af0a17bc /usr/lib/.build-id/de/9343ca184ef608b1a2e88d6a0e02c693b3ff85 /usr/lib/.build-id/df/37b03bdf8780719ee82f35aa6ab9b87aa7c0a0 /usr/lib/.build-id/e0/179c30c992bd4ea8c94b1204493f443bb03708 /usr/lib/.build-id/e0/666e1efb343f91eb92cd48b0a90e6aca44e618 /usr/lib/.build-id/e1/73cd855d6aa4c207ca78666cd455dc58add433 /usr/lib/.build-id/e1/ce1ae84071b1f0d1d442b9542b8a85538d1836 /usr/lib/.build-id/e2/8d93a0d5081b6cf5f8d5d9d4bee397cd6479ae /usr/lib/.build-id/e4/a1e57cfbefeb8ce5657f75c9d83025091c2540 /usr/lib/.build-id/e4/c708f79502fecee26a9b94415c1e477e4ba763 /usr/lib/.build-id/e4/eb40b7caf57652fa9517295fa97683b195d6b3 /usr/lib/.build-id/e5/710492d3e13d45c58c6d7ce5f89229f4ddd095 /usr/lib/.build-id/e7/b105456e0123887e55656847d37e8bf5597036 /usr/lib/.build-id/e8 /usr/lib/.build-id/e8/20a6e42415fd87b1d6297479cd586f78f3cca5 /usr/lib/.build-id/e8/33bde32c02f6485631553ab1baba59ee764559 /usr/lib/.build-id/e9/66dbee4591057a0dfbb5f43c8dd566472a7e12 /usr/lib/.build-id/e9/a94abf3101875a6ebc6cb9137cda903abfe699 /usr/lib/.build-id/e9/b37a3add2355736d21004518198c87060e4e65 /usr/lib/.build-id/ea /usr/lib/.build-id/ea/0516ae7ef0cd5d4dae8aa0ee49cfbe58bc25ee /usr/lib/.build-id/ea/d148d528475b7e63d54458ea63f0b95a32fdbc /usr/lib/.build-id/eb/83a910b35f5e44089c3bc26c5be40a55189399 /usr/lib/.build-id/eb/f0996656f1176d7ea143021bd2acb646b3e044 /usr/lib/.build-id/ec/432641de398c013015409dd0035ec3628e02f7 /usr/lib/.build-id/ed/1e8f8f63759939c52bac1843d07ff8d7fab67d /usr/lib/.build-id/f0 /usr/lib/.build-id/f0/696cf57d513b6af9584ed4d7d2e2950ce5ffe0 /usr/lib/.build-id/f0/d39f5546322aec14fef10e408628d065bd405a /usr/lib/.build-id/f1 /usr/lib/.build-id/f1/7994a6f6daffe47e6fdc6972d79405a732cc65 /usr/lib/.build-id/f1/ada103c28f084384df10e07cd1751b3b983791 /usr/lib/.build-id/f2/03d5392bd38ae4df724fddf19a4a0da63e7359 /usr/lib/.build-id/f2/4c79abc525e4e7cfd1b86e7f72377222a62518 /usr/lib/.build-id/f2/f6538e5b6c3927c57697ad48fbb6e746a0dec3 /usr/lib/.build-id/f3 /usr/lib/.build-id/f3/a5b1a229139f3aa3d2ae9519d4eae60a114e2f /usr/lib/.build-id/f3/bd842f8b6a534f23769e6bff1eb7cf8f62d759 /usr/lib/.build-id/f5 /usr/lib/.build-id/f5/11d092cd8f33098a660dc27113e07438039d1b /usr/lib/.build-id/f5/766bf99396675e13f3485e1f1f109694b937f1 /usr/lib/.build-id/f5/9a971db52d057077de855cf33387ad942d1e56 /usr/lib/.build-id/f5/fbbefdb64475684a82cb719d2e77e556a893f6 /usr/lib/.build-id/f7/ba3389e227ce8cab41688ac48b4e254c275441 /usr/lib/.build-id/f7/f0e539ad288e2254712b506e9581ea3ffc7975 /usr/lib/.build-id/f8/97f882452598ff9e15ba274a23efc4ab2699ed /usr/lib/.build-id/fa/600c4c4b772c3b5d96ab8f4efd45948817d12a /usr/lib/.build-id/fa/66058817a5474705c0d2026154f196b33533fa /usr/lib/.build-id/fa/cbe5edf256b11f66ba414bdaf4beb1133886b3 /usr/lib/.build-id/fb/af0150077899ef131511551bc4e46436dd2b22 /usr/lib/.build-id/fc/9cd9b3e4024cde3e659ca98bcbdd214ba4488a /usr/libexec/glibc-benchtests /usr/libexec/glibc-benchtests/bench-acos /usr/libexec/glibc-benchtests/bench-acosh /usr/libexec/glibc-benchtests/bench-arc4random /usr/libexec/glibc-benchtests/bench-asin /usr/libexec/glibc-benchtests/bench-asinh /usr/libexec/glibc-benchtests/bench-atan /usr/libexec/glibc-benchtests/bench-atan2 /usr/libexec/glibc-benchtests/bench-atanh /usr/libexec/glibc-benchtests/bench-bzero /usr/libexec/glibc-benchtests/bench-bzero-large /usr/libexec/glibc-benchtests/bench-bzero-walk /usr/libexec/glibc-benchtests/bench-cbrt /usr/libexec/glibc-benchtests/bench-cbrtl /usr/libexec/glibc-benchtests/bench-cos /usr/libexec/glibc-benchtests/bench-cosf /usr/libexec/glibc-benchtests/bench-cosh /usr/libexec/glibc-benchtests/bench-dl-elf-hash /usr/libexec/glibc-benchtests/bench-dl-new-hash /usr/libexec/glibc-benchtests/bench-double-vlen1-acos /usr/libexec/glibc-benchtests/bench-double-vlen1-acosh /usr/libexec/glibc-benchtests/bench-double-vlen1-asin /usr/libexec/glibc-benchtests/bench-double-vlen1-asinh /usr/libexec/glibc-benchtests/bench-double-vlen1-atan /usr/libexec/glibc-benchtests/bench-double-vlen1-atan2 /usr/libexec/glibc-benchtests/bench-double-vlen1-atanh /usr/libexec/glibc-benchtests/bench-double-vlen1-cbrt /usr/libexec/glibc-benchtests/bench-double-vlen1-cos /usr/libexec/glibc-benchtests/bench-double-vlen1-cosh /usr/libexec/glibc-benchtests/bench-double-vlen1-erf /usr/libexec/glibc-benchtests/bench-double-vlen1-erfc /usr/libexec/glibc-benchtests/bench-double-vlen1-exp /usr/libexec/glibc-benchtests/bench-double-vlen1-exp10 /usr/libexec/glibc-benchtests/bench-double-vlen1-exp2 /usr/libexec/glibc-benchtests/bench-double-vlen1-expm1 /usr/libexec/glibc-benchtests/bench-double-vlen1-hypot /usr/libexec/glibc-benchtests/bench-double-vlen1-log /usr/libexec/glibc-benchtests/bench-double-vlen1-log10 /usr/libexec/glibc-benchtests/bench-double-vlen1-log1p /usr/libexec/glibc-benchtests/bench-double-vlen1-log2 /usr/libexec/glibc-benchtests/bench-double-vlen1-pow /usr/libexec/glibc-benchtests/bench-double-vlen1-sin /usr/libexec/glibc-benchtests/bench-double-vlen1-sinh /usr/libexec/glibc-benchtests/bench-double-vlen1-tan /usr/libexec/glibc-benchtests/bench-double-vlen1-tanh /usr/libexec/glibc-benchtests/bench-double-vlen2-acos /usr/libexec/glibc-benchtests/bench-double-vlen2-acosh /usr/libexec/glibc-benchtests/bench-double-vlen2-asin /usr/libexec/glibc-benchtests/bench-double-vlen2-asinh /usr/libexec/glibc-benchtests/bench-double-vlen2-atan /usr/libexec/glibc-benchtests/bench-double-vlen2-atan2 /usr/libexec/glibc-benchtests/bench-double-vlen2-atanh /usr/libexec/glibc-benchtests/bench-double-vlen2-cbrt /usr/libexec/glibc-benchtests/bench-double-vlen2-cos /usr/libexec/glibc-benchtests/bench-double-vlen2-cosh /usr/libexec/glibc-benchtests/bench-double-vlen2-erf /usr/libexec/glibc-benchtests/bench-double-vlen2-erfc /usr/libexec/glibc-benchtests/bench-double-vlen2-exp /usr/libexec/glibc-benchtests/bench-double-vlen2-exp10 /usr/libexec/glibc-benchtests/bench-double-vlen2-exp2 /usr/libexec/glibc-benchtests/bench-double-vlen2-expm1 /usr/libexec/glibc-benchtests/bench-double-vlen2-hypot /usr/libexec/glibc-benchtests/bench-double-vlen2-log /usr/libexec/glibc-benchtests/bench-double-vlen2-log10 /usr/libexec/glibc-benchtests/bench-double-vlen2-log1p /usr/libexec/glibc-benchtests/bench-double-vlen2-log2 /usr/libexec/glibc-benchtests/bench-double-vlen2-pow /usr/libexec/glibc-benchtests/bench-double-vlen2-sin /usr/libexec/glibc-benchtests/bench-double-vlen2-sinh /usr/libexec/glibc-benchtests/bench-double-vlen2-tan /usr/libexec/glibc-benchtests/bench-double-vlen2-tanh /usr/libexec/glibc-benchtests/bench-double-vlen4-acos /usr/libexec/glibc-benchtests/bench-double-vlen4-acosh /usr/libexec/glibc-benchtests/bench-double-vlen4-asin /usr/libexec/glibc-benchtests/bench-double-vlen4-asinh /usr/libexec/glibc-benchtests/bench-double-vlen4-atan /usr/libexec/glibc-benchtests/bench-double-vlen4-atan2 /usr/libexec/glibc-benchtests/bench-double-vlen4-atanh /usr/libexec/glibc-benchtests/bench-double-vlen4-avx2-acos /usr/libexec/glibc-benchtests/bench-double-vlen4-avx2-acosh /usr/libexec/glibc-benchtests/bench-double-vlen4-avx2-asin /usr/libexec/glibc-benchtests/bench-double-vlen4-avx2-asinh /usr/libexec/glibc-benchtests/bench-double-vlen4-avx2-atan /usr/libexec/glibc-benchtests/bench-double-vlen4-avx2-atan2 /usr/libexec/glibc-benchtests/bench-double-vlen4-avx2-atanh /usr/libexec/glibc-benchtests/bench-double-vlen4-avx2-cbrt /usr/libexec/glibc-benchtests/bench-double-vlen4-avx2-cos /usr/libexec/glibc-benchtests/bench-double-vlen4-avx2-cosh /usr/libexec/glibc-benchtests/bench-double-vlen4-avx2-erf /usr/libexec/glibc-benchtests/bench-double-vlen4-avx2-erfc /usr/libexec/glibc-benchtests/bench-double-vlen4-avx2-exp /usr/libexec/glibc-benchtests/bench-double-vlen4-avx2-exp10 /usr/libexec/glibc-benchtests/bench-double-vlen4-avx2-exp2 /usr/libexec/glibc-benchtests/bench-double-vlen4-avx2-expm1 /usr/libexec/glibc-benchtests/bench-double-vlen4-avx2-hypot /usr/libexec/glibc-benchtests/bench-double-vlen4-avx2-log /usr/libexec/glibc-benchtests/bench-double-vlen4-avx2-log10 /usr/libexec/glibc-benchtests/bench-double-vlen4-avx2-log1p /usr/libexec/glibc-benchtests/bench-double-vlen4-avx2-log2 /usr/libexec/glibc-benchtests/bench-double-vlen4-avx2-pow /usr/libexec/glibc-benchtests/bench-double-vlen4-avx2-sin /usr/libexec/glibc-benchtests/bench-double-vlen4-avx2-sinh /usr/libexec/glibc-benchtests/bench-double-vlen4-avx2-tan /usr/libexec/glibc-benchtests/bench-double-vlen4-avx2-tanh /usr/libexec/glibc-benchtests/bench-double-vlen4-cbrt /usr/libexec/glibc-benchtests/bench-double-vlen4-cos /usr/libexec/glibc-benchtests/bench-double-vlen4-cosh /usr/libexec/glibc-benchtests/bench-double-vlen4-erf /usr/libexec/glibc-benchtests/bench-double-vlen4-erfc /usr/libexec/glibc-benchtests/bench-double-vlen4-exp /usr/libexec/glibc-benchtests/bench-double-vlen4-exp10 /usr/libexec/glibc-benchtests/bench-double-vlen4-exp2 /usr/libexec/glibc-benchtests/bench-double-vlen4-expm1 /usr/libexec/glibc-benchtests/bench-double-vlen4-hypot /usr/libexec/glibc-benchtests/bench-double-vlen4-log /usr/libexec/glibc-benchtests/bench-double-vlen4-log10 /usr/libexec/glibc-benchtests/bench-double-vlen4-log1p /usr/libexec/glibc-benchtests/bench-double-vlen4-log2 /usr/libexec/glibc-benchtests/bench-double-vlen4-pow /usr/libexec/glibc-benchtests/bench-double-vlen4-sin /usr/libexec/glibc-benchtests/bench-double-vlen4-sinh /usr/libexec/glibc-benchtests/bench-double-vlen4-tan /usr/libexec/glibc-benchtests/bench-double-vlen4-tanh /usr/libexec/glibc-benchtests/bench-double-vlen8-acos /usr/libexec/glibc-benchtests/bench-double-vlen8-acosh /usr/libexec/glibc-benchtests/bench-double-vlen8-asin /usr/libexec/glibc-benchtests/bench-double-vlen8-asinh /usr/libexec/glibc-benchtests/bench-double-vlen8-atan /usr/libexec/glibc-benchtests/bench-double-vlen8-atan2 /usr/libexec/glibc-benchtests/bench-double-vlen8-atanh /usr/libexec/glibc-benchtests/bench-double-vlen8-cbrt /usr/libexec/glibc-benchtests/bench-double-vlen8-cos /usr/libexec/glibc-benchtests/bench-double-vlen8-cosh /usr/libexec/glibc-benchtests/bench-double-vlen8-erf /usr/libexec/glibc-benchtests/bench-double-vlen8-erfc /usr/libexec/glibc-benchtests/bench-double-vlen8-exp /usr/libexec/glibc-benchtests/bench-double-vlen8-exp10 /usr/libexec/glibc-benchtests/bench-double-vlen8-exp2 /usr/libexec/glibc-benchtests/bench-double-vlen8-expm1 /usr/libexec/glibc-benchtests/bench-double-vlen8-hypot /usr/libexec/glibc-benchtests/bench-double-vlen8-log /usr/libexec/glibc-benchtests/bench-double-vlen8-log10 /usr/libexec/glibc-benchtests/bench-double-vlen8-log1p /usr/libexec/glibc-benchtests/bench-double-vlen8-log2 /usr/libexec/glibc-benchtests/bench-double-vlen8-pow /usr/libexec/glibc-benchtests/bench-double-vlen8-sin /usr/libexec/glibc-benchtests/bench-double-vlen8-sinh /usr/libexec/glibc-benchtests/bench-double-vlen8-tan /usr/libexec/glibc-benchtests/bench-double-vlen8-tanh /usr/libexec/glibc-benchtests/bench-erf /usr/libexec/glibc-benchtests/bench-erfc /usr/libexec/glibc-benchtests/bench-exp /usr/libexec/glibc-benchtests/bench-exp10 /usr/libexec/glibc-benchtests/bench-exp10f /usr/libexec/glibc-benchtests/bench-exp2 /usr/libexec/glibc-benchtests/bench-exp2f /usr/libexec/glibc-benchtests/bench-expf /usr/libexec/glibc-benchtests/bench-expf128 /usr/libexec/glibc-benchtests/bench-expm1 /usr/libexec/glibc-benchtests/bench-ffs /usr/libexec/glibc-benchtests/bench-ffsll /usr/libexec/glibc-benchtests/bench-float-vlen1-acosf /usr/libexec/glibc-benchtests/bench-float-vlen1-acoshf /usr/libexec/glibc-benchtests/bench-float-vlen1-asinf /usr/libexec/glibc-benchtests/bench-float-vlen1-asinhf /usr/libexec/glibc-benchtests/bench-float-vlen1-atan2f /usr/libexec/glibc-benchtests/bench-float-vlen1-atanf /usr/libexec/glibc-benchtests/bench-float-vlen1-atanhf /usr/libexec/glibc-benchtests/bench-float-vlen1-cbrtf /usr/libexec/glibc-benchtests/bench-float-vlen1-cosf /usr/libexec/glibc-benchtests/bench-float-vlen1-coshf /usr/libexec/glibc-benchtests/bench-float-vlen1-erfcf /usr/libexec/glibc-benchtests/bench-float-vlen1-erff /usr/libexec/glibc-benchtests/bench-float-vlen1-exp10f /usr/libexec/glibc-benchtests/bench-float-vlen1-exp2f /usr/libexec/glibc-benchtests/bench-float-vlen1-expf /usr/libexec/glibc-benchtests/bench-float-vlen1-expm1f /usr/libexec/glibc-benchtests/bench-float-vlen1-hypotf /usr/libexec/glibc-benchtests/bench-float-vlen1-log10f /usr/libexec/glibc-benchtests/bench-float-vlen1-log1pf /usr/libexec/glibc-benchtests/bench-float-vlen1-log2f /usr/libexec/glibc-benchtests/bench-float-vlen1-logf /usr/libexec/glibc-benchtests/bench-float-vlen1-powf /usr/libexec/glibc-benchtests/bench-float-vlen1-sinf /usr/libexec/glibc-benchtests/bench-float-vlen1-sinhf /usr/libexec/glibc-benchtests/bench-float-vlen1-tanf /usr/libexec/glibc-benchtests/bench-float-vlen1-tanhf /usr/libexec/glibc-benchtests/bench-float-vlen16-acosf /usr/libexec/glibc-benchtests/bench-float-vlen16-acoshf /usr/libexec/glibc-benchtests/bench-float-vlen16-asinf /usr/libexec/glibc-benchtests/bench-float-vlen16-asinhf /usr/libexec/glibc-benchtests/bench-float-vlen16-atan2f /usr/libexec/glibc-benchtests/bench-float-vlen16-atanf /usr/libexec/glibc-benchtests/bench-float-vlen16-atanhf /usr/libexec/glibc-benchtests/bench-float-vlen16-cbrtf /usr/libexec/glibc-benchtests/bench-float-vlen16-cosf /usr/libexec/glibc-benchtests/bench-float-vlen16-coshf /usr/libexec/glibc-benchtests/bench-float-vlen16-erfcf /usr/libexec/glibc-benchtests/bench-float-vlen16-erff /usr/libexec/glibc-benchtests/bench-float-vlen16-exp10f /usr/libexec/glibc-benchtests/bench-float-vlen16-exp2f /usr/libexec/glibc-benchtests/bench-float-vlen16-expf /usr/libexec/glibc-benchtests/bench-float-vlen16-expm1f /usr/libexec/glibc-benchtests/bench-float-vlen16-hypotf /usr/libexec/glibc-benchtests/bench-float-vlen16-log10f /usr/libexec/glibc-benchtests/bench-float-vlen16-log1pf /usr/libexec/glibc-benchtests/bench-float-vlen16-log2f /usr/libexec/glibc-benchtests/bench-float-vlen16-logf /usr/libexec/glibc-benchtests/bench-float-vlen16-powf /usr/libexec/glibc-benchtests/bench-float-vlen16-sinf /usr/libexec/glibc-benchtests/bench-float-vlen16-sinhf /usr/libexec/glibc-benchtests/bench-float-vlen16-tanf /usr/libexec/glibc-benchtests/bench-float-vlen16-tanhf /usr/libexec/glibc-benchtests/bench-float-vlen4-acosf /usr/libexec/glibc-benchtests/bench-float-vlen4-acoshf /usr/libexec/glibc-benchtests/bench-float-vlen4-asinf /usr/libexec/glibc-benchtests/bench-float-vlen4-asinhf /usr/libexec/glibc-benchtests/bench-float-vlen4-atan2f /usr/libexec/glibc-benchtests/bench-float-vlen4-atanf /usr/libexec/glibc-benchtests/bench-float-vlen4-atanhf /usr/libexec/glibc-benchtests/bench-float-vlen4-cbrtf /usr/libexec/glibc-benchtests/bench-float-vlen4-cosf /usr/libexec/glibc-benchtests/bench-float-vlen4-coshf /usr/libexec/glibc-benchtests/bench-float-vlen4-erfcf /usr/libexec/glibc-benchtests/bench-float-vlen4-erff /usr/libexec/glibc-benchtests/bench-float-vlen4-exp10f /usr/libexec/glibc-benchtests/bench-float-vlen4-exp2f /usr/libexec/glibc-benchtests/bench-float-vlen4-expf /usr/libexec/glibc-benchtests/bench-float-vlen4-expm1f /usr/libexec/glibc-benchtests/bench-float-vlen4-hypotf /usr/libexec/glibc-benchtests/bench-float-vlen4-log10f /usr/libexec/glibc-benchtests/bench-float-vlen4-log1pf /usr/libexec/glibc-benchtests/bench-float-vlen4-log2f /usr/libexec/glibc-benchtests/bench-float-vlen4-logf /usr/libexec/glibc-benchtests/bench-float-vlen4-powf /usr/libexec/glibc-benchtests/bench-float-vlen4-sinf /usr/libexec/glibc-benchtests/bench-float-vlen4-sinhf /usr/libexec/glibc-benchtests/bench-float-vlen4-tanf /usr/libexec/glibc-benchtests/bench-float-vlen4-tanhf /usr/libexec/glibc-benchtests/bench-float-vlen8-acosf /usr/libexec/glibc-benchtests/bench-float-vlen8-acoshf /usr/libexec/glibc-benchtests/bench-float-vlen8-asinf /usr/libexec/glibc-benchtests/bench-float-vlen8-asinhf /usr/libexec/glibc-benchtests/bench-float-vlen8-atan2f /usr/libexec/glibc-benchtests/bench-float-vlen8-atanf /usr/libexec/glibc-benchtests/bench-float-vlen8-atanhf /usr/libexec/glibc-benchtests/bench-float-vlen8-avx2-acosf /usr/libexec/glibc-benchtests/bench-float-vlen8-avx2-acoshf /usr/libexec/glibc-benchtests/bench-float-vlen8-avx2-asinf /usr/libexec/glibc-benchtests/bench-float-vlen8-avx2-asinhf /usr/libexec/glibc-benchtests/bench-float-vlen8-avx2-atan2f /usr/libexec/glibc-benchtests/bench-float-vlen8-avx2-atanf /usr/libexec/glibc-benchtests/bench-float-vlen8-avx2-atanhf /usr/libexec/glibc-benchtests/bench-float-vlen8-avx2-cbrtf /usr/libexec/glibc-benchtests/bench-float-vlen8-avx2-cosf /usr/libexec/glibc-benchtests/bench-float-vlen8-avx2-coshf /usr/libexec/glibc-benchtests/bench-float-vlen8-avx2-erfcf /usr/libexec/glibc-benchtests/bench-float-vlen8-avx2-erff /usr/libexec/glibc-benchtests/bench-float-vlen8-avx2-exp10f /usr/libexec/glibc-benchtests/bench-float-vlen8-avx2-exp2f /usr/libexec/glibc-benchtests/bench-float-vlen8-avx2-expf /usr/libexec/glibc-benchtests/bench-float-vlen8-avx2-expm1f /usr/libexec/glibc-benchtests/bench-float-vlen8-avx2-hypotf /usr/libexec/glibc-benchtests/bench-float-vlen8-avx2-log10f /usr/libexec/glibc-benchtests/bench-float-vlen8-avx2-log1pf /usr/libexec/glibc-benchtests/bench-float-vlen8-avx2-log2f /usr/libexec/glibc-benchtests/bench-float-vlen8-avx2-logf /usr/libexec/glibc-benchtests/bench-float-vlen8-avx2-powf /usr/libexec/glibc-benchtests/bench-float-vlen8-avx2-sinf /usr/libexec/glibc-benchtests/bench-float-vlen8-avx2-sinhf /usr/libexec/glibc-benchtests/bench-float-vlen8-avx2-tanf /usr/libexec/glibc-benchtests/bench-float-vlen8-avx2-tanhf /usr/libexec/glibc-benchtests/bench-float-vlen8-cbrtf /usr/libexec/glibc-benchtests/bench-float-vlen8-cosf /usr/libexec/glibc-benchtests/bench-float-vlen8-coshf /usr/libexec/glibc-benchtests/bench-float-vlen8-erfcf /usr/libexec/glibc-benchtests/bench-float-vlen8-erff /usr/libexec/glibc-benchtests/bench-float-vlen8-exp10f /usr/libexec/glibc-benchtests/bench-float-vlen8-exp2f /usr/libexec/glibc-benchtests/bench-float-vlen8-expf /usr/libexec/glibc-benchtests/bench-float-vlen8-expm1f /usr/libexec/glibc-benchtests/bench-float-vlen8-hypotf /usr/libexec/glibc-benchtests/bench-float-vlen8-log10f /usr/libexec/glibc-benchtests/bench-float-vlen8-log1pf /usr/libexec/glibc-benchtests/bench-float-vlen8-log2f /usr/libexec/glibc-benchtests/bench-float-vlen8-logf /usr/libexec/glibc-benchtests/bench-float-vlen8-powf /usr/libexec/glibc-benchtests/bench-float-vlen8-sinf /usr/libexec/glibc-benchtests/bench-float-vlen8-sinhf /usr/libexec/glibc-benchtests/bench-float-vlen8-tanf /usr/libexec/glibc-benchtests/bench-float-vlen8-tanhf /usr/libexec/glibc-benchtests/bench-fmax /usr/libexec/glibc-benchtests/bench-fmaxf /usr/libexec/glibc-benchtests/bench-fmin /usr/libexec/glibc-benchtests/bench-fminf /usr/libexec/glibc-benchtests/bench-fmod /usr/libexec/glibc-benchtests/bench-fmodf /usr/libexec/glibc-benchtests/bench-hypot /usr/libexec/glibc-benchtests/bench-hypotf /usr/libexec/glibc-benchtests/bench-ilogb /usr/libexec/glibc-benchtests/bench-ilogbf /usr/libexec/glibc-benchtests/bench-ilogbf128 /usr/libexec/glibc-benchtests/bench-isfinite /usr/libexec/glibc-benchtests/bench-isinf /usr/libexec/glibc-benchtests/bench-isnan /usr/libexec/glibc-benchtests/bench-j0 /usr/libexec/glibc-benchtests/bench-j1 /usr/libexec/glibc-benchtests/bench-lgamma /usr/libexec/glibc-benchtests/bench-log /usr/libexec/glibc-benchtests/bench-log10 /usr/libexec/glibc-benchtests/bench-log1p /usr/libexec/glibc-benchtests/bench-log2 /usr/libexec/glibc-benchtests/bench-log2f /usr/libexec/glibc-benchtests/bench-logb /usr/libexec/glibc-benchtests/bench-logbf /usr/libexec/glibc-benchtests/bench-logf /usr/libexec/glibc-benchtests/bench-malloc-simple /usr/libexec/glibc-benchtests/bench-malloc-thread /usr/libexec/glibc-benchtests/bench-math-inlines /usr/libexec/glibc-benchtests/bench-memccpy /usr/libexec/glibc-benchtests/bench-memchr /usr/libexec/glibc-benchtests/bench-memcmp /usr/libexec/glibc-benchtests/bench-memcmpeq /usr/libexec/glibc-benchtests/bench-memcpy /usr/libexec/glibc-benchtests/bench-memcpy-large /usr/libexec/glibc-benchtests/bench-memcpy-random /usr/libexec/glibc-benchtests/bench-memcpy-walk /usr/libexec/glibc-benchtests/bench-memmem /usr/libexec/glibc-benchtests/bench-memmove /usr/libexec/glibc-benchtests/bench-memmove-large /usr/libexec/glibc-benchtests/bench-memmove-walk /usr/libexec/glibc-benchtests/bench-mempcpy /usr/libexec/glibc-benchtests/bench-memrchr /usr/libexec/glibc-benchtests/bench-memset /usr/libexec/glibc-benchtests/bench-memset-large /usr/libexec/glibc-benchtests/bench-memset-walk /usr/libexec/glibc-benchtests/bench-memset-zero /usr/libexec/glibc-benchtests/bench-memset-zero-large /usr/libexec/glibc-benchtests/bench-memset-zero-walk /usr/libexec/glibc-benchtests/bench-modf /usr/libexec/glibc-benchtests/bench-nss-hash /usr/libexec/glibc-benchtests/bench-pow /usr/libexec/glibc-benchtests/bench-powf /usr/libexec/glibc-benchtests/bench-powf128 /usr/libexec/glibc-benchtests/bench-pthread-locks /usr/libexec/glibc-benchtests/bench-pthread-mutex-lock /usr/libexec/glibc-benchtests/bench-pthread-mutex-trylock /usr/libexec/glibc-benchtests/bench-pthread-spin-lock /usr/libexec/glibc-benchtests/bench-pthread-spin-trylock /usr/libexec/glibc-benchtests/bench-pthread_once /usr/libexec/glibc-benchtests/bench-rawmemchr /usr/libexec/glibc-benchtests/bench-rint /usr/libexec/glibc-benchtests/bench-roundeven /usr/libexec/glibc-benchtests/bench-roundevenf /usr/libexec/glibc-benchtests/bench-sin /usr/libexec/glibc-benchtests/bench-sincos /usr/libexec/glibc-benchtests/bench-sincosf /usr/libexec/glibc-benchtests/bench-sinf /usr/libexec/glibc-benchtests/bench-sinf128 /usr/libexec/glibc-benchtests/bench-sinh /usr/libexec/glibc-benchtests/bench-sprintf /usr/libexec/glibc-benchtests/bench-sqrt /usr/libexec/glibc-benchtests/bench-stpcpy /usr/libexec/glibc-benchtests/bench-stpcpy_chk /usr/libexec/glibc-benchtests/bench-stpncpy /usr/libexec/glibc-benchtests/bench-strcasecmp /usr/libexec/glibc-benchtests/bench-strcasestr /usr/libexec/glibc-benchtests/bench-strcat /usr/libexec/glibc-benchtests/bench-strchr /usr/libexec/glibc-benchtests/bench-strchrnul /usr/libexec/glibc-benchtests/bench-strcmp /usr/libexec/glibc-benchtests/bench-strcoll /usr/libexec/glibc-benchtests/bench-strcpy /usr/libexec/glibc-benchtests/bench-strcpy_chk /usr/libexec/glibc-benchtests/bench-strcspn /usr/libexec/glibc-benchtests/bench-strlen /usr/libexec/glibc-benchtests/bench-strncasecmp /usr/libexec/glibc-benchtests/bench-strncat /usr/libexec/glibc-benchtests/bench-strncmp /usr/libexec/glibc-benchtests/bench-strncpy /usr/libexec/glibc-benchtests/bench-strnlen /usr/libexec/glibc-benchtests/bench-strpbrk /usr/libexec/glibc-benchtests/bench-strrchr /usr/libexec/glibc-benchtests/bench-strsep /usr/libexec/glibc-benchtests/bench-strspn /usr/libexec/glibc-benchtests/bench-strstr /usr/libexec/glibc-benchtests/bench-strtod /usr/libexec/glibc-benchtests/bench-strtok /usr/libexec/glibc-benchtests/bench-tan /usr/libexec/glibc-benchtests/bench-tanh /usr/libexec/glibc-benchtests/bench-tgamma /usr/libexec/glibc-benchtests/bench-thread_create /usr/libexec/glibc-benchtests/bench-timing-type /usr/libexec/glibc-benchtests/bench-trunc /usr/libexec/glibc-benchtests/bench-truncf /usr/libexec/glibc-benchtests/bench-wcpcpy /usr/libexec/glibc-benchtests/bench-wcpncpy /usr/libexec/glibc-benchtests/bench-wcrtomb /usr/libexec/glibc-benchtests/bench-wcscat /usr/libexec/glibc-benchtests/bench-wcschr /usr/libexec/glibc-benchtests/bench-wcschrnul /usr/libexec/glibc-benchtests/bench-wcscmp /usr/libexec/glibc-benchtests/bench-wcscpy /usr/libexec/glibc-benchtests/bench-wcscspn /usr/libexec/glibc-benchtests/bench-wcslen /usr/libexec/glibc-benchtests/bench-wcsncat /usr/libexec/glibc-benchtests/bench-wcsncmp /usr/libexec/glibc-benchtests/bench-wcsncpy /usr/libexec/glibc-benchtests/bench-wcsnlen /usr/libexec/glibc-benchtests/bench-wcspbrk /usr/libexec/glibc-benchtests/bench-wcsrchr /usr/libexec/glibc-benchtests/bench-wcsspn /usr/libexec/glibc-benchtests/bench-wmemchr /usr/libexec/glibc-benchtests/bench-wmemcmp /usr/libexec/glibc-benchtests/bench-wmemset /usr/libexec/glibc-benchtests/bench-y0 /usr/libexec/glibc-benchtests/bench-y1 /usr/libexec/glibc-benchtests/bench.mk /usr/libexec/glibc-benchtests/benchout.schema.json /usr/libexec/glibc-benchtests/compare_bench.py /usr/libexec/glibc-benchtests/glibc-bench-compare /usr/libexec/glibc-benchtests/import_bench.py /usr/libexec/glibc-benchtests/validate_benchout.py
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Nov 7 07:39:18 2025