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

glibc-benchtests-2.39-46.el10 RPM for x86_64

From CentOS Stream 10 CRB for x86_64

Name: glibc-benchtests Distribution: CentOS
Version: 2.39 Vendor: CentOS
Release: 46.el10 Build date: Fri Jul 25 10:39:19 2025
Group: Unspecified Build host: x86-05.stream.rdu2.redhat.com
Size: 20491931 Source RPM: glibc-2.39-46.el10.src.rpm
Packager: builder@centos.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

* 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
* Tue Aug 15 2023 Carlos O'Donell <carlos@redhat.com> - 2.38-4
  - Collect dynamic loader diagnostics from the build system.
* Tue Aug 15 2023 Florian Weimer <fweimer@redhat.com> - 2.38-3
  - Auto-sync with upstream branch master,
    commit d6fe19facc61caffb25383d9c25eff86a0e115c8:
  - configure: Add -Wall again to the default CFLAGS
  - malloc: Remove bin scanning from memalign (bug 30723)
  - resolv/nss_dns/dns-host: Get rid of alloca.
  - x86_64: Add expm1 with FMA
  - elf: Add new LoongArch reloc types (101 to 108) into elf.h
  - x86: Fix incorrect scope of setting `shared_per_thread` [BZ# 30745]
  - x86_64: Add log2 with FMA
  - malloc: Enable merging of remainders in memalign (bug 30723)
  - nscd: Do not rebuild getaddrinfo (bug 30709)
  - x86_64: Sort fpu/multiarch/Makefile
  - i686: Fix build with --disable-multiarch
  - x86_64: Fix build with --disable-multiarch (BZ 30721)
  - Add PTRACE_SET_SYSCALL_USER_DISPATCH_CONFIG etc. from Linux 6.4 to sys/ptrace.h
  - Add PACKET_VNET_HDR_SZ from Linux 6.4 to netpacket/packet.h
  - linux: statvfs: allocate spare for f_type
  - x86: Fix for cache computation on AMD legacy cpus.
  - powerpc longjmp: Fix build after chk hidden builtin fix
  - LoongArch: Fix static PIE condition for toolchain bootstrapping.
  - chk: Add and fix hidden builtin definitions for *_chk
  - tst-realpath-toolong: return "unsupported" when PATH_MAX is undefined
  - tst-*glob*: Do not check d_name size
  - iconv: restore verbosity with unrecognized encoding names (bug 30694)
  - configure: Remove --enable-all-warnings option
  - Add IP_PROTOCOL from Linux 6.4 to bits/in.h
  - Update kernel version to 6.4 in header constant tests
  - PowerPC: Influence cpu/arch hwcap features via GLIBC_TUNABLES
  - vfprintf-internal: Get rid of alloca.
  - stdlib: Improve tst-realpath compatibility with source fortification
  - Open master branch for glibc 2.39 development
* Tue Aug 01 2023 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.38-2
  - Drop downstream glibc shadow stack userspace support patches.
* Tue Aug 01 2023 Florian Weimer <fweimer@redhat.com> - 2.38-1
  - Switch to upstream 2.38 release
  - <sys/platform/x86.h>: Add APX support
  - translations: update cs, nl, vi
  - string: Fix tester build with fortify enable with gcc 6
  - linux: Fix i686 with gcc6
  - i386: Remove memset_chk-nonshared.S
  - i386: Fix build with --enable-fortify=3
  - posix: Fix test-errno build with fortify enable
  - powerpc: Fix powerpc64 strchrnul build with old gcc
  - sunrpc: Fix netname build with older gcc
  - malloc: Fix set-freeres.c with gcc 6
  - nscd: cleanup obsolete _FORTIFY_SOURCE setting
* Mon Jul 31 2023 Patsy Griffin <patsy@redhat.com> - 2.37.9000-20
  - Allow for the optional removal of tzdata.
  - Rebuilt for https://fedoraproject.org/wiki/Changes/AllowRemovalOfTzdata
* Tue Jul 25 2023 DJ Delorie <dj@redhat.com> - 2.37.9000-19
  - Auto-sync with upstream branch master,
    commit 637aac2ae3980de31a6baab236a9255fe853cc76.
  - Include sys/rseq.h in tst-rseq-disable.c
  - string: Fix tester with fortify enabled
  - string: Fix bug-strncat1 with fortify enabled
  - nscd: Use errval, not errno to guide cache update (bug 30662)
  - Restore lookup of IPv4 mapped addresses in files database (bug 25457)
  - Revert "MIPS: Sync elf.h from binutils"
  - riscv: Update rvd libm test ulps
  - MIPS: Sync elf.h from binutils
  - Merge translations (bg, hr, pl, sv)
  - nptl: Unconditionally use a 32-byte rseq area
  - hurd: Fix tst-openloc
  - scripts: Fix fortify checks if compiler does not support _FORTIFY_SOURCE=3
  - configure: Disable building libcrypt by default
  - nptl: Make tst-tls3mod.so explicitly lazy
  - make ‘struct pthread’ a complete type
  - scripts: Add fortify checks on installed headers
  - Update x86_64 libm-test-ulps (x32 ABI)
  - Fix getting return address in elf/tst-audit28.c.
  - [PATCH v1] x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold.
  - x86: Fix slight bug in `shared_per_thread` cache size calculation.
  - Update i686 libm-test-ulps (again)
  - Update i686 libm-test-ulps
  - Merge translations (de, ro, uk, zh_TW)
  - Regenerate libc.pot
  - configure: Use autoconf 2.71
  - Update sparc libm-test-ulps
  - s390: Add the clone3 wrapper
  - manual: Fix typos in struct dl_find_object
  - sparc: Fix la_symbind for bind-now (BZ 23734)
  - i386: make debug wrappers compatible with static PIE
  - LoongArch: Fix soft-float bug about _dl_runtime_resolve{,lsx,lasx}

Files

/usr/lib/.build-id
/usr/lib/.build-id/01
/usr/lib/.build-id/01/3da0e2f66b06efe91c7dcd115341b30b3614fc
/usr/lib/.build-id/01/79a4136b58e2d8dd8f61f224cf71e8479fc8ef
/usr/lib/.build-id/04/0b86aec6e24054f56872e2dec4ff5ff767b741
/usr/lib/.build-id/04/0f2415665b7354dbbecd8f520686df3ec801b3
/usr/lib/.build-id/05/08bd361ba96314e8d76c2de0b5481e396fb973
/usr/lib/.build-id/06/2a2d82512964c2e09de960f0435a9d9b9c0dcb
/usr/lib/.build-id/06/45bfa5c6c20e93436ae251c405c6a3d2e2221c
/usr/lib/.build-id/06/8991037f82c3f02b30581539e1a3ffacf9c139
/usr/lib/.build-id/07/a5d6a1f2513249190b3fc9d0727c560db4ac0c
/usr/lib/.build-id/09/7a2f1516c08042132989fbb1d161a869f2e698
/usr/lib/.build-id/0a/a64c3a1938ea35a00ab85f06e3cdef4718ad0c
/usr/lib/.build-id/0b/f4364724c52ef8f862fc53321ec32c72b9a05d
/usr/lib/.build-id/0d
/usr/lib/.build-id/0d/1af6905f81e5a5ccdf5d7d8af88d8ee001c174
/usr/lib/.build-id/0d/c69208d5b0c63ced2bf0e51a6728b3ee2ec4aa
/usr/lib/.build-id/0e/63a8b631956580f21e3bf5fb342dbea5e1fc6c
/usr/lib/.build-id/0e/c5361e248f0fa24aed2cb9b38784cb474e1e62
/usr/lib/.build-id/0f
/usr/lib/.build-id/0f/9e39dfb49de472e6ac718b1e160ec5656f95dd
/usr/lib/.build-id/10/0677875574b987b1b93554ac86ca04fcd07016
/usr/lib/.build-id/10/3cec7fc2301bcbb6f46515081d4eb6f76ad4f7
/usr/lib/.build-id/10/8b7750cbe1b406eeaa9affc51c9ab35c74da24
/usr/lib/.build-id/11/3e7c691c2b28c900bb5d140a7a7707ee29cf0a
/usr/lib/.build-id/11/5757388d408bfd0bc75c74e951b007996305f0
/usr/lib/.build-id/12/01b354bb1748b7afe807698d6586e8f08a4789
/usr/lib/.build-id/12/3217da19769bbaa3eccfd71f0e727f4d3667a2
/usr/lib/.build-id/12/83c0ae0b9b8a86cdfe19076d7949b604cc9e84
/usr/lib/.build-id/14/6fadc1a6e4bd1a8ba678c2bfd541a347075bb9
/usr/lib/.build-id/14/91eb5897453e118457d69ac5cc5c51608c5ba1
/usr/lib/.build-id/14/cb2fb633bda902c5165e763a686312e86dc819
/usr/lib/.build-id/15/0977f0edf58fefba82993eabbd82fcf97701e8
/usr/lib/.build-id/15/26418db4f0fb9297c116f5ebc24bab2c2b9b5b
/usr/lib/.build-id/15/566fa33696305a5fe7984c53cfdf59864cb946
/usr/lib/.build-id/15/6398b3ff559361a1609ba71d04b02aa5e66263
/usr/lib/.build-id/15/bac214f5806336319397f0d34609f7c961cfaa
/usr/lib/.build-id/16/4f54be1637d12991d32ff36d135fec30a2f1ed
/usr/lib/.build-id/17/3ca89b476039916d08482c8d9983f7e2b40d2a
/usr/lib/.build-id/18/51f18fcea65e5c811259392f0c1ea656c46156
/usr/lib/.build-id/19/1d5f82476f25e6b7ad376305964eeebe37666d
/usr/lib/.build-id/19/483b4ac05892928c0e2255fb27f4f6df05411d
/usr/lib/.build-id/1a/b35055f276f13b5dbb658365fe201f3051f147
/usr/lib/.build-id/1a/c990cf96bde6ed6c472cae9328ed50eaa24371
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/843fa6a98631586606d1b2707b9276c1907e0c
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/6114a8178c6fc9cc13034ac411e1805682a8dc
/usr/lib/.build-id/1d/b96b287e2dd7eaee42c0bd6b7d5f10c6ab5cb1
/usr/lib/.build-id/1e/526b5e9d8eddf1e50f19a4f4a35c744e133f53
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/d7130f289b246e60bd6d10ab86a06b5f4ea787
/usr/lib/.build-id/1f/eec134d914d1599bf1629208ed8206e0cdd618
/usr/lib/.build-id/20/6c755b63d8fd76f55a6e4cc326cca0c6a4573c
/usr/lib/.build-id/20/a75fd27d4fcb12fbd092b5e0ce7cb264c40146
/usr/lib/.build-id/21
/usr/lib/.build-id/21/3ad7968f9d549f317a80df2722d0f52bd931a2
/usr/lib/.build-id/22
/usr/lib/.build-id/22/2b8baff84ed7ec78e8c7811cf6b5061ce44c65
/usr/lib/.build-id/22/8395863288c972dc356be0968ec21bfee63ec0
/usr/lib/.build-id/22/ab9b5b838682038c8193e636c8bff289be5e4e
/usr/lib/.build-id/24
/usr/lib/.build-id/24/5533e7223b40cc757538caffc46c068258aef2
/usr/lib/.build-id/24/65756574d04f319c19fb9634350b1e48cf06b4
/usr/lib/.build-id/24/b402bfdd27ddbfa1ce955d38e6ce7f046292dc
/usr/lib/.build-id/25/66d0ccb4a41ac9114ab7396c7abdd012c170b4
/usr/lib/.build-id/25/c3394c871b14a348be320b6565a32a2b9db085
/usr/lib/.build-id/27/87bb5738e2cf9ba32e2223a8389d7163c728ca
/usr/lib/.build-id/27/dc777f1399645e691ca7fc82bcdbf25194211f
/usr/lib/.build-id/27/ea9e3f37aae0f08f0e103f8dd1ac3d2fd6208b
/usr/lib/.build-id/28/a4886e1659e78e51de1ee37c77678e9409fd9c
/usr/lib/.build-id/29/70010201a9efc54f0dc226d54e099f5c60abd3
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/10e8fc8889b424153a274689889d941a659684
/usr/lib/.build-id/2a/9dc28812494df9cfe677022eeae7485bb6286d
/usr/lib/.build-id/2b/2ca8ebff6b8f1c0682151aa6bf13d0488d4402
/usr/lib/.build-id/2b/308440e7e991aafbc35b0603ce552f3297b0c7
/usr/lib/.build-id/2b/3dcfd1c22bc5cc6103cd337f0a9d89d1083723
/usr/lib/.build-id/2b/91fc05c3bf8da0cd0d457d9f555e976974c88b
/usr/lib/.build-id/2b/9ff6d1fff01761965ea6c9a87524338246f437
/usr/lib/.build-id/2b/ac98d2bc9ca05821227c8f61aeabf89ca37732
/usr/lib/.build-id/2c
/usr/lib/.build-id/2c/7c30e294746c1ff66f4a7b8db77e4c22ed1bc1
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/e17be1eadb30d32b986ce6a8800a26eb24d874
/usr/lib/.build-id/2f/f30c8f6fad8b5ecab82f84b1740a1d6068afc8
/usr/lib/.build-id/30/23844e612773a0c652da92f0f44795cbb29f9e
/usr/lib/.build-id/30/89bf2ac2d7369ac23d6c48f826cbd3dd0ea529
/usr/lib/.build-id/31
/usr/lib/.build-id/31/74e96ea581adbbdb6fa78cecbaf40b1019a8f1
/usr/lib/.build-id/31/fe9674e05b4116b3c8cec0fbfbc20bb313e7b9
/usr/lib/.build-id/32/13ffb87634902fb6b72e666376b79d5786d51b
/usr/lib/.build-id/32/2099d8bcc420632b4af870c54255a93ecedf0e
/usr/lib/.build-id/32/79b6ea3e083f35aac30266ce9a83e0202fe5fe
/usr/lib/.build-id/33/bc48f7d969d741b52b8e5ab3e1cfefe8ee021c
/usr/lib/.build-id/33/e63c6e7ab83a1428885e8820b386282c1a5a5c
/usr/lib/.build-id/33/fe5072fd1b3214bcf94aab45fc5ef5724b81a8
/usr/lib/.build-id/38/27527fb1bcc95d20e92b1ba9491de8f5fbd9be
/usr/lib/.build-id/39/1f51b6480599c667a642271f597552bd10788e
/usr/lib/.build-id/39/72fafeb4de046418d8be54d6245d984f0f7028
/usr/lib/.build-id/3b/ea76e68cac68cdf6cfdcee8c704f32cde75f07
/usr/lib/.build-id/3c/80204fa7746bb139bea0b7db5bcfa23f7ca5a3
/usr/lib/.build-id/3c/97639416235a74153ca38ac22fa632c5f90ff1
/usr/lib/.build-id/3d/c09e8ef6d019cc435161b502e900880c5f4362
/usr/lib/.build-id/3e/eaaf309514736fccf2338b7aea50fdd375d72b
/usr/lib/.build-id/40
/usr/lib/.build-id/40/5e9f910c6870629dfa4640144c9c655f1cdebf
/usr/lib/.build-id/40/810f63a5ce3f3df7edd1c4fa04f0d9297ed478
/usr/lib/.build-id/40/b69674a82cc77bc9cee3179303e2b120d28ae5
/usr/lib/.build-id/41/0f78b6623981ca40fa438cd6634a063c28e567
/usr/lib/.build-id/41/1a66aec5d34c1b796a0339c9572fa0713f828e
/usr/lib/.build-id/41/41c87399c552c6f0d3f0b49af9740642e4741e
/usr/lib/.build-id/41/79c94afc62a2f4ba0f99c018b4b97e76097679
/usr/lib/.build-id/41/7e30433650955304817fd6cacf57f1bcfab1bc
/usr/lib/.build-id/42/711abb91b47d3ac940859d186c2179e38f6a02
/usr/lib/.build-id/42/d52b8eaa967ac38bc2a373ed51fad536b1b78f
/usr/lib/.build-id/43
/usr/lib/.build-id/43/5dc1c9e08b4bcbc1acdc1a60682d7bdfdda0de
/usr/lib/.build-id/44/b336929d91b00fcc4f404ae1b8b61b74cbba06
/usr/lib/.build-id/45/245fd96012ba231326a6c1900843ae6275724a
/usr/lib/.build-id/45/b24fe18c2cb3597ed8c0d1f3c66122b8e2112c
/usr/lib/.build-id/46/43ec7df11efa779829fd5c490dec9356383199
/usr/lib/.build-id/46/4daa5816056ecc4166e3072ad11f8f1fe52c55
/usr/lib/.build-id/46/71550fcb6722911b6a5fbbdbcd2b0c66de2a26
/usr/lib/.build-id/46/b3e74beec50543913f531a590c62a449b1e356
/usr/lib/.build-id/47
/usr/lib/.build-id/47/51b40825c642bf933a3f97a133186a435d399a
/usr/lib/.build-id/48
/usr/lib/.build-id/48/a43cb24ec2ac517e76fcef0302860f58123843
/usr/lib/.build-id/49
/usr/lib/.build-id/49/6f616ebc58f2701a2fe03d7271832c50a0a17d
/usr/lib/.build-id/49/b588afb418102f67657fc5a279895b80d2ce5b
/usr/lib/.build-id/4b/0210cad30ce902bed1f412336c5d25b27e44be
/usr/lib/.build-id/4b/119f763ef06014f6fc91603caa79c0c013878c
/usr/lib/.build-id/4b/1a1065dc70faa549cc719187a937e7d6def9cb
/usr/lib/.build-id/4b/2985a0fc17a657b0568b2462bacf342705eaaa
/usr/lib/.build-id/4b/7ecac3d405817f06d39f47fd5357db6ea7729e
/usr/lib/.build-id/4d/4e8d455661f48c90f52054f7cd4e69ecd7f43b
/usr/lib/.build-id/4d/cec6defb2c69a8796934052c04df769e306d57
/usr/lib/.build-id/4e/9cc4450e8e1901629992744c257c8608353a4d
/usr/lib/.build-id/4e/cef0ee6625fa06a8763ee0c7a3694093fcab5c
/usr/lib/.build-id/4e/d95a3870059b66aa01baf8fae43f9b40038e5f
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/a143450e9b6394bbd5128d7b9807345be1c6bd
/usr/lib/.build-id/51/5f9d15933d78559d2b3bdf606c18df1370dc31
/usr/lib/.build-id/51/a6fcb0fdb8aa350cfc384d6d02573bf0a592e5
/usr/lib/.build-id/52/791f6133d8da5125fa9495b416338d5835f9f1
/usr/lib/.build-id/52/fc4d9a01441f5109f432797ce7395ce72994c5
/usr/lib/.build-id/53/28b560e55d1c985963c9c0ab3eecb0bc15287b
/usr/lib/.build-id/53/631e9bd378f5beb296f25290413884e0b6c118
/usr/lib/.build-id/54/0270d852677573434f7465c91347fd00e02778
/usr/lib/.build-id/55/938f3d035c9270f42cc3a9f0865e7ebfd2fcdd
/usr/lib/.build-id/56/02c61144535f23fc5f1949a7197f3e7d4b608d
/usr/lib/.build-id/56/1b93c59e29653e55a43985ee7cd92359e3158d
/usr/lib/.build-id/56/423dbecbe362d63dc83b050161c9a5d217ba60
/usr/lib/.build-id/56/719a32fa60c34c39467c0af938e9142f69ec6b
/usr/lib/.build-id/57
/usr/lib/.build-id/57/611dc493e71e59740b77762e019588125b8cf3
/usr/lib/.build-id/58
/usr/lib/.build-id/58/8f07ee408046619ba3b7100772f855e6d3814a
/usr/lib/.build-id/59/1732d0ce31ebf47c04643f61f9505f33c4ce7c
/usr/lib/.build-id/59/b2cdf2226fb783eb78401130c9c5d0b1f94f82
/usr/lib/.build-id/5a/a47f599c897a32335312782e0dc619b0a38d4b
/usr/lib/.build-id/5a/dd83c04c14fbf3fa55f71acc580800af29ef59
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/0a746c55cfd26592d74e3fa417d2218f0e6ed8
/usr/lib/.build-id/5b/3d885f7fc866519337020af6ab522334f8aecd
/usr/lib/.build-id/5b/406b532768d51ae1c5ef9d9648b41f1615348b
/usr/lib/.build-id/5b/4c10518267706cb02f8fecfe1013349be02c47
/usr/lib/.build-id/5c/f28e571abd023088e9897cf4235a356c86c38b
/usr/lib/.build-id/5d/31c5fe7b84c41be123abe6334cbb1723dbeb34
/usr/lib/.build-id/5d/667437352708df886b4e3043a9ddef21a050f2
/usr/lib/.build-id/5d/7e5e943e9bf9975972a893b2924a142bb3bdf9
/usr/lib/.build-id/5d/aa7de853081f44a2a787349a0261523a1f601b
/usr/lib/.build-id/5d/c77b7b3c883ca70b0f5669e6a7e44e99679b1b
/usr/lib/.build-id/5e/0b8657217636f86e42b619f963d3cb043884cb
/usr/lib/.build-id/5f/db79f160fdec02ea3e7533772258e248e22f44
/usr/lib/.build-id/61/10f0d4ea3994024ee77fc4e991fb6ade1392e8
/usr/lib/.build-id/61/bd833470c9e67d65bb7d365e0509f79192952b
/usr/lib/.build-id/62/58442a4a96c8d611b6cd1696f4a07318ce6aa8
/usr/lib/.build-id/62/6c8ca128c180127455fefc1801dc97101bad1a
/usr/lib/.build-id/63/47b76b7e87639d2b783b655feb363c697642df
/usr/lib/.build-id/63/cc7a5f0403cfe610bc671ae5c4690bd7275798
/usr/lib/.build-id/64
/usr/lib/.build-id/64/2c902fa053b403c85f6ec01373a7b78c12da38
/usr/lib/.build-id/65/ce1071414c077d57b9d3178de18690e173b60c
/usr/lib/.build-id/65/e19db14eadde41bd0c201c61f7dadd8d4f4ae7
/usr/lib/.build-id/66/4661dd4b8139e3e678c2f0fc49d477d0928e4a
/usr/lib/.build-id/66/e48faad48ebe5d6be55110194b3f0a0384bdcd
/usr/lib/.build-id/67/31215e2112fac4bab3be7585c0369c9e693841
/usr/lib/.build-id/67/5e199774cfbf0d6a9ac193acead48ecb25d398
/usr/lib/.build-id/67/79d3d7a979921215b2b185d086ab09578710b6
/usr/lib/.build-id/67/d6bb163f44649da5af43e6dfe7ab9d7fba4aaf
/usr/lib/.build-id/67/d9d4dec2a9363aadb7cfcc564d7f34bf004935
/usr/lib/.build-id/68
/usr/lib/.build-id/68/f94127afc199f8da70f3c330f0c608f6bcc294
/usr/lib/.build-id/69/365c3d1955423a97262a263c15ea92ac24462f
/usr/lib/.build-id/69/9931c15495e7775f8d916114e91b854fbb834a
/usr/lib/.build-id/6c/14b1b6ad148b8e3ff970d7981cdf58a8c2dcae
/usr/lib/.build-id/6c/3efbe4ad6a314bdc92470f06524e90aae31677
/usr/lib/.build-id/6c/5a017465f346bb41b2e48e010ff239b2aab5e3
/usr/lib/.build-id/6d/30e5efd3e3ac03aa3d321a17aed9a379ac4102
/usr/lib/.build-id/6d/59259214a2ff921caeb5d4ab8d8b2af002d0de
/usr/lib/.build-id/6f/57f11dfbe03cd63ece29b1b927e3a29c8addda
/usr/lib/.build-id/70/5019d4b8461c6720712bde12138a72856158ae
/usr/lib/.build-id/70/90d03fbee053b8ece35557c72cf3743034a43f
/usr/lib/.build-id/71
/usr/lib/.build-id/71/5d66aa04384a6d56a03d0665d9d2900ea202ea
/usr/lib/.build-id/72/c5bd9bd3875985b5b4c308baa190f85f0bdd34
/usr/lib/.build-id/74
/usr/lib/.build-id/74/51f421c521073ea536f59ea6c2d9304916ad33
/usr/lib/.build-id/74/b29c83a64ce4fd5408d5e2adb6e41bb56729d5
/usr/lib/.build-id/75/29ada833221be450b24eef2e8047b053567420
/usr/lib/.build-id/75/a4d1e9e62ae87be4c2ebb4496a1c14344125d5
/usr/lib/.build-id/75/e9ea10ab0bd5356d99984c3a03bc5495b3b1cc
/usr/lib/.build-id/76/3d41df6a5f75f52273bf843f0902ab2ea0c8bf
/usr/lib/.build-id/76/9634b1d1889365fd9c04f043aaf69754ad225e
/usr/lib/.build-id/76/a9fff7c3df98dfff146255049f004d05e9113b
/usr/lib/.build-id/76/cdbbd2eb9487667ec1414f3eb18a58ad38b048
/usr/lib/.build-id/77/181a215b93ab4df2e1cbcab08f3692a720f679
/usr/lib/.build-id/77/3cbf79e288884d2f96f335687b1006352d08c0
/usr/lib/.build-id/77/8880cdc77c6810d94fe26d1a7435037fcac819
/usr/lib/.build-id/77/a468c4cfa04f2f864651ec3333866a9b01a5ff
/usr/lib/.build-id/77/ab0167ca1fc9b3991b030f1d501146da11766c
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/8b0e6d23236540d0eedb222bbb37063509987a
/usr/lib/.build-id/7b/bdc03998afc839da45026d8385c36044bbd556
/usr/lib/.build-id/7c/4a8046db2e9987737fdaf6f879bf2c803a75ad
/usr/lib/.build-id/7c/94367a75c5eb8c4df2ad9f9aff01c6b8d1b583
/usr/lib/.build-id/7c/b56683d85260653fb08ad717d18819b6af6ff7
/usr/lib/.build-id/7e/4309f61d1c5864ea7e4c0f6159bbab92cc4b3e
/usr/lib/.build-id/7e/56dc47206fa6431500a7cd24e7596fd9252ad5
/usr/lib/.build-id/7e/c49929ba4d3d1b45aadca436f71997501c5f2f
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/2af7948f8b9b17adc9ccba437d7149a121902c
/usr/lib/.build-id/7f/7b40df2e4d03e7186d137afce7d51e14bcaf3c
/usr/lib/.build-id/80
/usr/lib/.build-id/80/90dce2d550d7bba202197dd861b33230634fac
/usr/lib/.build-id/81/5e920703d4f5918e702ae923b17a13e34a031c
/usr/lib/.build-id/81/a4800b1b719f5b5479acc2d56a08c8a34ade5d
/usr/lib/.build-id/82
/usr/lib/.build-id/82/da29057c3ef3f8dd3e23a92fe70d197861a2f7
/usr/lib/.build-id/82/e3ce5f35b9e90b7e991f1089d09c3c1b0b628f
/usr/lib/.build-id/82/e7464580346eaba15ac38fddc4a3545cd5fd4a
/usr/lib/.build-id/83/0e1a63e75e3e1777f4b24ef0e1536ef3284d2d
/usr/lib/.build-id/84/3e2b99347492b5368b685a5f64874de8a78c06
/usr/lib/.build-id/84/d65866f877abb437cd7c04f3c4c4c4b185affc
/usr/lib/.build-id/88/a44ef6911a9230d574c5bc84e502d3184cf1b1
/usr/lib/.build-id/89
/usr/lib/.build-id/89/c24e84c7a54bf336770459ca8caf41d0ad4b98
/usr/lib/.build-id/89/f0742fe7fe4218ad8e98aeb258109a6642a948
/usr/lib/.build-id/8a/06cd64eb9a2204b063c7795cc91d143db4cd7e
/usr/lib/.build-id/8a/70a3aee7744e87fdc40c9e754ddeed41e71b60
/usr/lib/.build-id/8a/da5f57cc71d5908cd8a7780dc70e5c6830bf91
/usr/lib/.build-id/8b
/usr/lib/.build-id/8b/6aa077d57e725d5613416810db9ca64a7dc77a
/usr/lib/.build-id/8b/7ae30c1366b3e4096254523b6f8096ca61dcca
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/20ba909a2526794d2d8f978706e1f2767bb54b
/usr/lib/.build-id/8c/889e9391e4f444b1ad3ccf8a654c9e43884756
/usr/lib/.build-id/8c/9c75b9e98cee8086e1bf1bc16d4ab226063ec9
/usr/lib/.build-id/8c/b4b23d26c5aa628e1d60096fa4a0417ee8522f
/usr/lib/.build-id/8d/39b570df6e243bb8a4fd1c5acde1066e86e915
/usr/lib/.build-id/8d/cfd7d179b1688a2ed3d83df7a5b91c5b733083
/usr/lib/.build-id/8e/3b6a4fd081a458babddc75cd35a5779566a562
/usr/lib/.build-id/8e/b20f203c0f2a359d2bbda62569ada8b7443a9c
/usr/lib/.build-id/8e/c737dd35672c080f2136c083669f42afcf93f8
/usr/lib/.build-id/8e/c9f04f6b982d97f02b5392c62fdb334401a9be
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/9a8766c5572d65e1df5509d3c17580744ae8b0
/usr/lib/.build-id/90
/usr/lib/.build-id/90/46cd23235f172f143cb2cdfe8f682f9f163aaa
/usr/lib/.build-id/90/6666b7ca26410c51f0da35424da8f7c90f7e49
/usr/lib/.build-id/93/245fa617a2010fadbfa10d0803d9a904fbbf06
/usr/lib/.build-id/93/77ad6a644cba229a8dc6dfda9dbcc19a46fbbb
/usr/lib/.build-id/95
/usr/lib/.build-id/95/d07b89cac6b812593dc690ef141bdb579f4569
/usr/lib/.build-id/96
/usr/lib/.build-id/96/05145e314e59079c97b8666ee9294c1c86ecb8
/usr/lib/.build-id/96/2bd401a10ffa5412023fdec687fa51c35d618c
/usr/lib/.build-id/96/607b0748d130de3662e8917a3d3a7b49961f6e
/usr/lib/.build-id/96/e0ea4f32782b788a47e7751ef2bad00f40936b
/usr/lib/.build-id/97
/usr/lib/.build-id/97/5dd3c2b9cb95e8393a97f5b0cf8f287f89a152
/usr/lib/.build-id/97/983825b2ffe4cbf0b3249b432a1213bc760d14
/usr/lib/.build-id/97/ea16275bdab3b0b6ee381cea2961243c900625
/usr/lib/.build-id/99/49bf74a9430d9d650ba48c32e129d8b006fc2b
/usr/lib/.build-id/99/6a8487e56fdb83dbd3d92a09a2818cd74554b0
/usr/lib/.build-id/9a/89650279e84f249401153cdb2bb91e1d2a9152
/usr/lib/.build-id/9a/b313222dbcbc567ff49c7d7f0d71a903a29ba7
/usr/lib/.build-id/9b/8545c433eb07575cea9705a319704b2636218c
/usr/lib/.build-id/9b/abdce6ca93799f645fe5f27d798f4299355435
/usr/lib/.build-id/9c/02004c8ebb666afdf5c90c0a0aa0a57009f23d
/usr/lib/.build-id/9c/2344cecb00699e3f77045cd79c16cd394cf272
/usr/lib/.build-id/9c/b0543c68e687b7ba2684aaaddce41c42b0cb93
/usr/lib/.build-id/9c/be83820eec1bea1d846469135a1048c8c0d748
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/40b7fa85dbb8b18c8c367f06a38759b76b7bfc
/usr/lib/.build-id/9d/a26a4cfd81a58a2e75b4b240cecb2497e414f1
/usr/lib/.build-id/9e/9d03a54e1eca411a2a35579810f420d992fa0d
/usr/lib/.build-id/9e/b523fd96272ff095fa86642825c1e2d800e8ef
/usr/lib/.build-id/9e/d9625c2b18d5d59aecf0dd46e32f80ccb1d97e
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/0661bf779ee6d224fe37a90527ce44536355e6
/usr/lib/.build-id/9f/5d21ce1a236d0bfbeeb6e4803b13e92636d395
/usr/lib/.build-id/9f/933664395f0767d6d1010c30f9381c0060da7a
/usr/lib/.build-id/a0/524e8a87fcaf29e4411aaaf2eea7698848f8c3
/usr/lib/.build-id/a0/939053a8ff66c88102d54a52d5b20f47bbc409
/usr/lib/.build-id/a1/0c06edbbf1f1e9506052b3d1c4bd8c78fa8214
/usr/lib/.build-id/a1/9a55b46aa7d1ea126dc86350763a2932290bf7
/usr/lib/.build-id/a3/1927a63018f1b87fca9b1d37b207ad97eccf88
/usr/lib/.build-id/a3/23cc5d5e88e55f14204d9a9c15d2117fa85b77
/usr/lib/.build-id/a3/41e7983cc3f10c656f31237b6808d4253725b0
/usr/lib/.build-id/a3/4e836e25ce0e2b2e9a66d829bd2aaccdace140
/usr/lib/.build-id/a4/0bdf35cb3f046249bf037fee08ef932a2c186e
/usr/lib/.build-id/a4/1204d1ae8ee3c286c865f7950b9e9db4c5183c
/usr/lib/.build-id/a4/234590a1e29ca37bebb199e9270fdda47967c1
/usr/lib/.build-id/a6/fc5166346f86bc6e9ea2fddea38b25202abbda
/usr/lib/.build-id/a7/e97eed78245a44cfde9d7fd2660b94cfeae7e0
/usr/lib/.build-id/a8/8874a1927b1335186acc1939aa6eb857cdcd71
/usr/lib/.build-id/a8/d67ee3f34f5daad5e9e33bb53f04eb1e2cadc1
/usr/lib/.build-id/a9/0c0e06cfda5f3cab98e06d76f9b49104642d8f
/usr/lib/.build-id/a9/fad55c42df218a1c757358abd2492933b5b29b
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/edd53aba1d5bea846f70dd795cd0964b83419a
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/3c7ff1bebee0ac96d7a6e06a41fc836497a4be
/usr/lib/.build-id/ab/cfb76c1cd13d83b6361a74e0cfdcab8ee79e45
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/2e9c98f1f78751a5ee9bf33bcbf5214551a8e4
/usr/lib/.build-id/ad/0506e734d629e9e84faba4b093f44ceda8d2ac
/usr/lib/.build-id/ad/22e97fa476be4b45ac1ef252da1ee03c37d7a0
/usr/lib/.build-id/ad/42c1d874f72f56e3345d058ab72cf91ea84076
/usr/lib/.build-id/ad/f8df46ebca44c447fa3332b6a815edcc99e55c
/usr/lib/.build-id/ae/49054e4297bdcda5919f48903298381be37f26
/usr/lib/.build-id/ae/50738aa8b7527ab963e878e90829b222c1d88f
/usr/lib/.build-id/ae/fb281057a6012ae851368a4c35317bfa4631aa
/usr/lib/.build-id/af/01ae6783310c51a0bd8e5df1853bc085df2772
/usr/lib/.build-id/af/ddbebaf5778091e45bdb254f75f891bcc9e2a9
/usr/lib/.build-id/af/e697dbde4c1ddae34fb379f96dca86d156bf08
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/1c56cc56c6a4e89d0b77d037e54a9ef741798d
/usr/lib/.build-id/b0/4005557f7d1d3564478cab4f1729cc8fad9ab9
/usr/lib/.build-id/b0/b004100c6acbbe0b8a9ddb503cda23d1ed0026
/usr/lib/.build-id/b0/b94316af733dc5e5e3063cbd827e7672426d71
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/2322d3d42ee19ad383ac51dc8b773ea0e699f5
/usr/lib/.build-id/b1/90898008fcdc2467c3f7bb5f6923229eb2cbe6
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/b5653b313b59cd15320b2ad6c4784b87ecd1c4
/usr/lib/.build-id/b4/d2b52bb67148d58b7709dc5d75b9b388afad28
/usr/lib/.build-id/b5/1a2a7f32a1638d9b1f669cc18793eee290a54f
/usr/lib/.build-id/b5/35ed0a6484186f9807bac5c79e3e6b64b39176
/usr/lib/.build-id/b5/3e43aeda99b79b0040943e55478f2a6d7881d1
/usr/lib/.build-id/b7/0887dd691c2b1506269e8da261ef28f8075ff6
/usr/lib/.build-id/b7/65cd78874c4d09f3a2dd73ebd312a7845730ed
/usr/lib/.build-id/ba/19bb3c68c3dfa5c0ca0141327c87414550d8aa
/usr/lib/.build-id/bb/7e44c6f20345169cc9ee1af016fee1b418d3c0
/usr/lib/.build-id/bc/a770914027e4964c7fc678fda8d9b4f73207fe
/usr/lib/.build-id/bc/eab4cf70e595a6cdaa6d8de2ec30a8c3c4f820
/usr/lib/.build-id/be/3cabe0082d4cfb25447f3a7174ce4f175a0964
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/4789b9a49bd01de08afda882e7e09c51f25425
/usr/lib/.build-id/bf/8e379e372a917ba8c4ceb104d932a2a117ff97
/usr/lib/.build-id/c0/95ace8b3e327521d6feeaa65b3aec2f0cbc177
/usr/lib/.build-id/c0/cd6d1e570bf7b7fa04276da99ddcea815cdece
/usr/lib/.build-id/c1/49c05d86d5ff75f874a203e5398dcff6f7ad53
/usr/lib/.build-id/c2/22da80efda585536276649b88f661b1de82c46
/usr/lib/.build-id/c2/68120a9c033da2a0b72f54d47331b709ef037f
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/4c16b7b2c5201eff3e4e3ec10e7b70db5da733
/usr/lib/.build-id/c4/2cea5d6862b3ed9504859acda0e4aa10eb3b3a
/usr/lib/.build-id/c4/c4964715b191d9e00050a79fd5f345ca28eda6
/usr/lib/.build-id/c5/68da2244e403830415c2cc318806ceca612175
/usr/lib/.build-id/c5/7fe041864644a7a6b8e0d4c4d93cb3b9a8beb7
/usr/lib/.build-id/c5/fd4ab1400788267a8d4cffa4d1c4b02e55543c
/usr/lib/.build-id/c6/0d0fcfb798f0446074c391b48d3e90b47fddc6
/usr/lib/.build-id/c6/1cc4574f11b76ccdc2806f0316b324071fd7eb
/usr/lib/.build-id/c6/2b062afd7761c7126e410386ffb05cedd7192c
/usr/lib/.build-id/c6/7cc4f8481d4a3ded7c0d58fa7484ddae0bea05
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/36ee220507b1f5bbfb8e9eab99be129862fef2
/usr/lib/.build-id/c7/8fbc8e008f65f9b47eae97d321e69ab4f87028
/usr/lib/.build-id/c8/2fb37c4a6b8695c53ffb8b621b93ce654b538b
/usr/lib/.build-id/c8/c51483922a6e286551bff885a7b293b4abfee2
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/262ffda5d3393c8559f17bd00284893a968130
/usr/lib/.build-id/c9/f85728f27e8a7d256241b5454fdd746099d134
/usr/lib/.build-id/cb/0ce3ac57d310708f4efecc1a40a7dcb8fdfc7f
/usr/lib/.build-id/cc/2009ae6bc4ec91b7ec67af3fa32546f29b1b7d
/usr/lib/.build-id/cc/31ecc88e3ec5ae96bcc0ae5b3fa3e2f58f82fc
/usr/lib/.build-id/cc/d5cee08c0e908f64dad18ad7b883bd28edd6d5
/usr/lib/.build-id/cd/2a5df22552799264cf29897cb597790568ea90
/usr/lib/.build-id/cd/4dbfa20a95cdde5182ef8fef7e086fb4e65602
/usr/lib/.build-id/cf/5b7141dd0e52a038fb0723c10e0444d7692a84
/usr/lib/.build-id/cf/f8571992849550e1323dabd1282c8b8d227d72
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/c6b88d5112bc22ceaf8866423f503889f26ec1
/usr/lib/.build-id/d1/c90212385da2d4b28e1953352aaafdd9127398
/usr/lib/.build-id/d2/966c0617fbf0c3f82d0f077e7d7f964e001040
/usr/lib/.build-id/d3/eb3b7e30c5d9c1521c976656e5451789ac5c8d
/usr/lib/.build-id/d4/79d419a8215d3f460fbd87e9a0ab5e0ba813a6
/usr/lib/.build-id/d4/96e396c5a414e4b774b2ab13f630e3b20a4cbe
/usr/lib/.build-id/d4/a3da10c0c64a64fa42fd966121304a95993cfe
/usr/lib/.build-id/d4/e7a0d70f9a146c3dbfadd0c4312b0290ec5d33
/usr/lib/.build-id/d5/421963f34f38c0d13cd1e230970fff14356a21
/usr/lib/.build-id/d5/8f815f13667dbad127b88f71c168c545eca2e0
/usr/lib/.build-id/d5/91d53c70fb46a18cbfcfc83b10d01dc8ee14f4
/usr/lib/.build-id/d5/c7584cea8b4d9f7daa2eecb48137faf86f749f
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/88b0d1ffdebce691adbf9db2e71c7c149595e6
/usr/lib/.build-id/d6/90f534f4f03fbd4642ae458522013698ff8a88
/usr/lib/.build-id/d6/c1d2095f971f49e93780bbd05b24c695c10ccb
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/615a6f91d7b116b0d876d2351e2d8d55206439
/usr/lib/.build-id/da/0ef94edb3afc869175b9211beac63f1deff8cd
/usr/lib/.build-id/da/ab4ff1fd167265b8b629c108fde9fce46506a0
/usr/lib/.build-id/da/bee706bea248dc07a2b047253bb6055561eabc
/usr/lib/.build-id/de/2068cf4e2bcc1d7087d8ca08b2d9b335e914b5
/usr/lib/.build-id/de/dd28d64c34e54ec96506f96988abf3dc5adb11
/usr/lib/.build-id/df
/usr/lib/.build-id/df/44b77a4a245736e46ce41f1df6d9c949d52887
/usr/lib/.build-id/df/71bb4e70daba04898c781cd77ac86fa89cc07b
/usr/lib/.build-id/e0/b28e5f7540ae0d69c8ec8fe34d768448fbe66d
/usr/lib/.build-id/e1/a2db486e087a886f46ecb05c8d6ef9d9957cc3
/usr/lib/.build-id/e1/e5217a32d02bab90c642ec4eb0ed4442cce0af
/usr/lib/.build-id/e2/2d9302e8041408cf5adb7d4b76ebc4a30b070d
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/1a2bd87087c5fff629f456fa6969191318c556
/usr/lib/.build-id/e6/b123c0e9a5028cb61128b9248623ac4b8d59f7
/usr/lib/.build-id/e8/11ddb65dd6a230423584744f76bb8dafb8d598
/usr/lib/.build-id/e8/695ed5bbdb28670c1d32cbe7e24ced753636ee
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/36883be6d6a8b5325d1c23b02e0b3e8863bbb5
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/4187abdc5fe50b52bfefc3753dd34e52ccd187
/usr/lib/.build-id/eb/06d9e8c3b261f33618cbb10a53e9fdd721b547
/usr/lib/.build-id/eb/0fc8d9f8f306bce264564e541b6622e8f3ad12
/usr/lib/.build-id/eb/f3270ead8fa566303e92ef997a1019a8bd67bb
/usr/lib/.build-id/ec/7331853f373be2fe82d1a025dbdbcef76f7886
/usr/lib/.build-id/ec/dca56636fc1a106ff6bed5d174d442f1ec5481
/usr/lib/.build-id/ed/81e124ffcab1aff42dee927b5cd34d5c03fa33
/usr/lib/.build-id/ef/919dea925ba0299087e6123c9c5bd3ed510a29
/usr/lib/.build-id/ef/d32ba2e30d1f64e632442855814dda772c7d18
/usr/lib/.build-id/ef/e3990643e52e5eb691547c80e3bd2ca83c43ce
/usr/lib/.build-id/ef/e4675f735dc160584fca8a77e4165d46df12f2
/usr/lib/.build-id/ef/f8c889b1bff44a3dc45c1938c5103f9e15a3d5
/usr/lib/.build-id/f0/16be2094d70bcf2d19979f3bbe00ef83fdb199
/usr/lib/.build-id/f0/3eee47ac44997e66277fd995b72fa986ce4598
/usr/lib/.build-id/f0/a9ece6f3ff3b23da5dbeacd142b4795e659959
/usr/lib/.build-id/f1/9c60702b3f1758755fba65b29d81aafbc16a21
/usr/lib/.build-id/f2/44df071afacdfda6dfab96da4439d6ad707aca
/usr/lib/.build-id/f2/465d2d62fe9a3b3fb4408c33938e1215cf1308
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/0dbc359b73573a6096097e1024585d0dc6ae36
/usr/lib/.build-id/f3/3cdca0d32021b470fd1204a3702c919f27a224
/usr/lib/.build-id/f3/ac0b81c92173b8355295be29f080937ce8d072
/usr/lib/.build-id/f3/de4f721c72353d64accab1aa5cd95d35169d1a
/usr/lib/.build-id/f4/8fa5f65f789cd53b23cb7d46f34bc70049d3fc
/usr/lib/.build-id/f5/6e2e77a1ddabfdfd14c658fef98b818d13ea99
/usr/lib/.build-id/f5/a723c9daad312e03ef021d6951635513b2623a
/usr/lib/.build-id/f6/5c163b9739f3fa120166e44c61e91c9fff2b41
/usr/lib/.build-id/f7
/usr/lib/.build-id/f7/b4bcbbfa9e19eebaf75df22b3d5280acea3c77
/usr/lib/.build-id/f7/e131ff85e57590581664f0ba8c05333c86048d
/usr/lib/.build-id/fa/a19d8076a3d09024398c34c2e068e2ab4d3677
/usr/lib/.build-id/fa/ed99410f005c03ffc637991de8ad54b395fd16
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/723bca86587da255ccb1b263eec25652bb9cbd
/usr/lib/.build-id/fb/899697bb046b1fbdad5e9207dc20a91788831c
/usr/lib/.build-id/fb/a9580b04677d852c4576426f787e25a2092b37
/usr/lib/.build-id/fc/7e4209c7b5e5c96ff78096d29c2b3df38436b3
/usr/lib/.build-id/fc/de7ce4ef666e49570a394adb7a8012376979ac
/usr/lib/.build-id/fd/2073ec84990b13fab77b445155ebe3663e190f
/usr/lib/.build-id/fd/e43addc2a41e584e96f2cc136d2c9b1fbf0df8
/usr/lib/.build-id/fe/512b16d4935eade843a919e3dea9801efc218e
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/9410ee99db171f522f8e26b0ed02e8f1b9cb50
/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, Wed Aug 13 05:22:10 2025