Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

glibc-benchtests-2.39-56.el10.alma.1 RPM for x86_64_v2

From AlmaLinux Kitten 10 CRB for x86_64_v2

Name: glibc-benchtests Distribution: AlmaLinux
Version: 2.39 Vendor: AlmaLinux
Release: 56.el10.alma.1 Build date: Fri Sep 5 07:31:50 2025
Group: Unspecified Build host: x64-builder04.almalinux.org
Size: 20577467 Source RPM: glibc-2.39-56.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.

Provides

Requires

License

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

Changelog

* Wed Aug 20 2025 Eduard Abdullin <eabdullin@almalinux.org> - 2.39-56.alma.1
  - Overwrite target for x86_64_v2
  - Add /usr/lib64/lp64d to ricv64
* 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.
* Thu Oct 12 2023 Florian Weimer <fweimer@redhat.com> - 2.38.9000-13
  - Drop glibc-disable-werror-tst-realloc.patch, GCC was fixed long ago.
  - Auto-sync with upstream branch master,
    commit 69239bd7a216007692470aa9d5f3658024638742:
  - stdlib: fix grouping verification with multi-byte thousands separator (bug 30964)
  - build-many-glibcs: Check for required system tools
  - x86: Prepare `strrchr-evex` and `strrchr-evex512` for AVX10
  - aarch64: Optimise vecmath logs
  - aarch64: Cosmetic change in SVE exp routines
  - aarch64: Optimize SVE cos & cosf
  - aarch64: Improve vecmath sin routines
  - nss: Get rid of alloca usage in makedb's write_output.
  - debug: Add regression tests for BZ 30932
  - Fix FORTIFY_SOURCE false positive
  - nss: Rearrange and sort Makefile variables
  - inet: Rearrange and sort Makefile variables
  - Fix off-by-one OOB write in iconv/tst-iconv-mt
* Tue Oct 03 2023 Arjun Shankar <arjun@redhat.com> - 2.38.9000-12
  - Auto-sync with upstream branch master,
    1056e5b4c3f2d90ed2b4a55f96add28da2f4c8fa:
  - tunables: Terminate if end of input is reached (CVE-2023-4911)
  - Propagate GLIBC_TUNABLES in setxid binaries
* Tue Oct 03 2023 Arjun Shankar <arjun@redhat.com> - 2.38.9000-11
  - Auto-sync with upstream branch master,
    9e4e896f0f5a19a16c1a77567463b013a0f4952d:
  - Linux: add ST_NOSYMFOLLOW
  - resolve: Remove __res_context_query alloca usage
  - mips: dl-machine-reject-phdr: Get rid of alloca.
  - x86: Add support for AVX10 preset and vec size in cpu-features
  - resolv: Fix a comment typo in __resolv_conf_load
  - Remove unused -DRESOLVER getaddrinfo build flag
  - C2x scanf %wN, %wfN support
  - test-container: Use nftw instead of rm -rf
* Thu Sep 28 2023 Patsy Griffin <patsy@redhat.com> - 2.38.9000-10
  - Auto-sync with upstream branch master,
    commit 29d4591b07a4da53320e949557c6946c62c26bde.
  - hurd: Drop REG_GSFS and REG_ESDS from x86_64's ucontext
  - elf: Fix compile error with -DNDEBUG [BZ #18755]
  - MIPS: Add relocation types
  - MIPS: Add new section type SHT_MIPS_ABIFLAGS
  - MIPS: Add ELF file header flags
  - fegetenv_and_set_rn now uses the builtins provided by GCC.
  - io: Do not implement fstat with fstatat
  - libio: Add nonnull attribute for most FILE * arguments in stdio.h
  - AArch64: Remove -0.0 check from vector sin
  - Document CVE-2023-4806 and CVE-2023-5156 in NEWS
  - elf: Add dummy declaration of _dl_audit_objclose for !SHARED
  - Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 [BZ #30843]
  - elf: dl-lookup: Remove unused alloca.h include
  - Remove unused localedata/th_TH.in
  - Adapt collation in th_TH locale to use the iso14651_t1_common file and sync the collation with CLDR
  - Revert "LoongArch: Add glibc.cpu.hwcap support."
  - Update kernel version to 6.5 in header constant tests
  - LoongArch: Add glibc.cpu.hwcap support.
  - math: Add a no-mathvec flag for sin (-0.0)
* Mon Sep 18 2023 Arjun Shankar <arjun@redhat.com> - 2.38.9000-9
  - Auto-sync with upstream branch master,
    commit bb5bbc20702981c287aa3e44640e7d2f2b9a28cf:
  - Update to Unicode 15.1.0 [BZ #30854]
  - localedata/unicode-gen/utf8_gen.py: adapt regexp to get relevant lines from EastAsianWidth.txt
  - Fix regexp syntax warnings in localedata/unicode-gen/ctype_compatibility.py
  - getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806)
  - LoongArch: Change to put magic number to .rodata section
  - LoongArch: Add ifunc support for strrchr{aligned, lsx, lasx}
  - LoongArch: Add ifunc support for strcpy, stpcpy{aligned, unaligned, lsx, lasx}
  - LoongArch: Replace deprecated $v0 with $a0 to eliminate 'as' Warnings.
  - LoongArch: Add lasx/lsx support for _dl_runtime_profile.
  - Add MOVE_MOUNT_BENEATH from Linux 6.5 to sys/mount.h
  - CVE-2023-4527: Stack read overflow with large TCP responses in no-aaaa mode
  - resolv: Fix some unaligned accesses in resolver [BZ #30750]
  - Update syscall lists for Linux 6.5
* Mon Sep 11 2023 Patsy Griffin <patsy@redhat.com> - 2.38.9000-8
  - Auto-sync with upstream branch master,
    commit 073edbdfabaad4786e974a451efe4b6b3f7a5a61.
  - ia64: Work around miscompilation and fix build on ia64's gcc-10 and later
  - stdio: Remove __libc_message alloca usage
  - htl: avoid exposing the vm_region symbol
  - libio: Fix oversized __io_vtables
  - Use Linux 6.5 in build-many-glibcs.py
  - elf: Remove unused l_text_end field from struct link_map
* Fri Sep 08 2023 Florian Weimer <fweimer@redhat.com> - 2.38.9000-7
  - Auto-sync with upstream branch master,
    commit 6985865bc3ad5b23147ee73466583dd7fdf65892:
  - elf: Always call destructors in reverse constructor order (bug 30785)
  - io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64
  - manual: Fix ld.so diagnostics menu/section structure
  - getaddrinfo: Get rid of alloca
  - riscv: Add support for XTheadBb in string-fz[a,i].h
  - getcanonname: Fix a typo
  - linux: Add pidfd_getpid
  - posix: Add pidfd_spawn and pidfd_spawnp (BZ 30349)
  - linux: Add posix_spawnattr_{get, set}cgroup_np (BZ 26371)
  - linux: Define __ASSUME_CLONE3 to 0 for alpha, ia64, nios2, sh, and sparc
  - __call_tls_dtors: Use call_function_static_weak
  - intl: Treat C.UTF-8 locale like C locale (BZ# 16621)
  - htl: Fix stack information for main thread
  - htl: thread_local destructors support
  - elf: Fix slow tls access after dlopen [BZ #19924]
  - x86: Check the lower byte of EAX of CPUID leaf 2 [BZ #30643]
* Tue Aug 29 2023 DJ Delorie <dj@redhat.com> - 2.38.9000-6
  - Auto-sync with upstream branch master,
    commit e1d3312015e8f70344620375aedf91afe7e7e7a4.
  - add GB18030-2022 charmap and test the entire GB18030 charmap [BZ #30243]
  - Use GMP 6.3.0, MPFR 4.2.1 in build-many-glibcs.py
  - localedata: Translit common emojis to smileys [BZ #30649]
  - nscd: Skip unusable entries in first pass in prune_cache (bug 30800)
  - LoongArch: Change loongarch to LoongArch in comments
  - LoongArch: Add ifunc support for memcmp{aligned, lsx, lasx}
  - LoongArch: Add ifunc support for memset{aligned, unaligned, lsx, lasx}
  - LoongArch: Add ifunc support for memrchr{lsx, lasx}
  - LoongArch: Add ifunc support for memchr{aligned, lsx, lasx}
  - LoongArch: Add ifunc support for rawmemchr{aligned, lsx, lasx}
  - LoongArch: Micro-optimize LD_PCREL
  - LoongArch: Remove support code for old linker in start.S
  - LoongArch: Simplify the autoconf check for static PIE
  - Add F_SEAL_EXEC from Linux 6.3 to bits/fcntl-linux.h.
  - argp-parse: Get rid of alloca
  - gencat: Get rid of alloca.
  - m68k: Use M68K_SCALE_AVAILABLE on __mpn_lshift and __mpn_rshift
  - m68k: Fix build with -mcpu=68040 or higher (BZ 30740)
  - elf: Check that --list-diagnostics output has the expected syntax
  - manual: Document ld.so --list-diagnostics output
  - manual/jobs.texi: Add missing @item EPERM for getpgid
  - LoongArch: Add ifunc support for strncmp{aligned, lsx}
  - LoongArch: Add ifunc support for strcmp{aligned, lsx}
  - LoongArch: Add ifunc support for strnlen{aligned, lsx, lasx}
  - htl: move pthread_attr_setdetachstate into libc
  - htl: move pthread_attr_getdetachstate into libc
  - htl: move pthread_attr_setschedpolicy into libc
  - htl: move pthread_attr_getschedpolicy into libc
  - htl: move pthread_attr_setinheritsched into libc
  - htl: move pthread_attr_getinheritsched into libc
  - htl: move pthread_attr_getschedparam into libc
  - htl: move pthread_setschedparam into libc
  - htl: move pthread_getschedparam into libc
  - htl: move pthread_equal into libc
  - Linux: Avoid conflicting types in ld.so --list-diagnostics
* Tue Aug 22 2023 Arjun Shankar <arjun@redhat.com> - 2.38.9000-5
  - Auto-sync with upstream branch master,
    commit f6c8204fd7fabf0cf4162eaf10ccf23258e4d10e:
  - elf: Do not run constructors for proxy objects
  - x86_64: Add log1p with FMA
  - Remove references to the defunct db2 subdir
  - string: Fix tester build with fortify enable with gcc < 12
  - s390x: Fix static PIE condition for toolchain bootstrapping.
  - m68k: fix __mpn_lshift and __mpn_rshift for non-68020
  - sysdeps: tst-bz21269: fix -Wreturn-type
  - Loongarch: Add ifunc support for memcpy{aligned, unaligned, lsx, lasx} and memmove{aligned, unaligned, lsx, lasx}
  - Loongarch: Add ifunc support for strchr{aligned, lsx, lasx} and strchrnul{aligned, lsx, lasx}
  - sysdeps: tst-bz21269: handle ENOSYS & skip appropriately
  - sysdeps: tst-bz21269: fix test parameter
  - hurd: Fix strictness of <mach/thread_state.h>
  - hurd: Add prototype for and thus fix _hurdsig_abort_rpcs call
  - io/tst-statvfs: fix statfs().f_type comparison test on some arches
  - fxprintf: Get rid of alloca

Files

/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/97bf82391c7e35d7b3acf327456e1c72dba04d
/usr/lib/.build-id/00/ed9c336c28fea32e0725c204441becee7e9a44
/usr/lib/.build-id/03
/usr/lib/.build-id/03/a2cbc9eee30503d791695c1dac674b20be5dd2
/usr/lib/.build-id/04/ae007d19ed796b229f0bf853f1a4b76e32f16a
/usr/lib/.build-id/05/53e0fdeeea6479dcb6f8dc433c60e390f449e6
/usr/lib/.build-id/05/e626077650971da1949624ed519029c4e35e5d
/usr/lib/.build-id/06/8b73dc7f5507487db265d03108195a88bfb364
/usr/lib/.build-id/06/eb8fb01056f3cc55461604bec378e8d12f99fd
/usr/lib/.build-id/08/1e9a583520fce97e9ba8da193f1f64c67adda6
/usr/lib/.build-id/08/37c5cf7843190fd050a450f7a79a73695902bf
/usr/lib/.build-id/08/48f39e1547d498a57806ccf2088d35fffaa04e
/usr/lib/.build-id/08/ee960b6299e04eb3d2b7a4a46410c64e01f56e
/usr/lib/.build-id/09/9f3420a7f53d6af66b91c1334ebf0ed77263ef
/usr/lib/.build-id/09/e00dd056266030844b59ecd179df99c2d9669b
/usr/lib/.build-id/0a/5416a512d3297ee1177a0bf8ace7ecf91c154c
/usr/lib/.build-id/0a/ff9f093a553e0447459f8fed21a57bd0d327ad
/usr/lib/.build-id/0b/43ff0ebcb8ccaee174a5f70b7c87c76efbf922
/usr/lib/.build-id/0d/04fbd1b2282475b8944710d62164b36832eb0b
/usr/lib/.build-id/0d/4a1161bf7d31fb95d6a4105016c5b40a58c28c
/usr/lib/.build-id/0d/858174ed7f7c5313e099e83b3e321b4892fdc2
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/2bfb03a43fc0242331607296f05be354088a6b
/usr/lib/.build-id/0e/b98a35500355ce25d4cfaebb7f4995107d6183
/usr/lib/.build-id/0e/fb497ac195876bf5d44ca33bcc69af12bf4f07
/usr/lib/.build-id/11/fc42f63b1afc146e3aaed93d2acfe16655178c
/usr/lib/.build-id/14
/usr/lib/.build-id/14/26ea7bb5fcd68b0c85977f87accf8d6c14bdc6
/usr/lib/.build-id/16
/usr/lib/.build-id/16/43e115461607041c5daa59d8771578b89b0f1b
/usr/lib/.build-id/17/f90ec8634303d234f109c31325b41d5919b9af
/usr/lib/.build-id/18/16a65c3efb6c6e942a939c777240750e206ef9
/usr/lib/.build-id/19/68d403f6a75646156991d05e21de7f7bf80b5c
/usr/lib/.build-id/19/d76a41f5957ea57afb4ba0814e313053e3aa95
/usr/lib/.build-id/19/fab961b9844c6a5d25d1d732667b9d58988f8e
/usr/lib/.build-id/1a/27247bc2e21b7bd580ac0438e7855394f6a340
/usr/lib/.build-id/1a/e8cbffd541dab191bb7a2298e83afcfc230550
/usr/lib/.build-id/1b/2ffdf17546aaedcfdfeb23191525cd68ff4330
/usr/lib/.build-id/1b/f0495b616744140c3896b008be290c5a3dd124
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/6a0d830f1969903029c61e589a80e73448aaa6
/usr/lib/.build-id/1c/7a8397013d7340c5e9d41e41873001cc87f4f9
/usr/lib/.build-id/1d/62e26d7dec7a57e65ae852c26fcb91bc4b8e95
/usr/lib/.build-id/1e/1b18afd8efdab2d9e35e0baee140ff4edcf465
/usr/lib/.build-id/1e/260db03ddc4a823e26bdff3c19a8145f3ff9fa
/usr/lib/.build-id/1e/d6b656e9d276196e6a9068f6bae1adc98b5330
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/af5abec775c1f703e9f2ddbbc3ee0e5ffecc5f
/usr/lib/.build-id/20
/usr/lib/.build-id/20/d575ae099bd201a5237f2c90530c206bdee682
/usr/lib/.build-id/20/e6f1c1a83e317d07cab7c6d902ecb5ceb8ba58
/usr/lib/.build-id/22/181e8613da54efc3634d33332df65399ffe542
/usr/lib/.build-id/23/bcfe63f5867705b6c52f01bc1be3d2973df213
/usr/lib/.build-id/24/87e79fb37feb8f5efdd59c3b6a98fdb28ff1de
/usr/lib/.build-id/24/eb188bd3120a0f916c3c9535e2a5e849aa13fe
/usr/lib/.build-id/25/a3669fca9c780912b437910268c4a9b256dc36
/usr/lib/.build-id/25/b4085a01d6af0c249dbce25a540241d710c394
/usr/lib/.build-id/27/2f3d8c93b804b9810ff348700d6d7bfc746ed8
/usr/lib/.build-id/27/af2ace8d98995f16857312b69da9f4db1a5fad
/usr/lib/.build-id/27/b134f25db1404a189c2cc416d01cd0074d8290
/usr/lib/.build-id/28
/usr/lib/.build-id/28/df370ce4a14dc3168426496abe7dc1d6cd1d27
/usr/lib/.build-id/2a/62327fccd8181d13d8050be823be37428239fa
/usr/lib/.build-id/2a/ab9f7e64491bf754bf6e83b08d6411cb9aca27
/usr/lib/.build-id/2a/b1927343e8dc9d680c1d53a4bd8f237f01b1c3
/usr/lib/.build-id/2b/8522c451616fe28562076192bf04de460874fa
/usr/lib/.build-id/2c
/usr/lib/.build-id/2c/988c35e9163ccbf3a65e08d4ba7d861bcc529a
/usr/lib/.build-id/2c/aabafbcae29a07ac85dd971e0eec0fb6213ed4
/usr/lib/.build-id/2c/ce8673542d465c2491ac13afc3c8bc26eacbc4
/usr/lib/.build-id/30
/usr/lib/.build-id/30/b8908d7c79650128a325b1606d528087687746
/usr/lib/.build-id/30/e2a7012f3e4e888f38a43994bacafde660b569
/usr/lib/.build-id/31/51dbdc3f515a416755f3077c3c4498c699db95
/usr/lib/.build-id/31/b220cb4abacefe1eedfcccdf7425087a7f5896
/usr/lib/.build-id/31/f35fac19911296e85e09cc3e366e356eec52f8
/usr/lib/.build-id/32/4ea57b86ad4500a827e1ed7f8898992eada591
/usr/lib/.build-id/32/5bab86f8be7453509369b23f2a9aae98ac0cf0
/usr/lib/.build-id/32/aef85454e709d38e2cb899f79502cea8d8171a
/usr/lib/.build-id/33
/usr/lib/.build-id/33/5860fcbd43d02a168ec499ac200e784ddb147e
/usr/lib/.build-id/33/e317148858a5e2ca256e377c770ea6b5b7a0ec
/usr/lib/.build-id/34
/usr/lib/.build-id/34/1e8f7b8c26e6b0212a12572554c007716adfeb
/usr/lib/.build-id/34/64ae1a29c83f7ce7db00124b55d1461e4dabf8
/usr/lib/.build-id/34/73c4e7cbf8c857df205e4493947260416cbc77
/usr/lib/.build-id/34/7eac6cb7bd943d7fa0065e18191df5d7b576b2
/usr/lib/.build-id/35/ee87a80c94dc7b55fde31fa308d95a0c5beac4
/usr/lib/.build-id/36/0dee5f59333874664ea320422a45123f8479fd
/usr/lib/.build-id/37
/usr/lib/.build-id/37/450b8d90f54935693e28ddd1bcf56fef894fad
/usr/lib/.build-id/37/61daddb483e76450587ebb28ac5da2dd844363
/usr/lib/.build-id/37/ae7df0ab9c4f187708a3a9d342ea1752f2e0f3
/usr/lib/.build-id/39/5f2d4cb132a0a77e437172960ea005fc0b5650
/usr/lib/.build-id/3a/482894b6f610fbb4cb9a9bceaa1a144aa31d17
/usr/lib/.build-id/3a/e18362822c0a72918fc7271d167cb41cedc4be
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/4eac65669400782af309a2ca5837c4d25ec917
/usr/lib/.build-id/3b/67986bf5aaefed84d680cd1982ec75a58003b8
/usr/lib/.build-id/3c/9ba392fd9903665b1654fac38cd1d603f7e287
/usr/lib/.build-id/3c/a17e48b0262bc1f4882664bc790045cf9e7e83
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/1a7d11f4c6bc000bbb6516299a39e173f6e88e
/usr/lib/.build-id/3d/52a2e279f5840f81aa6bbf380bab01f3054c88
/usr/lib/.build-id/3d/d2d7bcf32f33af0b6cf875384380d8f5f4a8e2
/usr/lib/.build-id/3d/e75a83739455b83ad23b0003dfb0eafd654a8e
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/4a8cd3bd9a801b992ec0713be141200655032e
/usr/lib/.build-id/3e/a86fbf052010785db2215ab7d66706987fc76d
/usr/lib/.build-id/3f/d7203e0718e75313e64ce7d68eb28330b6fa96
/usr/lib/.build-id/40/17d0e12258ae0fbb6670f8bc103a26096d0acd
/usr/lib/.build-id/40/3a28a17cd138cd5fa13fb676982df86a55faaa
/usr/lib/.build-id/41/a753cc7dc26052843d48436be7f28396483a24
/usr/lib/.build-id/43
/usr/lib/.build-id/43/17bbba79d139b0040f7364c79ae1e774fcd422
/usr/lib/.build-id/43/d4ad33540279475297142a8031b9da4efaa08e
/usr/lib/.build-id/44/8f1aa938024b02424110f33d4e3c376ac34918
/usr/lib/.build-id/44/ef3ea3b8307a67c9067fd74b1ecc64224bf556
/usr/lib/.build-id/45/b3ae45e9edc6645cc39972c79e5a0743b938d9
/usr/lib/.build-id/45/fc31d273ecb2e0679ff58f9aae5bfc1aac0119
/usr/lib/.build-id/46/29b249e23c34a653baa0d55c4c102a7fe3c2e8
/usr/lib/.build-id/46/9d2ad2d9640f9b80a5211fef3121c3175f5847
/usr/lib/.build-id/48/42fb31ad5a36d77c495c09cff82d009aea81ac
/usr/lib/.build-id/48/514a11b4d26d71ee72790c0ae3d8479b64a237
/usr/lib/.build-id/48/ac3893f123bb20895ee33e79cb463baacd744d
/usr/lib/.build-id/48/af0af88a36a954ebee6699ca5fbc1c10ee55f2
/usr/lib/.build-id/48/b1f9213e640bfc6dcfe9f57f05be63dd3605e6
/usr/lib/.build-id/48/f7fa608351686723a50bb1ce5474160302857f
/usr/lib/.build-id/48/ff28a5973a582a118df6123d6bfa68f6ad4507
/usr/lib/.build-id/49/2072c034e1ca35fcb8422c83519a5310bc168c
/usr/lib/.build-id/49/59aac4900f7ddc9f72cdd6ceb6fd98f3dcaf87
/usr/lib/.build-id/49/5aba9bc327405fee9e44079bae6e89be2c2a6f
/usr/lib/.build-id/49/9ec9b6fa63ee886e99ac389e52c2552a4cc6f4
/usr/lib/.build-id/49/c8ec5a8966393c83319efc862ff1f870f37d58
/usr/lib/.build-id/49/f18ecba00d11eff1dd2cd2c1b60b0608efdb8f
/usr/lib/.build-id/4a/2248e0cb86ac1079f8761857bd48bb2fdde499
/usr/lib/.build-id/4a/7bd50802c97cce637c3d9dfa7e94b81874be82
/usr/lib/.build-id/4a/fdc2787b7dda8a6c7f45525e4498b88527c5f9
/usr/lib/.build-id/4b/6e097596f16926e4e55055f1155352b0076e08
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/00b13b6368b17e1f599e7a82dd359cdc9c2b3c
/usr/lib/.build-id/4c/4799915e240c393062fabd7e248d7b0395cc65
/usr/lib/.build-id/4d/aff13a7a92763ec4472c60ed1fd6c8466d154d
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/50c8ea38b1e5025668f66156d17c2259222188
/usr/lib/.build-id/50/ba063171b0926c6e488de5c146f63017f61fe2
/usr/lib/.build-id/50/fb7a108e5dec481258cc913e6359e54989baac
/usr/lib/.build-id/52/eb42974f990c7b7815f0f2f0200651d02a51f0
/usr/lib/.build-id/53/a5f1123d87c938bff5dad60f91cf83b9a5dd26
/usr/lib/.build-id/54/061ca8beb91d06a97fcd9580cc93ff424b1f30
/usr/lib/.build-id/54/0938da650ba93ad8b80a19d2deadd6fa154256
/usr/lib/.build-id/54/a549c4196d2c3ad2e095905e596af2a936b070
/usr/lib/.build-id/54/ea1e1d5e40a758f1e2a3357bdc432e2faa9f01
/usr/lib/.build-id/54/f7b32f0e0c410f433e90b55914c86007db8e12
/usr/lib/.build-id/55
/usr/lib/.build-id/55/1947280cd6ab5597e637ad81078818d2f5db27
/usr/lib/.build-id/55/8733f23c75f61dd01e7b0fa755ac4428338e05
/usr/lib/.build-id/55/9edbbe0fe5a7cd568a40a3e4a5641fb79253a1
/usr/lib/.build-id/55/a2bc83c22314a108d3fc808d821a1c07234d8b
/usr/lib/.build-id/55/d3972b6b59d64de8e957675328a425192d3bf4
/usr/lib/.build-id/56/17434e4ed92d95e8da33b9d2abe25d27c32cef
/usr/lib/.build-id/57/493d3f418d1f36ec3ce04f469c4fd5bb979bec
/usr/lib/.build-id/57/adf3e0e9c31ff55487b586b4ffb5e2cc914a46
/usr/lib/.build-id/58/737541251ee97813c6aebc7b25bf375fc1aec3
/usr/lib/.build-id/58/93608fa263531c8308064c762704a1bce5da2b
/usr/lib/.build-id/59/d84d3030cf8e534af414d4dcb48add79c35dac
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/b632f92c30053e9114f638d8bb5c35474266ae
/usr/lib/.build-id/5a/f7e9d2cb32b0aa389aaf0aa089577a4ff313e8
/usr/lib/.build-id/5a/fad90cbd7a7c48d356e9ed6e8ae589b6c1b473
/usr/lib/.build-id/5d/15f1bca537db15ae0b6e17d27acb61535a388b
/usr/lib/.build-id/5d/901cf9f020fd13c2464765d3be7d0bcbc593cb
/usr/lib/.build-id/5d/b772b12d68854b18c073d6a8c8a2dcc42937b1
/usr/lib/.build-id/5d/dd4273b9b481e8133be158a6549f09ef3fe319
/usr/lib/.build-id/5e/7f020d9329702d4053fe43b2e7773ed53bd304
/usr/lib/.build-id/5e/9e9cd04e53ff163bec323d1dd75f5f1084e890
/usr/lib/.build-id/5e/b36d19f92f9bf59ce9285ed8916968eea67b5d
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/a08f52c570715d8bc804812666461c27251747
/usr/lib/.build-id/60
/usr/lib/.build-id/60/7883e1830b1672ee5fdd35471a10785f499aeb
/usr/lib/.build-id/60/8d8dafdcf127f1a8cbe23771d851c810071b34
/usr/lib/.build-id/61/bc866d63b191a7e2e135278c03090678b2ed54
/usr/lib/.build-id/62
/usr/lib/.build-id/62/5a466f1f68bf9b37380a0f5755184ed7e5acf5
/usr/lib/.build-id/62/eb2f54c4b641b9e129c6595cb1afc4edd76772
/usr/lib/.build-id/63
/usr/lib/.build-id/63/a26e3b6e07dc63d0baf8e09d683ff0771345e9
/usr/lib/.build-id/64/8bb7525206fe8d67efde96b282ac1277a818af
/usr/lib/.build-id/65/053fd6951f383d8b6c1df3ef9b6d1bc46fb2ab
/usr/lib/.build-id/66/467c364f912a9ed2ed110eb0774720b5ed79e6
/usr/lib/.build-id/66/73ab3045b0c1ae0658abe857b7e6231710b1ec
/usr/lib/.build-id/67/44988c37cdf5b05d032036bae05ddb2f5286a5
/usr/lib/.build-id/67/a3cecda3217a1ed11e9ef8df0ed89b269771e5
/usr/lib/.build-id/68/3bd6246e7f36263e436bc77d5648882a8069bf
/usr/lib/.build-id/68/dd587099dff9cfa4bd6685b700bb80b0e7130f
/usr/lib/.build-id/69
/usr/lib/.build-id/69/7183650343ece8edc148953d235c64f9f1e56b
/usr/lib/.build-id/69/eb2b67ef6e73334713daee8188eb5d796bff69
/usr/lib/.build-id/6a/a205dadc7001c7bb7a855bbfcc2e2bb1d748c3
/usr/lib/.build-id/6a/aca90ee3906cd355dbb85ad045116d7cf99cdb
/usr/lib/.build-id/6b
/usr/lib/.build-id/6b/8c3a5e47bc30716b9d2176f05581457efe101a
/usr/lib/.build-id/6b/f1ab53ad437daba5dfcb85ed4cc1c24bccefce
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/e9917db26417f4597d13f85d07a76be40d1bb1
/usr/lib/.build-id/6c/ee04e351936b1606083aef4f5b81a207cd46b5
/usr/lib/.build-id/6e/cd978b450f80769ea46c304de8415c419803f0
/usr/lib/.build-id/6e/d55bc9a7182fbd4c86331cc166dba03c93b6b0
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/a054052a60e85059856d6b211e322e7a3d18a2
/usr/lib/.build-id/6f/c716f9e8e39a02ad3eda29859d7bc2408aca17
/usr/lib/.build-id/6f/cb5052668cbde021d275283d69a1064b22b479
/usr/lib/.build-id/70/242eda58053bcf8c5be075ddda859af61f4fad
/usr/lib/.build-id/70/7f6dc9b97907e1cb6a8d6d41774f50b7a4bfe8
/usr/lib/.build-id/71/6934bdf5fe634730ac90fff3a127f3cc5057a6
/usr/lib/.build-id/72/5e6dfadc9ab4a2ed93fac39aa28a04163efd01
/usr/lib/.build-id/72/8dd01a5e523e224fdedbaf6468e85217960685
/usr/lib/.build-id/72/e4752bd89bc783f725aaf789687e41bcac0fe5
/usr/lib/.build-id/73
/usr/lib/.build-id/73/ee222da6a50bf28744fd66f97991b408402cfd
/usr/lib/.build-id/74/93119204fa1ab7f35725206ddb9f070b17196c
/usr/lib/.build-id/75/050f8c5379c12c03e6cfa7c506171cbdf320ab
/usr/lib/.build-id/75/133e3b0fc9633e234aa7e34366f50c882e01e7
/usr/lib/.build-id/75/5f427c64b3ee9d445dedeb96c7b494c7f52c48
/usr/lib/.build-id/75/77fe93a3199b53e53563a9b72e24e859446259
/usr/lib/.build-id/76/71c58f2e3a471766c70b79b091859c2895c6bc
/usr/lib/.build-id/76/af0bee2d9bba303ec087b84d571e7900a22732
/usr/lib/.build-id/76/e09586ca5dbb433c4743a27bb27b81f9dc7f86
/usr/lib/.build-id/77/8ccfd38c80aa729eda986543c43b2bff013008
/usr/lib/.build-id/78/ac7f7eb26cea04688eb77e7b0ae514d8bc22d9
/usr/lib/.build-id/79/9d6612041cefb0ee6445d60f3c8cca88ba6241
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/486ef663d6d77437769e4c9317346658fca032
/usr/lib/.build-id/7a/f6b1c830b8e855b5219a17e4630e37485f0f9c
/usr/lib/.build-id/7b/0bdb3a3671c504f976b99f131592ec0d193037
/usr/lib/.build-id/7c/dfcc8a76aba59ae4b4c2bb781b9212196b4fdb
/usr/lib/.build-id/7d/9da8e133b8ce79a9e898883debc7cdbbedb79d
/usr/lib/.build-id/7d/b748d9b17fa665e81a8a95381fd07c0c4b3367
/usr/lib/.build-id/7d/c6050b46f548f8ed15d2841ee24b8137835f22
/usr/lib/.build-id/7e/8933a6ffc26457d0ff8b51d74fb6fa081bf7f2
/usr/lib/.build-id/7e/d05e47aa3db9275876d7ce8cd27c71cc8325a2
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/3d047574f3fe1976967cf5c18779c2495b01d6
/usr/lib/.build-id/7f/41676ef6fcafec4305c7e9e2dc4c7efb845bd1
/usr/lib/.build-id/7f/69c3facf73a455eb371861893ac8e74f906de7
/usr/lib/.build-id/7f/c73a10c21b326c0618d6b5e4ff78c7b7a09154
/usr/lib/.build-id/80/bf74edd1b3567c7c0185296f20967b88146189
/usr/lib/.build-id/81/953681f5a46c98675271d933cb99570eccee51
/usr/lib/.build-id/82
/usr/lib/.build-id/82/128b0ae979f9ee9c21e09eee8bd676df69652d
/usr/lib/.build-id/82/85d1a43e3e63c0d1e4bc9e1ef904871e6fd06f
/usr/lib/.build-id/82/b20a869891f8c73706745511fb43a71558fcc6
/usr/lib/.build-id/84/d338c365f59b9ed3088f74d02ae83e73a7ddfb
/usr/lib/.build-id/84/d55bf3691fe4bbf273605b132f6eadd8590260
/usr/lib/.build-id/85/11f21ca669c23d40689f4e8b11685209a1f7da
/usr/lib/.build-id/85/29bfe5e0f54b59cad550bfe4826d305e346c54
/usr/lib/.build-id/85/3de0f4246d5f6ec4b62a6e19e99ec999d8ac6e
/usr/lib/.build-id/85/bdcae47d607d406fabfa9840387ebbfde07ec7
/usr/lib/.build-id/86
/usr/lib/.build-id/86/1b8784e290debbf2d7d0d1f20f4fd02d7a453d
/usr/lib/.build-id/86/280343e676429c97b9d2438d0e71bde8214a77
/usr/lib/.build-id/86/ecdfcccd73e402dec57e2be9c196cafb357c7f
/usr/lib/.build-id/87/a6c54338871b83e70eab34813ac13cbf463180
/usr/lib/.build-id/87/b006539766aebff54c47972f4c2a5b74ebcbfc
/usr/lib/.build-id/87/f9ca9c3ff2123f30d677432f06099f4bebc134
/usr/lib/.build-id/88/3a38e008aa766d41e9ed3bfaf4fbda40741957
/usr/lib/.build-id/88/6589633abf9be5e4626261cc4ed13665b75efc
/usr/lib/.build-id/88/918d88ea931273bd3b2789900113b2481a51cb
/usr/lib/.build-id/89/bef92ac6126c0ae287dd1b09b890cf12063d1f
/usr/lib/.build-id/89/e1a763216f569b214513663b79e6d868beb6bf
/usr/lib/.build-id/8a/3f1dd2b240bd4eaa057c1a7eec158971f7a748
/usr/lib/.build-id/8a/ba50dc3379dafd36a9afe2ea6d17639e67cff1
/usr/lib/.build-id/8b
/usr/lib/.build-id/8b/70f97a5b4518160259cf4eff740fef9448fa71
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/3aa3a390f10ecf040b1eaee3a3e221f547c546
/usr/lib/.build-id/8e/6427ecbe862caebada54e80a3099d18bba60fa
/usr/lib/.build-id/8e/dbd1e8204ee91d1a8c7a851d356aa1ee75d297
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/b1b13e9e046624a7d3b85e55fd2a563a7fe4cd
/usr/lib/.build-id/8f/cc30a802ec3b45d88bff8314d07b54fcb0815e
/usr/lib/.build-id/90/425692a0d3bbbd3d48ba4fd4eb497f2d8c9125
/usr/lib/.build-id/90/a406b615e3b43e4c41355ea74e19a65138f873
/usr/lib/.build-id/90/a498cd0a7eaa9a03de0e16675895b8b0bd43d9
/usr/lib/.build-id/90/d24a355953ddc2d2c70d94f64c87c9bf1768f2
/usr/lib/.build-id/91
/usr/lib/.build-id/91/383de2bf299b133309c72b879301b675b017f5
/usr/lib/.build-id/91/97a76ced6b0da64d4008d74fc034febbaa36c8
/usr/lib/.build-id/91/d873fb746e6f9586d331632dbff00602633fae
/usr/lib/.build-id/92
/usr/lib/.build-id/92/0f76a0e6cf6882c219676b18ad704d9b4ee559
/usr/lib/.build-id/92/a4a52a2165b879ea82ae8069e08bd6d738e29f
/usr/lib/.build-id/93/d73e5c12b5dd43d0b7a8bbc93a468cf2b9f63a
/usr/lib/.build-id/94/65b2ea981319872a522e608b9c535e891abe46
/usr/lib/.build-id/95/1ccc32772d65e5e2201135f7d63320eefe5cea
/usr/lib/.build-id/97/27b699d2f49b1211940b79094fae45607521b5
/usr/lib/.build-id/99/ae44290e1a1d8706fc1de1bba579cd7145575f
/usr/lib/.build-id/9a/728d109492c549e8b9f60e1b015deadd850fc9
/usr/lib/.build-id/9a/da9611cf036e4ccc4018f33bd71d5c2356f100
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/5e57cb5f2e827f9a2a788694f8afd3779639e5
/usr/lib/.build-id/9d/b555ee1a54b4d3b8c6f8c48381efc43833d7ad
/usr/lib/.build-id/9e/9d7af06887975b4a2f5b164a81ca7123f7df3d
/usr/lib/.build-id/9e/ab91974c1b68b24a080a8f7ada222c8cfdd639
/usr/lib/.build-id/a0/138089e485a69f89741ee1f80c2fa2ca9e1653
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/2a7ba58b39be56d1f6294e25569cb22565ed2e
/usr/lib/.build-id/a1/c26e4d54b6f7f8d21727c9c6fa89cfa30434e1
/usr/lib/.build-id/a2/25aed4e8ba93bec84af770add2dd6d4323e60d
/usr/lib/.build-id/a2/62ee9cca1fa4d946eba3d1a6312b032a27bd33
/usr/lib/.build-id/a2/9fbc425f59809114ff8544c3a4f494f5fecf78
/usr/lib/.build-id/a3/043d5f142ff4b9e9005aa276394a8660728ae7
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/c048bea3c05d1e6a06dc21d92d42db1b2cb902
/usr/lib/.build-id/a7/32ee0544795d71682d1ecfcb2ee633c5d7136a
/usr/lib/.build-id/a7/6402a35366acd0370503fca033cca13ffc3650
/usr/lib/.build-id/a7/a34ac6fc1d3a94172868809ae57ac64c6dee88
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/7089922902e147425c5a56e0cfecf631f13b7b
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/72ff9dd0c4125fe6d9e4772eb4cd53579e1554
/usr/lib/.build-id/ab/2179e3e5770f6a1cb0eb361a7ec0f25f52bdfd
/usr/lib/.build-id/ab/2f5047c69c9c2a54d796ed80b6de03546df768
/usr/lib/.build-id/ab/578413ac565e225d8d1faec766464b7402933a
/usr/lib/.build-id/ab/f12b28916e2a3b44d239de512beedf9a972e33
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/99923f12357fff500933262c9f510a9e753be0
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/05c430522708460a5cf0ae5253160453dda652
/usr/lib/.build-id/ae/39205a45feb1b15280d8770892a877b5f43bc3
/usr/lib/.build-id/ae/4f2204e6cf08423d48e210e1ed9bb4beb381cb
/usr/lib/.build-id/ae/bf038bb48beda4fb0a8456b9d398da26bf48de
/usr/lib/.build-id/ae/d652b1381f0d04a8ec363e2aa279e3820fa866
/usr/lib/.build-id/af
/usr/lib/.build-id/af/86628f8facd7552c8d49d07aafa3a6a2ffe0c1
/usr/lib/.build-id/af/a49e3516f2cc929a47413a1551e40070bf4598
/usr/lib/.build-id/af/ba0c797881d9a03e66b9092a3ea908056672c7
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/296a3778ff4b02bf3b5fb4ef8b87a0e9ecffee
/usr/lib/.build-id/b0/9c6585e761602e4c614212f373e93892aa3c1f
/usr/lib/.build-id/b2/bd7ebbba0f6198948539d62673e33c80758a26
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/9d12bc098ab822b74f66169f817f0ae63ffd8d
/usr/lib/.build-id/b4/6a2c9ce3ee942d9099e42898f19ebf2ef62d63
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/2c2a6554f81b429cd623e372553c67857a9784
/usr/lib/.build-id/b6/ca3cca6e648d039d7c9e927eba1c07b3fde671
/usr/lib/.build-id/b6/e80f0125090bde4ea6ac30f335b844a33a5a2c
/usr/lib/.build-id/b7/a7a9ee1bcd27a9816772e2c16c9ad39b700616
/usr/lib/.build-id/b8/1bc82762ff859d414a4409a6684eabc14b1069
/usr/lib/.build-id/b8/78aec7f1f008518b3e685ef733b31c3167d560
/usr/lib/.build-id/b8/d7dfc31959120dfa32c725ef3b14a7a0e6eafe
/usr/lib/.build-id/b9/879365c66aa43de3ff3b13b9bf72d0a6bc638a
/usr/lib/.build-id/b9/b02ba12ed32a3a4498dd629903b3666dc8905e
/usr/lib/.build-id/b9/b80fd7d11374165000a3ac6d5bd3ebabb5489a
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/18233e8be6ef5e0dceac897c16b8dd436fd7bd
/usr/lib/.build-id/ba/3d6393430d5596c452872071a6b4d728f189d9
/usr/lib/.build-id/ba/4021b7d96b58c24b63733600a8d1f344a7dbf9
/usr/lib/.build-id/ba/72e4a25d87bd520b3eb7e289e01492cac06874
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/243300b2b4fcf2b3badb6df25095f66f614498
/usr/lib/.build-id/bb/2e76aa6783281ff97d1b0396917fea51ce5fe4
/usr/lib/.build-id/bb/a2eaeaa5b52f9ac4de9c85b3b9cbff16eaca67
/usr/lib/.build-id/bb/e857d9da60c714523bd852d796a8a38a2a327e
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/202ccc396af4451931ed80c155ee4525800c1b
/usr/lib/.build-id/bc/bdcec8d7fefe42a52e3f50d9506d18f116c63f
/usr/lib/.build-id/bc/f8f158a83f91c588f685225110472533c350f8
/usr/lib/.build-id/bc/fc05f4d73c7e01416488ab20d642108636e5c1
/usr/lib/.build-id/bd/8804b7ebda88807269ccca4dd284da45deea4f
/usr/lib/.build-id/be/572ac888fe99a8bb3ced55bf51d56fb6085de2
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/719572a6ae0eb865d8a49678c75fcbffafd071
/usr/lib/.build-id/bf/827d6c3ad074a370b219be368700bb685fb683
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/375f4a73a0cdea0b83011d622c1209f50008cb
/usr/lib/.build-id/c1/4aeb3862f66f5173f612797eb1c705b3e9bf21
/usr/lib/.build-id/c1/beaf5a22bfc5e7b430beb82507b9551f14c067
/usr/lib/.build-id/c2/3f79590799d0ed3d00dfe745266d8799a22072
/usr/lib/.build-id/c2/9abd89496b2eb5258982b466802836549032a3
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/4dbe595007c8eba6f60f259c60efe1d42a0349
/usr/lib/.build-id/c3/e55309fdb5254f69b111e5628cb1c5c8cb9622
/usr/lib/.build-id/c4/77161434f3ca9ee75d784b46cd8b622309eca8
/usr/lib/.build-id/c4/c675e7d4fa027ebdd0d32948702eba6b674a3e
/usr/lib/.build-id/c4/debe55e6a4977f80c12ec3b8a870aa6db2c7f8
/usr/lib/.build-id/c5/564ecd68abfcf7bbc3e44d698da3a7d1df2dcd
/usr/lib/.build-id/c5/fc2e8c5aa52e23bbc4775de1a6ae68c431b4b9
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/41d54b03b2c81434e75ecc82a05c60a3f45848
/usr/lib/.build-id/c7/52f97726ef475bcb5d0996fe48a9d59734d75d
/usr/lib/.build-id/c7/c5f41e3c391d57aef5b8304252d0c608c25ea7
/usr/lib/.build-id/c7/df9bf3ca63bf0057de7c1536b1353bb0d7a528
/usr/lib/.build-id/c7/e1a810887b31cb280fce1565207e30188e550c
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/70a68537dc6ca96c093b5c15f51b3a904cc113
/usr/lib/.build-id/c9/8341ce4b9d34efce673a8145e577a6014bf13b
/usr/lib/.build-id/ca/0afe4881c9ae015f559b24376391496dd31d08
/usr/lib/.build-id/ca/99203a55441fada427fb1141da2ecfc3f286e8
/usr/lib/.build-id/ca/9fe541ed6ffd4f987effab72fb09dcf1a7f1ff
/usr/lib/.build-id/ca/ed032926388e70607ac36c4c76c29020176859
/usr/lib/.build-id/cc/ece96b066e279b23f0b1b46046eb84dfc55caf
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/6a785563c76d548e8b1387a3cfc37fd5b477e5
/usr/lib/.build-id/cd/999c4d014fd7db07e7162d9d3815b94e17795e
/usr/lib/.build-id/cd/e7b94f48bfd4bc4103f202cb799f58db296ebd
/usr/lib/.build-id/ce/41a8933436783daf6fc3eccf5d96b9688ac349
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/21d5760f9a4f3dbee571016600f5c683fdf843
/usr/lib/.build-id/cf/37c3038c6a038a5fbd85ae0772b050059ddcb6
/usr/lib/.build-id/cf/46750be30b1c2d4cd33b0a9723c732e7e22534
/usr/lib/.build-id/cf/6a07448e9b0cdb2da341743200e29fc9f7c1b9
/usr/lib/.build-id/cf/f859efbdb8d7564e1474cdbfff306007f0d31e
/usr/lib/.build-id/d0/3855e69fbe241883ab9c71299f3eeaf663b4a8
/usr/lib/.build-id/d0/b68106134938c305739b3fb673f14d146fff9a
/usr/lib/.build-id/d1/694654eb23281c92e3fa6e64b84b52c85286be
/usr/lib/.build-id/d1/754b95a83d568bad04190783b54754b3795eea
/usr/lib/.build-id/d1/b57c9ee128ecd82c5d3f96c5523a4f447f3372
/usr/lib/.build-id/d3/0d0a9070f3e0208f4b17f14d127e601cc71dd3
/usr/lib/.build-id/d3/11d18081195a7ddfd5e0f13a38c6511ec45d61
/usr/lib/.build-id/d4/27d7da3fcd695a7718d197318fe0b2d83c03a0
/usr/lib/.build-id/d4/6a62e0e1719ce2c6f78217e9d456873ecbb9df
/usr/lib/.build-id/d6/08302d4bde2498c1282911d6865611bc0f42ab
/usr/lib/.build-id/d6/1bb736c5e8b8badedb7427a250833f587b4ff4
/usr/lib/.build-id/d6/c36c21fde1bad73ba06fce7823512bb40190b6
/usr/lib/.build-id/d7/6c56816e9aa6952a478ab7c7e0f713a1648159
/usr/lib/.build-id/d8/a261dd1ae0efe3e828469f9f35b55cf831b710
/usr/lib/.build-id/d8/c222877950cf23da642a1ffff22d529aae78f7
/usr/lib/.build-id/d9/2ddaad94ec80f0b16088b9ad330284270b45cb
/usr/lib/.build-id/d9/d6d31e62de5bb48460c27d2ac8c3c188955435
/usr/lib/.build-id/da/3e3e65236ca6d98cc2d36be17f144bd727cf7b
/usr/lib/.build-id/dc/a486d850c8bf497372056844b5100cf6720851
/usr/lib/.build-id/dd/1b0016941e331d8ff39eac2585784f92c42764
/usr/lib/.build-id/dd/c269b3d9eeae887265cf471ac6a11773549e30
/usr/lib/.build-id/de
/usr/lib/.build-id/de/fd787bb9e539395ef7255309ef9b7d398a6a5e
/usr/lib/.build-id/df/19eb2c1a751c0e576f3c6023fafb4cab3dafc3
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/548669ec3169a2aaece9f3e305c353197004c2
/usr/lib/.build-id/e0/fd7288a6274982a4e9f94932410dbb5ca66ae1
/usr/lib/.build-id/e1/e5af435956b4bacfa5f6551f6a7b092d9440bb
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/6154a04fe2d895a9a65c97f7788abbb7c8f5f6
/usr/lib/.build-id/e3/282e59fe31bf7c16dd99083229c242c8ab49e8
/usr/lib/.build-id/e5/620fb37d94c732115869751d1106298cca0cb9
/usr/lib/.build-id/e5/a339b692ca515287891a9cdae8154aff7e4242
/usr/lib/.build-id/e7/7c0a4f59919b472e2f8b3f9ed8ba8506f3e646
/usr/lib/.build-id/e8
/usr/lib/.build-id/e8/0aa28edf1466bbd00cefe453bde7272df58c59
/usr/lib/.build-id/eb/988d7c3fda55dddd6b0ac6da7cde4786f1dd83
/usr/lib/.build-id/ec
/usr/lib/.build-id/ec/bc29bfecfcc4f753c949140b922b0f9ed7eab0
/usr/lib/.build-id/ed/06a67762efc2c76ceed9108a525bce9c804aed
/usr/lib/.build-id/ed/b20abb7a9dab92e4701908a67664ca0b1d1cbd
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/30eda12ebd35f74e88421c7cf2c46d2dd0a446
/usr/lib/.build-id/ee/cfdfa153c0445f718e73df037c6912bef5af3e
/usr/lib/.build-id/ef/ac68a303a6647a52dca3d6ab15d81f152e5c4f
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/8ebcfd492f53d2e4efe0c8992e4b9c59a3700b
/usr/lib/.build-id/f0/dc06fe5b73a01685dd241f8c5b746d0ed5bf1b
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/c37bc7e428e81808fb0d441ad9afbd023471f8
/usr/lib/.build-id/f3/eb84147268f6b7bd8a4391f9d45f4a71b6a383
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/60510ad4c5f7e684cf57d855a266643d494d90
/usr/lib/.build-id/f4/b96798c28d6a4c81d58fb459ba13311444f018
/usr/lib/.build-id/f5/67295ee341e251184f11943847ae08238bdea5
/usr/lib/.build-id/f6/19677c7a29fdbe51eeaa3073bfe7c47bdf5f44
/usr/lib/.build-id/f6/3071666a57654f00b99e85eb33133bf8b968e4
/usr/lib/.build-id/f6/5503c51123c42454c11d909884c75d111edd45
/usr/lib/.build-id/f6/70d461247d60fb490462c2344462add84736bd
/usr/lib/.build-id/f7/27cca8db02b11f2d2abf02236c44babc729fa4
/usr/lib/.build-id/f7/4e23e2a6a474feb4fd1b701f7c7833b19e78bf
/usr/lib/.build-id/f7/eecfc2d3538af16115a569a7441ba7b3c83574
/usr/lib/.build-id/f8/0d10bbda37c848626cc6372336942508ff461a
/usr/lib/.build-id/f8/c74c8f0d63a6869936473af90843421b5c108e
/usr/lib/.build-id/fb/ace650bc67eea3bb5d63e4acfba8d0001ad290
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/0f34a8f7b5bee92ea3197027986ce98e27b1b2
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/adc791ed788f05dad411cf2bc993254e314824
/usr/lib/.build-id/fe
/usr/lib/.build-id/fe/66c772e8ac700cd314dcb719d1ab5dfa6221e0
/usr/lib/.build-id/fe/f90fd8d1b2ec669355a1df492f5abac733bf1c
/usr/lib/.build-id/ff/c919a17d816e02b3cc4c1d1cbfc400d7e1132e
/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, Tue Sep 9 05:56:26 2025