| 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:42:26 2025 |
| Group: Unspecified | Build host: x64-builder01.almalinux.org |
| Size: 20629491 | 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/0846da7aff254c03fdea0a5533e868913a50f8 /usr/lib/.build-id/02/8dee59ef3c0718844cc358ca663b71b8402339 /usr/lib/.build-id/02/f296383bfcf150f210de00d1f770e85bc8620b /usr/lib/.build-id/03/e4770371573eab88a7d2f6e0601bb1044a717b /usr/lib/.build-id/03/fd6ed32b61d2a9c694aec7144bee682c115c8b /usr/lib/.build-id/06/24f35296da9d0604d5361686985305744b7037 /usr/lib/.build-id/06/29349ac95ff064cb860ff584533e7b2f1f7f3d /usr/lib/.build-id/06/6e40b6e9b3349791ab915c60bb6da5d1a8c8c5 /usr/lib/.build-id/08/7556c840762ecd38b8d00cef5737302c745eb0 /usr/lib/.build-id/08/bb454e99ebab6b3f92d75a44ed7c5a308f3722 /usr/lib/.build-id/08/f1cb2afd7120fb1a26d32642ef661d4e61eed5 /usr/lib/.build-id/09/6fcb9dbfbaf187739f7d58e2b24cfda087e758 /usr/lib/.build-id/09/c6e02a9e7a6a9ae77f2b2cb3ca6d28eebb1750 /usr/lib/.build-id/0a/3a50b854e2091183c541c3f960edbaba2c9d77 /usr/lib/.build-id/0a/8280cd4720aaf717b19025b01268c416c5061c /usr/lib/.build-id/0b/ebd7002c6de7807a17153b9aefad38d4f2fcbe /usr/lib/.build-id/0c/43511f54ce3c5609219331f3d5b439dd6e0d8f /usr/lib/.build-id/0c/8c94b4df8ae420ea86acbb7169977948b2d33a /usr/lib/.build-id/0c/df8269959ac9b3d05f2400ac02732265e83e93 /usr/lib/.build-id/0d/107317557e3afd2a84bc1b55dd0f2e96d06690 /usr/lib/.build-id/0e /usr/lib/.build-id/0e/1014291ebe42eae74a8a58242cd352ce5f87b8 /usr/lib/.build-id/0e/6630993474da3a8651bc967e7acd9051b87307 /usr/lib/.build-id/0e/a3eefc57f25a9ad7d33949b4e2659171fff0a4 /usr/lib/.build-id/0e/f4d117e10edeb7ffe1a94be170ea2161d9e18f /usr/lib/.build-id/0e/f9126d0aa0ed47fd6f1afd885b659ed53737f8 /usr/lib/.build-id/0f /usr/lib/.build-id/0f/32061bc15f21b18ee4068aeae58505c03775c0 /usr/lib/.build-id/0f/cdf786056c88fbc275f5f8202e92aa67f3906d /usr/lib/.build-id/12 /usr/lib/.build-id/12/87b268fd6f698c80011c735b186dc2152be7fc /usr/lib/.build-id/12/cad2965b247206996c6c06c9d9d40a1488a190 /usr/lib/.build-id/14 /usr/lib/.build-id/14/310846adaf7c417cc74381fffb63bf319fbf13 /usr/lib/.build-id/14/731e2d1710114836db00989d29c4874d6d286f /usr/lib/.build-id/16 /usr/lib/.build-id/16/797b7b6774fd145da5fb8dda7e794a1290db86 /usr/lib/.build-id/16/e0969a998a84dc7c936046f2851177527d739a /usr/lib/.build-id/17/eb3d1e56d059bbff579ef00342859914f00308 /usr/lib/.build-id/18/41d69389cf762e08da6346905219a858e55533 /usr/lib/.build-id/19/f21992afa5c79de1b325e8c5b1e507be509d04 /usr/lib/.build-id/1a/b99a65fbe2cf05ef10ee1fe3338b08e19abf6e /usr/lib/.build-id/1b/430ac9cc9053aba6da23c940c68f5d423ec8d7 /usr/lib/.build-id/1b/e90c9591ddd7512a240098df3a389e05d8e627 /usr/lib/.build-id/1c/5e314f64b2ca913a1f6c7a2cfac320b4bc3265 /usr/lib/.build-id/1d/23d00f52b93dc363fe118fe2913707b3daa791 /usr/lib/.build-id/1d/68d89a4a25ebb27133d276910ae23a770346f8 /usr/lib/.build-id/1d/f099d0245c07be387c32c6aec305cd2635b616 /usr/lib/.build-id/20/67d2044f8ccc31330db6351f560641670e2f16 /usr/lib/.build-id/20/888315b14390e4b2f9f357544ce50ff4536afb /usr/lib/.build-id/20/8ed4b627430662f4b4cb27cc56e580de0afb63 /usr/lib/.build-id/22 /usr/lib/.build-id/22/05a44e6e0ea90e64e84b25105b467277d5323a /usr/lib/.build-id/23/372c343d9538a1e227c538e9b01ae4881f506a /usr/lib/.build-id/24/5dc48fcb87290dea7c688c41170a1ef79b0bfa /usr/lib/.build-id/25/24837032ce7ec5a94329709ce2b4096bcf9194 /usr/lib/.build-id/25/acfbd093d95c55e9176d803dd8e899efe8cb43 /usr/lib/.build-id/25/d1b461394abaf917d9201eca2fcb7b816d11ef /usr/lib/.build-id/26/54559176162487f29dc3fbc4067739e08506bf /usr/lib/.build-id/26/5872bf5d91b09dfc69b869eb27361567b0af5e /usr/lib/.build-id/26/88fe14afa68f0ec3ed36655f1ef322cd626a84 /usr/lib/.build-id/26/c9aaafaa014c660e8cb8ba6ed1e7a0b5344390 /usr/lib/.build-id/28/09df619b6480ea7e17aceab4d8252dd679f003 /usr/lib/.build-id/28/4f2b10f38cee5275c2714ee4158135eb04cf9e /usr/lib/.build-id/2a /usr/lib/.build-id/2a/4f3b9f698cfdb31e003c49b6b1753391534678 /usr/lib/.build-id/2a/9f837669e32cf079318da370a8ba6df7682270 /usr/lib/.build-id/2a/d8d71a88e3a50a3662014b92708d8b63f96b03 /usr/lib/.build-id/2b/76235ad2ec0b4857b07c49f3f51f40b10987eb /usr/lib/.build-id/2c/0a01df75f4107baaf8c220f15a417e0d735834 /usr/lib/.build-id/2c/40d30726db57462b4588c8c2ee352c840566ae /usr/lib/.build-id/2c/bbee0037f12490856af13175980bfa7638e609 /usr/lib/.build-id/2d/1458c1b9c848837065eb7edd4407339e9d7861 /usr/lib/.build-id/2e /usr/lib/.build-id/2e/925f3635a36162efbcb2123070a2339b7fbf64 /usr/lib/.build-id/2f /usr/lib/.build-id/2f/b2f248d7364e0e465d5548683512cf3ec0babd /usr/lib/.build-id/30 /usr/lib/.build-id/30/20e004f50998cd27631407453f05b41f541f52 /usr/lib/.build-id/30/b97a7b5fbd825933e122fcdc24e6d08e308228 /usr/lib/.build-id/30/e33ce823f3e8db9c61488f8b405e248b1dae70 /usr/lib/.build-id/30/f85fd30224ec5d586510a18285777ca6e524dc /usr/lib/.build-id/32/b1a7e2fbccf06d23721667ad84cd4918b24262 /usr/lib/.build-id/32/ded59fc92b074dc159ac8dbe978bb4689a210e /usr/lib/.build-id/32/f176a277dcd1a12e4aae8a1137015c700ea96f /usr/lib/.build-id/33/02c9a17672b024c31a7137ec41d817eb11e8e7 /usr/lib/.build-id/33/19b876e6a665f59740ab201524197f53799698 /usr/lib/.build-id/34/49dfc6f00d111e2dcac7ec4039304315f7d6c6 /usr/lib/.build-id/35/66724167fc2da9b4cc5e7c931fb06d590a9872 /usr/lib/.build-id/35/6bb360596890fa617bb421eeeffb717dad239c /usr/lib/.build-id/36/00fec5c8ca0fb3bd77419bfe1f814a8a3d7351 /usr/lib/.build-id/36/9d3f4012ce55fafcfb62f8e53320ca1d2cd505 /usr/lib/.build-id/37 /usr/lib/.build-id/37/6afdc8689c99465a4a10cb7d7526e82315e518 /usr/lib/.build-id/37/d409f3737a973d0a153e9a9596e04ae8514e89 /usr/lib/.build-id/37/fc3e64bb60a96ed5711cce208b0ad98b8b8ca5 /usr/lib/.build-id/38 /usr/lib/.build-id/38/23b0b6ecb4c9f1ae82166c30dffdc6f1c17f5a /usr/lib/.build-id/38/a6cdf802cd5afbbab4b9631f62c1f8e6474d4a /usr/lib/.build-id/38/ee1feff5107213baa25df927081fa4fd16b321 /usr/lib/.build-id/39/5bb3e162318b9e1be4272e404c65509ed7350e /usr/lib/.build-id/39/a17afc168579d2a27d64114108ed4222c138d0 /usr/lib/.build-id/39/d3145031dfbd7cc487d466dcc2e946932137fe /usr/lib/.build-id/3a/06f2198533966dc024148620d7ed13aba94301 /usr/lib/.build-id/3a/1d2ca0728e30ec71dd19283e0ab5025d423835 /usr/lib/.build-id/3a/663466ed0a7bd1b7a5d245064513fec4a5681b /usr/lib/.build-id/3c/1d025ed257397ff6cc71a5f0b647f46658a0f0 /usr/lib/.build-id/3c/aa5149f9f33cf1299e2307955eba4a04c15f0e /usr/lib/.build-id/3c/c3d677917a39b190c1e610a8f6a316a211e156 /usr/lib/.build-id/3c/c4798ab3b88e6c62f9d5789fa179251dea63fa /usr/lib/.build-id/3d/9b88abfbe0d31235c9f2334420b2adc81115c5 /usr/lib/.build-id/3d/cb02c5ce9610c9b105f85ea5b24c791a4618c2 /usr/lib/.build-id/3e/75b99899fa55d5a2951a77f552540c6ee09c69 /usr/lib/.build-id/3f /usr/lib/.build-id/3f/2067bdeab8c7eea75c38c7518f49e18ad9fabd /usr/lib/.build-id/3f/d85aeb9b8e3bf73dad9b15528c75e22b382f04 /usr/lib/.build-id/41/3cce036bb7172075e43fe7a26fe3b6c904039a /usr/lib/.build-id/42 /usr/lib/.build-id/42/48d89056ac51bc8746451f3a56e778b4b54e1a /usr/lib/.build-id/43 /usr/lib/.build-id/43/23fce87b262df366d441705f1aca79377acdd3 /usr/lib/.build-id/43/5efe93e66ad329c9af208ea5293d5775047908 /usr/lib/.build-id/43/8ec22c132716ec7e6094559bd77619130f8400 /usr/lib/.build-id/43/9556f6bd852d0f67362342a0c5206d97dde425 /usr/lib/.build-id/43/af0cba25157aadac1c719aebd638251a98e573 /usr/lib/.build-id/44/d3f3849c60ee70309ee2ff096c5768a758a32e /usr/lib/.build-id/45/0b321c075918e969c66645f763999e35c03c07 /usr/lib/.build-id/46/218926e4fcdedc33014e49739eaab96eb52a9e /usr/lib/.build-id/46/95adccae076cce857dda90cb3f1bd4fdb41f78 /usr/lib/.build-id/47/5a99ffdb55d798e8a7093df4bd17701ee98863 /usr/lib/.build-id/48 /usr/lib/.build-id/48/07e8d1ef5002adb5c83190cd3db829c7b25717 /usr/lib/.build-id/48/3c3086bdf84984da02f4cdb5b2894fef3ad2cc /usr/lib/.build-id/49/24cd33202ccca90d64ddacaad1635c3597832a /usr/lib/.build-id/49/d758eeec98d8d6d566e3be709e67e06b050c7a /usr/lib/.build-id/4a/5791352375931ab0c39ee4b92ec6ea5204f7be /usr/lib/.build-id/4a/ad15a548fbacb299159f68abacae05ef8ce5ae /usr/lib/.build-id/4b/a4314bdea92cc85dc6c1cb227b837845c0c3b1 /usr/lib/.build-id/4b/f332c95fd8f3ecde72efef21454414171c2418 /usr/lib/.build-id/4c/7f2f3eb32acea5c3d361f6bbe508eb3e13ab70 /usr/lib/.build-id/4c/82f261e6e862c6d2cb175c83f4734bab072396 /usr/lib/.build-id/4e/d68c676dd48bdea41e729f7f6901e6579ae24f /usr/lib/.build-id/51 /usr/lib/.build-id/51/6448e27fbf03dee439e6b73aa113ac64301ce7 /usr/lib/.build-id/52 /usr/lib/.build-id/52/0a5103661cb24df58ae20d1434616b592314e3 /usr/lib/.build-id/52/0c93d2c8557a397103bf79f1c88deabf3d9da8 /usr/lib/.build-id/52/3f58e072a84d3f1133469d688a5ffea64955be /usr/lib/.build-id/52/70af47fcb42a72948bebf2b5aef42de3b767b5 /usr/lib/.build-id/52/854028bb5c406794829b1be66294e6640b30f6 /usr/lib/.build-id/52/ab5a83d990c25c1928ee05590305b6d528d471 /usr/lib/.build-id/52/c24e89f2fbcf6a6293d0eed4e9bdecc074ede3 /usr/lib/.build-id/52/ca0d0b5f347eaf97b6eff424604a10ad3605c3 /usr/lib/.build-id/53/5d6518438ddc5d8ea4894c9746005bec5ee760 /usr/lib/.build-id/53/601400b062b5307e58ed390b0c05c525dfc2ac /usr/lib/.build-id/53/92947b71d4e2a14f5a4559113170f4c298b1b4 /usr/lib/.build-id/54 /usr/lib/.build-id/54/bdfc1d1ef1a558e76c77a0653c038423cf2335 /usr/lib/.build-id/55 /usr/lib/.build-id/55/5e3b6be2e6caaef039351599b4d32e37642dc3 /usr/lib/.build-id/55/c997053406d71b4647f74d70f285cf9ed67bb7 /usr/lib/.build-id/56/e4aa9b429e4a69e7da9bb81d147649d4644b13 /usr/lib/.build-id/57/802514e892a39bbe380710b79a37bf7068550f /usr/lib/.build-id/58/2d64f768e09f44d9cdd674d537751d534fc0f7 /usr/lib/.build-id/58/7d305231fe354fc2ae0cd66f7016e6527fba7d /usr/lib/.build-id/59/1d82cbb5f85c3e6a83974e9ccaf41307c85c70 /usr/lib/.build-id/5d /usr/lib/.build-id/5d/9b2c585f68cc9816e20be664a3c815e1d0d4fa /usr/lib/.build-id/5d/9be4e4273b2b97cf43da5e8e08a6396df29ef6 /usr/lib/.build-id/5e /usr/lib/.build-id/5e/3f4510b2855f46dc1a5a8f2e34dd2621cd1942 /usr/lib/.build-id/5e/f93325c8830d8d53f27172201b9dd42701b715 /usr/lib/.build-id/5f /usr/lib/.build-id/5f/3f81c7d05d90d062a283521a6a8c30fcace05b /usr/lib/.build-id/5f/a93e8de633b6758ae7598cd59867068a6fa7ab /usr/lib/.build-id/5f/e2dc0a5d6b488df18f61f76b6a701bb1eb227c /usr/lib/.build-id/60/683ec421d087855bc7a6528ec35d7087a52a26 /usr/lib/.build-id/60/7c62bec517d41f4a685f6ad9ef1a1307c8f4dd /usr/lib/.build-id/60/8cb951c6c0325a258cc95759d84c9c635c480c /usr/lib/.build-id/61/c50220a5e88f897157282f697337adbe3dacca /usr/lib/.build-id/65/da5a86c63475bd18652b04e32e7373d91f52bc /usr/lib/.build-id/66/735304babe9f974743aca1dcab6d0a349fb320 /usr/lib/.build-id/66/c33e44f38f3dbf8c213c5b7853d3b1613c6e73 /usr/lib/.build-id/66/dfce9f379f1466af5af7d218a384bd04cd83b2 /usr/lib/.build-id/66/e4416dc3e8995ab0e5faa594369494b95970a6 /usr/lib/.build-id/66/ff585747cdc50663be4986a6705da7ad713bbb /usr/lib/.build-id/67/010f6c15647a6b47c05e1eb96e062e8b27251b /usr/lib/.build-id/67/e83379f19af869a583e54626a8e8306166f15f /usr/lib/.build-id/68/c2125157e8731258abcbfc1c4374385f4444b0 /usr/lib/.build-id/68/cefb9d0d60690e88633061d348057787d5582b /usr/lib/.build-id/68/d56a7bc6fd29daa0c236418cccc08f6367c0b2 /usr/lib/.build-id/68/e7ab5500c3bc4aab668d5ff01885158ab32886 /usr/lib/.build-id/6a/8864c77a2d1d47bff1472d21b8bc92a5920edb /usr/lib/.build-id/6b/a7edc3ecb5d3ee0935965f6af87adeed3ad8e1 /usr/lib/.build-id/6c /usr/lib/.build-id/6c/578cd4d8a86db6734a06a5a7ce12d52663e586 /usr/lib/.build-id/6c/7554fdb80ed16f8706dd9d70bcc0b4ff60f494 /usr/lib/.build-id/6d/441a1b1bfdd81a63c2c4dbacf3264bf0ddd872 /usr/lib/.build-id/6e/eb84694ea234272dd94074879da02967fc9f6f /usr/lib/.build-id/6f/01cd629a65a9b1ba1a190dfd7b74e9d20560ae /usr/lib/.build-id/6f/b683d4363f52e3c8840056ac3414176a6d0e35 /usr/lib/.build-id/70 /usr/lib/.build-id/70/52ad0d9426dcd82b59d645b0f3caccd6ddb53d /usr/lib/.build-id/70/5500f2272fa41ecf1dc2496669bd26959a0e5d /usr/lib/.build-id/70/b86b0f17ddba5c5f88c24218378c52bc86f2dd /usr/lib/.build-id/71/3d50fc64fc4199163a9c4cb4f4fc7aecad58c3 /usr/lib/.build-id/71/874b3b16ed98874c6b3cd9c76b23c09ed999e7 /usr/lib/.build-id/71/ad7b1acf279c4319fc8fce4c754c9397e14910 /usr/lib/.build-id/71/be69f439fb1a816c0c496202146503751b117f /usr/lib/.build-id/71/d53e4ae0353e16116c0c6d77e849bac653bcb4 /usr/lib/.build-id/72/2d777c06490f1d370bac0b3273f7641ac7409a /usr/lib/.build-id/72/f0d3cb5f04c2d9fbdddbcb7cfaab8ea792de0b /usr/lib/.build-id/74/ca4669331eeec6ff5c88f7fca14216f881245a /usr/lib/.build-id/75 /usr/lib/.build-id/75/e3426044f178fd2f0155c29d34b341741c092f /usr/lib/.build-id/77 /usr/lib/.build-id/77/195cfd43a68fe967210932a28b4b545bcf87f8 /usr/lib/.build-id/77/c6f594e58246d3577537caacba5c092bfe5d1d /usr/lib/.build-id/77/d70f044684e7d31b6f40e95df76632a7e7a0cd /usr/lib/.build-id/78/ccb681c554d7c4e56ecb8c25391445b23a3a93 /usr/lib/.build-id/7a/19181d6d615dcc35a14123f94280089089312c /usr/lib/.build-id/7a/8d764d189437e26a1142625105f2e011b5c051 /usr/lib/.build-id/7a/d2a9f62e2b569d51090c73767505a9c4d3121a /usr/lib/.build-id/7a/d2b48002ca71cda765e5c96e1cbf77bc8be1d6 /usr/lib/.build-id/7b /usr/lib/.build-id/7b/e5263540352082bdf62b1ebfc7bdacc44f38f8 /usr/lib/.build-id/7c/1c513a9efedff6b63bccda261ba02788ddb9da /usr/lib/.build-id/7d /usr/lib/.build-id/7d/7af0df8e879fa64e7a56d2c8d72bb17953564f /usr/lib/.build-id/7e /usr/lib/.build-id/7e/fe1f0a151fb82307a02a5e49100f5acc5db6f0 /usr/lib/.build-id/80 /usr/lib/.build-id/80/ece69eaa9d506b8f5bbd609ba949d8db81fd73 /usr/lib/.build-id/81/34eaa2c0453aa4f4fbb277ed3171239d99d44a /usr/lib/.build-id/81/52cd1dd52c3b9909f8ca106ce2d4322700d831 /usr/lib/.build-id/81/553665acb944ab51cf161996edafb552216526 /usr/lib/.build-id/81/c88d39a3440b71acda2a1221728c14dccbdcf7 /usr/lib/.build-id/82/44c197a1805f252d7812e85cce291cd998802c /usr/lib/.build-id/82/dc53fe76a075ff5eca88ae6e7b7a32827233d2 /usr/lib/.build-id/83 /usr/lib/.build-id/83/d57b49d814a1409788bfafae4378fef011e1e9 /usr/lib/.build-id/84/3225380a515e81d48a03ebe35c464a2f1acd70 /usr/lib/.build-id/85 /usr/lib/.build-id/85/653e80bc13658607647559778102d1fd716533 /usr/lib/.build-id/85/8d90a2235b1119606e87b1486af18cd73b4b73 /usr/lib/.build-id/85/ae6462e87567e1e77ee7a219b2897c5753ac34 /usr/lib/.build-id/86/b7867769b3638dc6bdfd5a22bfadc8d543ac7c /usr/lib/.build-id/87/145555fa00e85ae1a11237f1453bfc5636ed71 /usr/lib/.build-id/87/799c940156663494f41070795e973690cc64c2 /usr/lib/.build-id/87/d815ecc3c29ee041157218b3777ea9769f629d /usr/lib/.build-id/89/2b0f52b104b42b7e74cb0a79e97f806a9e3fb1 /usr/lib/.build-id/89/fdb5d470fb7a81d46c8a720484513195719b98 /usr/lib/.build-id/8d/15e13ced64ff54f3ff648979249d56e0f6424d /usr/lib/.build-id/8d/35db3b3dfebeaf13bbe941a5fcb1b7bd7c3c2e /usr/lib/.build-id/8d/88c2d251b1249b52f8e7cdab20f0bcfbf0ae75 /usr/lib/.build-id/8d/e48fe82d77a92183a37e0f9454076d1778f247 /usr/lib/.build-id/8e/b7817dceb9ce5afd793ef74bcf239b4dd05516 /usr/lib/.build-id/8e/b8d781878df92de340154a4d7cbd91fe6448ed /usr/lib/.build-id/8f/31d58c81e1b09859d0f1c217a186df968122e1 /usr/lib/.build-id/90 /usr/lib/.build-id/90/1126390e0317a3d06712bc00c579fcaea8905c /usr/lib/.build-id/91/58416a524c0ff8378bd0e9fb33d66717a1edf5 /usr/lib/.build-id/91/edec302e56b6cc5f00ad30fa31dd35800887f3 /usr/lib/.build-id/93/71e176e2564dea94a446603ae174563ce84104 /usr/lib/.build-id/93/87273235e77512fa827c27f63ce42ea8565537 /usr/lib/.build-id/93/ab14bb8a90476f51ef3b555be5eedb4edb611d /usr/lib/.build-id/94/1ae74354e8d5999e527d32814f84d5c945a09c /usr/lib/.build-id/94/25c7c0e4bace041c376452fba26c48ce13dce2 /usr/lib/.build-id/94/91bc7a302742484116a1ce5098e594589fa0b2 /usr/lib/.build-id/95/88657737eb862db396749208452567f5c33945 /usr/lib/.build-id/95/cbe0353c73be4a7f39ee39bea49306d37e5214 /usr/lib/.build-id/96/712ed6dc3611b06a22f017951c44d444e3eab9 /usr/lib/.build-id/97 /usr/lib/.build-id/97/291c9450a9580530e347088b4d81d5e26763fe /usr/lib/.build-id/97/ee1303f74d7dc9d4953b18baa5f055ed404b95 /usr/lib/.build-id/97/f88430d1196d6ec9696b90e2277e20af915480 /usr/lib/.build-id/97/f8c7fad054fe0f97a442a65f7efa3ea99c3a42 /usr/lib/.build-id/98/0eb39447048a859a1f773af1060142999afb74 /usr/lib/.build-id/98/9405fb5be9738fb5ad8ac1ad7f53f65f44556d /usr/lib/.build-id/98/c540e00095cd7a4ca029f100166021f6a26bcd /usr/lib/.build-id/9a/93660e69d5dd006751347a16efa2fc537eefe9 /usr/lib/.build-id/9a/f2c7cddbaaff208a256a44e61405c30b51d4f5 /usr/lib/.build-id/9b /usr/lib/.build-id/9b/6a0c068d9e93a7aa4bcc3aff1eb2a6eef0ca86 /usr/lib/.build-id/9d/ff80692990b7ad9c890972ead975ae5c7924a2 /usr/lib/.build-id/9e/c24127f416679af254fd61f00c1521fd055b18 /usr/lib/.build-id/9f /usr/lib/.build-id/9f/487287d0f2d668c35fcc5d888235b190e3f701 /usr/lib/.build-id/9f/649e122de0354376fad2f60508bb8b41464c01 /usr/lib/.build-id/9f/9201a0d476ef8251a1bbea342fa993b29319f5 /usr/lib/.build-id/9f/ad61f4579756f5cd90313eb72f18395537fecd /usr/lib/.build-id/a0/4c746b981cc00f4e84b4a1c7cec92bda430f44 /usr/lib/.build-id/a1/cf79989b220fbf82f48a38c8d42494a6f102eb /usr/lib/.build-id/a1/f06412ab7a9eed0c5ac6989e123cdb19275938 /usr/lib/.build-id/a1/fb2b0d5e8a7d7559844bc934a91339f8e9a04d /usr/lib/.build-id/a2/bcd2483115c2ee625dbd86a183b1f880136259 /usr/lib/.build-id/a3/1e86c6cf2992925eb62418e2341d9739f068ac /usr/lib/.build-id/a3/b68823cc07a1da480897db9e48d966d620d77b /usr/lib/.build-id/a4/9f9d94e0901a84c270122c2d3e53529c006a14 /usr/lib/.build-id/a5/3a1420c3799699264f9e91404742ce80e4a471 /usr/lib/.build-id/a5/6d0010cf080905e93b6307b60a2f862ec3aab0 /usr/lib/.build-id/a6/4ef3fd962c2c2b3c76d503b90233393596fd81 /usr/lib/.build-id/a6/c0a4c88c9ac474c0bf773a8b3c4d080ad001a9 /usr/lib/.build-id/a7/4fc12d1866f0dee5699f3530fafffa7d701967 /usr/lib/.build-id/a8/7a3562b5edf2a3251772d111127e42d926369e /usr/lib/.build-id/a8/d4092c79bff4a30ca12124f55c0e76ded94916 /usr/lib/.build-id/ab /usr/lib/.build-id/ab/2e13e9f78bf896051abcc0db10186c3a4e7f21 /usr/lib/.build-id/ab/4bd220edbe395c3cb74123637a8478687f5101 /usr/lib/.build-id/ac/3e40fbb8e7adfe518b2246ad008d25611f0720 /usr/lib/.build-id/ac/b936a0b4a4022d2d6e7fee61d9107ba240e1ec /usr/lib/.build-id/ac/c649cd9efb8362f4d97dadcb4e1f6759b2afb7 /usr/lib/.build-id/ad/3c11f067545c5969f3c881905ca9a06a4347b8 /usr/lib/.build-id/ad/d004ca96665fd6e22b6cc6937580016dabe544 /usr/lib/.build-id/ae /usr/lib/.build-id/ae/f3483518e560fcb7b89f7272d93a8b70f30eb2 /usr/lib/.build-id/b0 /usr/lib/.build-id/b0/50a3c227f4877c99c45efb035cadc7f8c562de /usr/lib/.build-id/b1/beb9e345dd7c2d90a640c703fb116b38486ebd /usr/lib/.build-id/b4/9b0f67e7846bf3ccc00591ca66135f9b1d9570 /usr/lib/.build-id/b4/b1f05b0fba788146739080981be29a2f210dd9 /usr/lib/.build-id/b6/061936ff7da83be75c11b03b74e9f27b9ff638 /usr/lib/.build-id/b6/2956ca954d4cb3825a168838ae87286f801fb4 /usr/lib/.build-id/b6/add055b6cd6dad48f0b6c7581f3e7704401462 /usr/lib/.build-id/b7/86d791934f013353b20ea408ecf1251e1171da /usr/lib/.build-id/b7/873dfa4af3d479c3c373b733ba47f012491c27 /usr/lib/.build-id/b7/b48c117a5e3a8651b9e4b7250ea12936006fbc /usr/lib/.build-id/b7/ce607c4d24e6b2bf8d6893fd2ec52881dacb9f /usr/lib/.build-id/b7/f4458050af67cc0020e729c96090a9e9b5ca42 /usr/lib/.build-id/b8 /usr/lib/.build-id/b8/4c5cc4e33f2de8df5e890eb6149123b8475e92 /usr/lib/.build-id/b9/7305c7b11c77ea581694baa55bdf41df15eeac /usr/lib/.build-id/b9/9cf45f9ff9ca32cda477b205b8ea22a2ab417b /usr/lib/.build-id/ba /usr/lib/.build-id/ba/b54f1144a9c9217c11cbf38381acc83b10d654 /usr/lib/.build-id/bb/f5657b6f2d9b3858f4cf731bae9e2b54084ca6 /usr/lib/.build-id/bc/3a59b1cbccb56c97fd6d9eaa5d68f3be5347c9 /usr/lib/.build-id/bd /usr/lib/.build-id/bd/157af0fa7a8c243da74435b58329a821ec7c62 /usr/lib/.build-id/bd/794a760a1b80d63b7ca906c191fe4b9c96ec4f /usr/lib/.build-id/be/4dfea1e39e77374b65ce80b0cd88e04ab1eff0 /usr/lib/.build-id/bf/205c61f3a881014e2631fb5239715addf89827 /usr/lib/.build-id/bf/75793a11a9ab47d84183a1e6512dfad8366e53 /usr/lib/.build-id/c0/2a8981b1f90d6c60a31dcd14d53044aa3241ed /usr/lib/.build-id/c0/7d2643a0ad4a4c31032892b7bed1cf5d3f6973 /usr/lib/.build-id/c0/7fafeab2fdfd66eac37cb05facbeb2170ee10b /usr/lib/.build-id/c0/a6b032acc7e807625fd2a77f56d27dfc35f470 /usr/lib/.build-id/c0/cc7d147a180e954b5ec45d03c928767ed0f859 /usr/lib/.build-id/c3/0807078561e2a53d956cf9aa674ade8a66311f /usr/lib/.build-id/c4 /usr/lib/.build-id/c4/0bb0d033d866de0b077901ce03fddb03cbb18a /usr/lib/.build-id/c4/34d5410d1dea0b5ebe5794b13002662ca72a6f /usr/lib/.build-id/c4/83e7cdd5022c6fe50354cd4fdcf0a347c41851 /usr/lib/.build-id/c4/fe95db4920a381d04f506718a08a878980e432 /usr/lib/.build-id/c5/8780e402384130651137f1b79a36afe1411d68 /usr/lib/.build-id/c5/f72fbf03eca5434c2662b02474d898bce071e0 /usr/lib/.build-id/c6/9215546c21a33ea8af6ae31a30886ab0ba5fe3 /usr/lib/.build-id/c8/481c5d4644d609361dfa3b30094be3e78a0350 /usr/lib/.build-id/c8/b0a91146b8d2bf798a32916aa7c8dca39d8830 /usr/lib/.build-id/ca /usr/lib/.build-id/ca/06dfecf7bab3b053239493c9219bd33406a758 /usr/lib/.build-id/ca/ba799822a96b0c9523d435388ed2bb1e4e65ff /usr/lib/.build-id/cb/52d1ab8a58f93d798976b9a32e1ba2a2efd2ec /usr/lib/.build-id/cb/c2cde917147f9ad6506d03b28ed064e3b8a633 /usr/lib/.build-id/cb/ffe8786b46c806c8fd437662199c67f3a42cac /usr/lib/.build-id/cc/d67dde67d869cb357f61ae151cddc711385d11 /usr/lib/.build-id/cd /usr/lib/.build-id/cd/85fe115cb88abd99f4f34cedf6bd8c49fdf917 /usr/lib/.build-id/ce /usr/lib/.build-id/ce/3facf9dcdf09705774f1ef5ce4482294abd7bf /usr/lib/.build-id/ce/5fae3391a10c7067b0164301c40544da5177f5 /usr/lib/.build-id/ce/a11ea443c79d8301efbea7452d4c3072ca14ba /usr/lib/.build-id/ce/ad19d0c87e3fb081221bb1c704511ccd67da11 /usr/lib/.build-id/d0/9f432c32c5194008d87f321ad065dbbbae024f /usr/lib/.build-id/d0/c0d30a3f0cd66bef205f526ea81b9671477326 /usr/lib/.build-id/d0/ca26b5888110567f57a3873c8db6a17c445fd7 /usr/lib/.build-id/d0/cdf95a15849562be7f7992c38e7f20aee12755 /usr/lib/.build-id/d1/1b27f276f5fd59559ffb15209bbd3fe87b8bc1 /usr/lib/.build-id/d1/62eb7a0a6202df2ea88da1e211ac21dfa1c6c7 /usr/lib/.build-id/d1/b8fbf28cd787ec97daf533cb293183d4ad8083 /usr/lib/.build-id/d2/4e0ce4d4c3145682612799653f2e3c705f51a6 /usr/lib/.build-id/d2/5c769ce4bb99f4a0dd5bbfb8d7fe7b2717c1f3 /usr/lib/.build-id/d3/3537a5ca48de892c9b9d34dc60ffd4affaacc9 /usr/lib/.build-id/d4/e59924957d13f29fe7a2c39f66f66b46d2a241 /usr/lib/.build-id/d5 /usr/lib/.build-id/d5/d2c7bd2bef28c0a1e3d1fedbee8e9770e6733b /usr/lib/.build-id/d5/fe78264e590805759b6fd5df03481c35efe2f5 /usr/lib/.build-id/d6/87a829657f85e65ae6af9d9e17e07eeb6f2536 /usr/lib/.build-id/d6/896536be50a1a9950707604db846378f1d32c1 /usr/lib/.build-id/d7/5c3ca8f1b0373cea854205cdc708dd1474b873 /usr/lib/.build-id/d8/4ca5f04604962213f212c4f69db59f08ec6938 /usr/lib/.build-id/d8/a8a12137f51a33068fbb7ee3691b07018278cb /usr/lib/.build-id/d9 /usr/lib/.build-id/d9/728a7ded28a49c2da9b18a5b07c2aab30f2897 /usr/lib/.build-id/d9/efbc482e174a52f38e09e53cc01ae20f8b97c7 /usr/lib/.build-id/da /usr/lib/.build-id/da/ec3a82a9921fc6ca73a2782edc1f4300ac8965 /usr/lib/.build-id/db/a82831980aac9b3e5e11c3860744b0f52bad6c /usr/lib/.build-id/db/ce3992f2113f4d47192c56903fa7cd5a9f5777 /usr/lib/.build-id/dc/08dc60b15134b0fbba46416139f96fe36ff05a /usr/lib/.build-id/dc/74df44f2723250ffa0f51d1d092f83269c97d1 /usr/lib/.build-id/dc/b4ae05b0bb3ed027155c00134a5711bee8dab8 /usr/lib/.build-id/dd/b550ae94669b5d1ba362585f357595334966f4 /usr/lib/.build-id/dd/f383e7593e2752e6e12196d817a9110d7ab2d1 /usr/lib/.build-id/de/020c15faadc2e0206451f11639e55fe16b478a /usr/lib/.build-id/de/c6cead5c0eb157841a98d9e5c604b4525d0643 /usr/lib/.build-id/df/0e50f320882bb1f167928e8051589a869c8380 /usr/lib/.build-id/df/4abeb24609c721e033334c0ec92abc10118cad /usr/lib/.build-id/df/8b7574a519fe14cf8288f229f28f2ebb2d3659 /usr/lib/.build-id/df/f24ad68e777f38b9771fb1637abe5b42b8a7fa /usr/lib/.build-id/e0/0e89d07389c66d2fa054da15932be4801f75fe /usr/lib/.build-id/e0/9af3a557887741ecfc434f2b0ccc1a7304022f /usr/lib/.build-id/e1/32b00c4589cb13248f85e6c7f8eb9d477f3b8d /usr/lib/.build-id/e2/b6d2f9810c2a2b2ab5abb6e54a2534dffd8b06 /usr/lib/.build-id/e2/f574fde4f3040f8e61c954f447d8a80dbe88b2 /usr/lib/.build-id/e3 /usr/lib/.build-id/e3/b07c96c9909196dc723a16dfbbfaba1bea8921 /usr/lib/.build-id/e4 /usr/lib/.build-id/e4/0ae1bb9c7ef13871c02635239b99f91f06f3f3 /usr/lib/.build-id/e4/1a97447af5c397797af990f0ba7784cd1cfa41 /usr/lib/.build-id/e7/22eba089503a389d9846cb98d011b40a86ed9c /usr/lib/.build-id/e7/8bf3f3fa3ddddacea96731357425ed2948b401 /usr/lib/.build-id/e7/cd0cb07883a7b6427929828890c828fa8cfc09 /usr/lib/.build-id/e7/f7ae4e866b1d43b79ec9db09e2ae9c64943128 /usr/lib/.build-id/ea /usr/lib/.build-id/ea/482366647d392e25884460085e6adba5440630 /usr/lib/.build-id/ec/007f4368e47d302c5e003b8282e5837f099dc8 /usr/lib/.build-id/ec/00b7abf9f22348eff0d4c5b58df00b089d1d2b /usr/lib/.build-id/ec/47600e0b11fa5845ed923e5a5fa19b4e0cb889 /usr/lib/.build-id/ec/f3f3084dcb74726efb2eb8c7a95c0e31d0fa59 /usr/lib/.build-id/ed /usr/lib/.build-id/ed/22ad6a7b81f6e775573be1b0a5bea491848cba /usr/lib/.build-id/ed/6e56619462c8de20fad7d52a516bab1e3b060e /usr/lib/.build-id/ed/786d4ef4686525dbcceb2cc85f59f0fff75e19 /usr/lib/.build-id/ed/b24cfe6ccebada2747b42eadfc68547493516b /usr/lib/.build-id/ed/b4169e344249084a86002b3abaf970dd747d4b /usr/lib/.build-id/ed/cb5778870323fae4995127a4acefe1bced3e3e /usr/lib/.build-id/ee/e54fa11aa10b9f0d2cefa281c1047fa1f92861 /usr/lib/.build-id/ef /usr/lib/.build-id/ef/141d0d8ca1ae3a0dd7603b124a335f84b36b05 /usr/lib/.build-id/ef/3026a5d20a470ad6b957a266f9eebb4060f062 /usr/lib/.build-id/ef/33022f0f820d34694faedbd07e10ed5fe1a18c /usr/lib/.build-id/f0 /usr/lib/.build-id/f0/2d69ad78a335509adb0116ca21ba0855b948c2 /usr/lib/.build-id/f1/053230a37f892ff609db662de4c8ef501d6d3f /usr/lib/.build-id/f1/6029f6dee5f4374ca7ef5f80699cda93bb8e41 /usr/lib/.build-id/f1/6913848d0017afc6d676b48747b1fc67c2cada /usr/lib/.build-id/f3/3ca244298e4b1e520b36aab7f81139986f296b /usr/lib/.build-id/f5/16638890a9911710b717ae676ecdc0fbeebff6 /usr/lib/.build-id/f5/64378acf1440d36df78f95bbab6b38e89898c6 /usr/lib/.build-id/f5/ef241dae907667c56cd95ecc1c7cd02d975a7a /usr/lib/.build-id/f6/274e0f4e3ad0824f97f454bd60df8065ba862e /usr/lib/.build-id/f6/a11fd1d969980930768d97eb3b5af057ff376e /usr/lib/.build-id/f6/c28517a81c6d8b51570b6e96f7362903a118cb /usr/lib/.build-id/f6/fbc6ac6fd15637030bf91f4f3353347140dfae /usr/lib/.build-id/f7/11df86261261588ceafb7cfa280ffecbecc489 /usr/lib/.build-id/f7/7b10dd60627d0758d94572656b77b1b575adca /usr/lib/.build-id/f7/b20b1fb549b2a8d4cf8e6cbab038015d235a43 /usr/lib/.build-id/f7/ceeba5b1c66a8787550c47f0f88d895bf1f9b4 /usr/lib/.build-id/f8 /usr/lib/.build-id/f8/8f1eba3d3141c6e39eb295fb328af717bd863d /usr/lib/.build-id/f8/f26d379234a052f3629fdc6a18651304725723 /usr/lib/.build-id/f9/5eb42c512d307ad470cd4b1e5983b619e34656 /usr/lib/.build-id/f9/8215e2814056722794997e17c631b497898123 /usr/lib/.build-id/f9/f5495f2ef5c4197f48a20a1360c2b7cfae5ca6 /usr/lib/.build-id/fa/c1c4dfd4b0b62fdde9b683f61e9023ee2b33c3 /usr/lib/.build-id/fc/0020ae5951b9ca80fc236c04f81f14124275e9 /usr/lib/.build-id/fc/b77f7f32002396ee8c416df83452f4280c3846 /usr/lib/.build-id/fc/cefadaf61e3339cebd08a183e9e68b92af9e49 /usr/lib/.build-id/fe/8682e9df1da8e643a68a2e8602c50939278b44 /usr/lib/.build-id/fe/8d7e33fb669b62fbbd784eecf3fbb60394918c /usr/lib/.build-id/ff/5a429408cd8263229af893c8b32879c7c7d32f /usr/lib/.build-id/ff/9d6ccb30ab9287a189ef5bdf210e6121a7ae94 /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:42:11 2025