Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: glibc-benchtests | Distribution: AlmaLinux |
Version: 2.39 | Vendor: AlmaLinux |
Release: 43.el10_0.alma.1 | Build date: Tue Jul 15 13:36:21 2025 |
Group: Unspecified | Build host: x64-builder02.almalinux.org |
Size: 20570779 | Source RPM: glibc-2.39-43.el10_0.alma.1.src.rpm |
Packager: AlmaLinux Packaging Team <packager@almalinux.org> | |
Url: http://www.gnu.org/software/glibc/ | |
Summary: Benchmarking binaries and scripts for glibc |
This package provides built benchmark binaries and scripts to run microbenchmark tests on the system.
LGPL-2.1-or-later AND SunPro AND LGPL-2.1-or-later WITH GCC-exception-2.0 AND BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later WITH GNU-compiler-exception AND GPL-2.0-only AND ISC AND LicenseRef-Fedora-Public-Domain AND HPND AND CMU-Mach AND LGPL-2.1-only AND LGPL-2.0-or-later AND Unicode-DFS-2015 AND GFDL-1.1-or-later AND GPL-1.0-or-later AND FSFUL AND MIT AND Inner-Net-2.0 AND X11 AND GPL-2.0-or-later WITH GCC-exception-2.0 AND GFDL-1.3-only AND GFDL-1.1-only
* Tue Jul 15 2025 Eduard Abdullin <eabdullin@almalinux.org> - 2.39-43.alma.1 - Overwrite target for x86_64_v2 - Add /usr/lib64/lp64d to ricv64 * 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} * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.37.9000-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
/usr/lib/.build-id /usr/lib/.build-id/00/6142cd20eaee20ae0248be324f6273cc19a041 /usr/lib/.build-id/00/b7a50540efdc651628f90fe1b622f655900eba /usr/lib/.build-id/01/7827daff4da0a8489766b152f2cc3dea569439 /usr/lib/.build-id/01/7b82e7628e28fa5d34f10acea1889f857e9384 /usr/lib/.build-id/01/e5e6783bf83fb9340c7f0267c53c95faf23105 /usr/lib/.build-id/01/f6f267779f7bcf2bf305d80c87b08be2530d0b /usr/lib/.build-id/02/14c12a1ad809b9857fe8454a34d4127a103013 /usr/lib/.build-id/03/cf983a5847f5b00c80296aabe436a1d8ca70d8 /usr/lib/.build-id/04/3df4dde4b0581c19ae9d088b9958e9819ef149 /usr/lib/.build-id/04/f7138cb70eed5225d984179cd93523305c5817 /usr/lib/.build-id/05/8e2fa1ebfc5da51411bfebbc18410f07cb581e /usr/lib/.build-id/05/d9b3a2e85038a4ef1a8be164b166c0656d6bdc /usr/lib/.build-id/06/423255f862a85756e3be73918ea8834c5024a2 /usr/lib/.build-id/06/945835ae0b777644072b00433131ff21045e24 /usr/lib/.build-id/06/e226863c9c23966737a2b799aca92579ac40b4 /usr/lib/.build-id/07/6a6132397def332768738aeea5656200db870f /usr/lib/.build-id/08/3c4af95057b4f2351420d91f9c167a4de77b2f /usr/lib/.build-id/09/96f98572011d24589dec07c500bd07988538f5 /usr/lib/.build-id/09/a3fe51b7268f914948f8cfce1ff6a33db6feb3 /usr/lib/.build-id/0a/5cbb4fd02c6dd33699b63f4cd39ef3a848d6af /usr/lib/.build-id/0a/5d1696e84441412538ba524032de7095554949 /usr/lib/.build-id/0b/7df9f4526c6d3a8eff2788a0d11c9e795248f3 /usr/lib/.build-id/0c/1004aec2434d81c27617b52370999526889790 /usr/lib/.build-id/0f /usr/lib/.build-id/0f/7198ab1c45c002e76075cb269031054cd59674 /usr/lib/.build-id/0f/f1409d15cbd044c600d7d00199d6e5c4e78321 /usr/lib/.build-id/10 /usr/lib/.build-id/10/3468967292ccc414d04ea45cb6856b1a138f92 /usr/lib/.build-id/10/ba4b178a8dae31bde135efbdb3c6d46d5f6f21 /usr/lib/.build-id/10/e8165de6b13609660bde67f86a56e979348ba2 /usr/lib/.build-id/10/eb916ed4a8e9a5e48e58c9458e05053a1aa76a /usr/lib/.build-id/11 /usr/lib/.build-id/11/93ebeb1a2aa42e108049dcc3c74acabb676e46 /usr/lib/.build-id/12/34368d6e02e3a0d069f92ec4401f99ad8b00ed /usr/lib/.build-id/12/8cd3c516ab7f1dc67e25519ecaa33faef36b8a /usr/lib/.build-id/12/c188e872ad52a897278d577bd061714dbd12bb /usr/lib/.build-id/12/f1e298d64fccc4d23e843d2ec4b6fa0c157637 /usr/lib/.build-id/13 /usr/lib/.build-id/13/c86b83bcb93ec667dbf95032590a463a476ced /usr/lib/.build-id/14/8631ba299900aa86da81dc74844c70a6ef6639 /usr/lib/.build-id/14/b880ca9c8968449f18e4e67601cc86f91bafe9 /usr/lib/.build-id/15/f2b88355e00b0ae672b2f86e2306a4249726ad /usr/lib/.build-id/17/35aa5a1373d7764f21fecf1353824071857cc8 /usr/lib/.build-id/17/5c4a3899cb1f7828a9703fb9353068b562ae4b /usr/lib/.build-id/19/2c524b5b58c14be030571887d701cb10f63784 /usr/lib/.build-id/19/d6d1116557388fa9c22f1d5f758c0c4b7f9b57 /usr/lib/.build-id/1a /usr/lib/.build-id/1a/2cbb9cbcee2ca74d1bccfcfa9fff704128b862 /usr/lib/.build-id/1a/44f3319f9f5cd5b0554c374d12987b4118fff9 /usr/lib/.build-id/1b/6f7a09aff38856edf450fbae27a465ed57d646 /usr/lib/.build-id/1c /usr/lib/.build-id/1c/00df033eb0b877f7913e9f6ecf94b228cdeec1 /usr/lib/.build-id/1c/b8ccb23a020e03251fc6acee2f87f7141fee7b /usr/lib/.build-id/1d/5ece1edca69a0ce70d214df9d3943d3c204de6 /usr/lib/.build-id/1d/cbe5fb4bc901d9c09a2143d07179a81b449716 /usr/lib/.build-id/1e/4d0c7b74ca3b6a4ea1c3260ffc0c435a90da6e /usr/lib/.build-id/1e/8c2b5340c719dd73e03a9f529ebf3eb5d4d1c5 /usr/lib/.build-id/20 /usr/lib/.build-id/20/31ecd5fce6f957ea17d22574324d57491a92db /usr/lib/.build-id/22/138e8e17d9e062a336923dfa1feb14e08704fe /usr/lib/.build-id/22/84d01bf12f38cee03b263f6b0538650cdcf49a /usr/lib/.build-id/22/a2aa1e8547c0a982cf1da3e57f10a0944179e6 /usr/lib/.build-id/23/3d82654edb37f8648bfa745e3d51bff9c9a667 /usr/lib/.build-id/23/8afd1497135d40ebf54332aa8dc9a183d41b73 /usr/lib/.build-id/23/f056d7d91176fad1b9bcfd5543a349eaacbd42 /usr/lib/.build-id/24/92306fd7ea753b3939481c36875d5b09c33bb2 /usr/lib/.build-id/24/e86d41a301805b14cc8dd5c0cca88e1c43a600 /usr/lib/.build-id/25/61de897a7819e6adde097ef46000a35199bce8 /usr/lib/.build-id/25/8ba37ecb726e180954c91f724aa3f4036e90fe /usr/lib/.build-id/25/d1cf3f985d8ea77243655d2fe149834082ac9c /usr/lib/.build-id/25/e43facd15c5b77ce47220edbcfd285dded2a8b /usr/lib/.build-id/25/f8154ffbc99cc9087b7c5032b4853788537acb /usr/lib/.build-id/26/7a1be2e271f10c268e62d41e41b667c242f829 /usr/lib/.build-id/26/9193a2783b1c635586caae38bed515d2afe3b7 /usr/lib/.build-id/26/9cde6b18ed5f02dc80ab3826c9f3d18b30428d /usr/lib/.build-id/27/5d7d481750c850f1bd6d8de1dcb66a5bfdd879 /usr/lib/.build-id/28/2aa9e632d96668551b95a2d93daf101cf3c914 /usr/lib/.build-id/28/2d567d8b3fe5a471f83a269921790a7dcdc79d /usr/lib/.build-id/28/8d96eed3c712448b779ce1183f3c75b952a066 /usr/lib/.build-id/2a /usr/lib/.build-id/2a/3dde9e485a0727759a1a8ae769277fbe52e9ee /usr/lib/.build-id/2a/e5330382bf0efa081b4bb19353a2b57ea857c7 /usr/lib/.build-id/2b/154e35faffb80a595d340c6bf13797641d208a /usr/lib/.build-id/2b/c076fcf1b521d222c91520cbfdbd927bcdf301 /usr/lib/.build-id/2c/6dee2b65a3b43c3a85a582aa0b42c008212f79 /usr/lib/.build-id/2d/6b693a9b8766e9eba79f2ca6fce27c161e8f15 /usr/lib/.build-id/2d/826367cd84caf2f390e6abcd68347ace99252e /usr/lib/.build-id/2e/6f6f262196f20f264600e01668e5f8281d70a2 /usr/lib/.build-id/2e/9e285c9c2fd565f7c814e8372743894574c32a /usr/lib/.build-id/2e/ddf467fcd7346a1d1d3bdc9d54085b8e2b2b9c /usr/lib/.build-id/2f/d8068ee5dd751334b006dd10cd4278949ec353 /usr/lib/.build-id/31/89d744cad179ca0e76636bcd6904001afe964a /usr/lib/.build-id/32/56add22977e85110cbb8a48f9b5ad79d96010e /usr/lib/.build-id/32/c39df0f08cea8e50de7471c6ec8a661a5add65 /usr/lib/.build-id/32/df3bdb8d79459683f71ffd73f5ae912cb69139 /usr/lib/.build-id/33 /usr/lib/.build-id/33/215e5adcf335461fefea7a80448b34b3aba65b /usr/lib/.build-id/33/b1d50985d4dc3014fa9a5b3dc709a6bc9d2eed /usr/lib/.build-id/34 /usr/lib/.build-id/34/7135c092dca18af276ea263c3edec18f51cd26 /usr/lib/.build-id/36 /usr/lib/.build-id/36/9500a58c0c060c2a1214cd77c85df79017361a /usr/lib/.build-id/38/ec7e6d1c28e18576f42d4e0e06adcea3a372ee /usr/lib/.build-id/3b /usr/lib/.build-id/3b/b2bfd60967004b49dad484914ef5b065975322 /usr/lib/.build-id/3c/26fba4debb2a09ec6f024f6df92a9c965455f0 /usr/lib/.build-id/3c/409ca4387b049dcbecc65f5ab9ba91665c6394 /usr/lib/.build-id/3c/620070ac95a3c2ab4e3666d6d08eb28ffb80a6 /usr/lib/.build-id/3e /usr/lib/.build-id/3e/7edbb7726de40b400c742ef5281ca2bd825d75 /usr/lib/.build-id/3e/9c975e6af5407c7bba64f9e7ab94d15e1cbfa7 /usr/lib/.build-id/3f/01ab84f1090551036281b0e44745966f02e0a9 /usr/lib/.build-id/3f/b37956652b7a19def366a486b0e4583bbe5f8c /usr/lib/.build-id/40/76241d42fc593ad510648c96ad188088a2414c /usr/lib/.build-id/40/c2f9f07d3b422afedc477f00c1d31ec051045f /usr/lib/.build-id/40/eccdba07d6269dd6766b17bec6e57cb3ace2e7 /usr/lib/.build-id/41/52c7a5daf61bce2adf313f9cbefd16dac648f3 /usr/lib/.build-id/43/585d7b4c3fbdfec7ba630106f54c22eb1cd635 /usr/lib/.build-id/43/9dc2127d6f067b153e90808bff12b60f43cb62 /usr/lib/.build-id/44 /usr/lib/.build-id/44/b39c9956576f0ba1fd15a913da213b12b66613 /usr/lib/.build-id/44/c5020086a794326b6c77eac06ea17af87c5898 /usr/lib/.build-id/44/d91949d247691b39741e00358abcd2f41213ce /usr/lib/.build-id/45/02dda487fa863626a8c7ff8f0bb8b6f61ee0a5 /usr/lib/.build-id/46 /usr/lib/.build-id/46/00c09e44b84b597e768cc92b01aa0201c7132b /usr/lib/.build-id/46/0b26abd56991e6fb1b388d13f1b9b16de57e94 /usr/lib/.build-id/46/e5f2df39785dbff96506b828a569ce22d467dc /usr/lib/.build-id/47 /usr/lib/.build-id/47/78300aabc9a06aaf333485dd891879e15f99e2 /usr/lib/.build-id/47/ab7730bdbc2a2cb92e18f1dd1ea30531e0aadd /usr/lib/.build-id/47/bfcbe08505bb5a6c4cc2f94353cb5db8cfec8f /usr/lib/.build-id/47/ef33d47fd123496711a1a3fb2708a1353f319d /usr/lib/.build-id/48 /usr/lib/.build-id/48/6e8227b92dc0cc31055723e501774b5d827af1 /usr/lib/.build-id/48/dcc9064c8d5b95d06343d14b3f25f6e5f67385 /usr/lib/.build-id/49 /usr/lib/.build-id/49/1ae1d9e67d3d59168bc67787e569ed87d13910 /usr/lib/.build-id/49/f65c6e3adff0b31b93e76aa284554e01952d5f /usr/lib/.build-id/4a/1fb2ff460ad2d0921aa61edf4e6f38e15d72ae /usr/lib/.build-id/4c/ea76aae170aff271e71a6deadb1086ff7f07ec /usr/lib/.build-id/4d/94428bad0b0ceafca1be34afe3217fc20a2335 /usr/lib/.build-id/4d/c7a80f4ccf39393ecd945fb8a480496de30b5b /usr/lib/.build-id/4e/6031e54766fc4b915ded63778111b4da131064 /usr/lib/.build-id/4f/502d888a7e1d9954a36e81852b21ff45a5853e /usr/lib/.build-id/4f/8f045928f43dcaf0b3c169cd61a3ab4d1fe157 /usr/lib/.build-id/50/aec1ad7b3130973c929042046c71c253995658 /usr/lib/.build-id/50/eacbe092e18490a04951ece707869844074915 /usr/lib/.build-id/51/643e311cc6aecf9fef8db226770bdee5b217d6 /usr/lib/.build-id/51/80c9cad3384232796925f218ca42cf8f9487a4 /usr/lib/.build-id/53/beff36d26eba6587e1166d39f69c89e7b98120 /usr/lib/.build-id/54/34f9f8466c48cf4a50b7b9440a565c2b6e653a /usr/lib/.build-id/56/1af287b3c1014eb70c50eb4b0f11e639b3c813 /usr/lib/.build-id/56/2416929f0d13526d51daeab5f0a10ba1902dcd /usr/lib/.build-id/57/a8f806832b75b8a3a19566ea02beaf93efda86 /usr/lib/.build-id/58/28518762521e5cbf33d18b087f5b3a7d8fdb28 /usr/lib/.build-id/58/381011c258fdd537461837336466ecec1ef5bd /usr/lib/.build-id/59 /usr/lib/.build-id/59/555d85eca527951fced9cd616b9ee08c0a3c52 /usr/lib/.build-id/59/73c0c72fdd21efa1aade44f1cc71af691053e2 /usr/lib/.build-id/5a /usr/lib/.build-id/5a/6e104fae6be5bcef515e0141c5ddcc70c63de9 /usr/lib/.build-id/5a/beb312fcce5e0caaf2ba275e21f76d7a342caa /usr/lib/.build-id/5a/eac8740ddddf4dc64cb193b281db09fb60c9e7 /usr/lib/.build-id/5b/9025aa8a356279084243bfdd03f014f0e8f3c8 /usr/lib/.build-id/5b/edc9406a5d94ddae2413f88c01f7a0a2daed20 /usr/lib/.build-id/5d /usr/lib/.build-id/5d/17c31977628895b4de0448ade0d54ef7c83012 /usr/lib/.build-id/5d/19022286e93e3c2f2566d6d5e374e179ddb7aa /usr/lib/.build-id/5d/586b6a1cba60dc1817a3d6d921f2b8d5231d21 /usr/lib/.build-id/5f /usr/lib/.build-id/5f/03e95e96b60a6769c28cb7b6e6435df9571cc8 /usr/lib/.build-id/60/256df955b57725047c9c4ad215b11dd23e5418 /usr/lib/.build-id/60/57f44f0512e9318760a27ce211bba594bc596c /usr/lib/.build-id/60/d9350f2b983e363ca881337dade8ae68d5fe31 /usr/lib/.build-id/61/1b12eb36dca9e0665ba1d5072e504cb8236367 /usr/lib/.build-id/61/6c47f26973a779a63ad70f82fab1fad8effc86 /usr/lib/.build-id/61/b17825d94e32b8aa17a07c829aba3e641006dd /usr/lib/.build-id/61/fcbd6ac307b7f2d399f9afb33ded699452d258 /usr/lib/.build-id/62/39636ef4b142625d43e06d54d4744f531124f8 /usr/lib/.build-id/63/130412cdc421611554c77e15ec815a8a2f5eb6 /usr/lib/.build-id/63/4db7c94b32f71ca2d849944076c6a4122dd08a /usr/lib/.build-id/63/9596f3ebc0cca3bac96c5d021e27c13e184c9f /usr/lib/.build-id/63/c431e6914c3a9470c82d80e422d6f4b21d4df4 /usr/lib/.build-id/63/e532d3012c07369d29dd32e84f87c0bbf3a0fc /usr/lib/.build-id/64/053544468a1414e273a152415f60240596d025 /usr/lib/.build-id/65/0186efdcb194f2ac0f67a5bc97b5dde0d2f54a /usr/lib/.build-id/65/f89fb09fabd9e16bbba4298f5579cd770d4ebb /usr/lib/.build-id/66/015e486b05b524e8153831f0f211432f9838d9 /usr/lib/.build-id/66/08f37fd43d8dab6d8f76966a108f7677a8e28e /usr/lib/.build-id/66/0ff17623dc29e546b2b3335aedc08ecaac94c9 /usr/lib/.build-id/69/0bd5ec22480adeb6aeed603940d87235cc574a /usr/lib/.build-id/69/e5e383bc5751cde0f4aa4ba8274775176d6963 /usr/lib/.build-id/6b/8233cfb6384257e785f96ae0d0fd12b1ad433d /usr/lib/.build-id/6c/021a43653b51febc75ab548d5f3995b2079a14 /usr/lib/.build-id/6d /usr/lib/.build-id/6d/25538e7fe7af2f4dee53331a35fded8d70b248 /usr/lib/.build-id/6f /usr/lib/.build-id/6f/0b7d3161876658452c76f1fce6378bec20ac18 /usr/lib/.build-id/6f/0e32b82750eeab1c9a58355445847b05dd46a7 /usr/lib/.build-id/6f/91c4589a9158426748d99f4c09bb0ddd785422 /usr/lib/.build-id/71/c6fdfbb815b09991506a441b04d8ad50e67653 /usr/lib/.build-id/71/fe7fc899e8d24fdf68ff7ef8e115d36babb7a9 /usr/lib/.build-id/72 /usr/lib/.build-id/72/24acc5b526836774b8eeb90c88c923c116eac7 /usr/lib/.build-id/73/07c20862bf3907f409b819eafac9033784b311 /usr/lib/.build-id/73/358a37cb098a3e1fa0e60878c70d7c634bebc6 /usr/lib/.build-id/73/e11b67a48bf51dd438ff306254e3380b4c6993 /usr/lib/.build-id/76/121821aeed0371e858b6bfc9a2e869aa196dd2 /usr/lib/.build-id/76/3b7d8e19aaed58d1e771312f68c02521bc576b /usr/lib/.build-id/76/86e19ddf385acb2bb549c14cffbbd98ae02dc2 /usr/lib/.build-id/77/532c55016581169eaa39f79b0c6d6846be14ef /usr/lib/.build-id/78/07346cfda98ed866de61f3572c0d68ac5fb55a /usr/lib/.build-id/79/85629d3fa6d62dfb1fe059f9bed7af13339a31 /usr/lib/.build-id/7a/20c83b9e4f931efd2d19a51b3c3df413758d93 /usr/lib/.build-id/7a/3ff2bff854e76c9d1d9efd157cf3bb6807298b /usr/lib/.build-id/7b/69f1d83b9c47530ee69d2afa7fb17074f3eada /usr/lib/.build-id/7d/277bd60dd4649935661b90eb73e804f0a1568a /usr/lib/.build-id/7d/7bd3ccba864a372aea871c675fcbacf5156c8d /usr/lib/.build-id/7d/f4c7f30721611aa97b8d1945afb99727a9bc29 /usr/lib/.build-id/7e/cb97b50ab4b9871870fc08bf4ef588948d7afe /usr/lib/.build-id/7f /usr/lib/.build-id/7f/90cc88571c7129db0fabb8c30045dad78f75d4 /usr/lib/.build-id/80/40c1349412cbcb4b83071b1220d39ae6b71e4f /usr/lib/.build-id/80/ebd84cf8188c375a19bdabf2447fde1a1aaacb /usr/lib/.build-id/81 /usr/lib/.build-id/81/6347ea95843562a59bd168e7af28ca410b172f /usr/lib/.build-id/81/6d29313447b5a398d24f8eead746305b1a4456 /usr/lib/.build-id/81/8af5944f690fa37b8914c69e9a4ead8dda51ec /usr/lib/.build-id/82/274b22e2e9701d39a898a2b8ec13075dcc8989 /usr/lib/.build-id/82/66e946f0d364351c43840b962dc5c34c1c6f06 /usr/lib/.build-id/83/42a459f5454d1e8c0ea6cc192ea7a29868d1d4 /usr/lib/.build-id/84 /usr/lib/.build-id/84/a76365fc7550921f8e5bd9f87ca53a4d771cc2 /usr/lib/.build-id/86/8a82029f65e02a64f697030e2f2fea57d9c94f /usr/lib/.build-id/86/a276d53aeebe60ed5cad3c2f2aebd5be3de6a3 /usr/lib/.build-id/86/a7d392880a5de3a4d9101c750dd9f5c163e637 /usr/lib/.build-id/87/53fb4beda61bb2603d67e62a94fe67f9d64066 /usr/lib/.build-id/88/11910efe06be17b8f3ec6d891cebc1074ed882 /usr/lib/.build-id/88/b04d8c27a62ed2fda9ad34ea0c40b87831db83 /usr/lib/.build-id/89/54092daa16e5c88055dab5486e77697247608e /usr/lib/.build-id/89/5d9a22cce0e78291c01968cdcffded7e3cb12e /usr/lib/.build-id/89/9446a068e2578ce7a7ff030929649b31aa64de /usr/lib/.build-id/8a /usr/lib/.build-id/8a/60029ae2c20bf5c8271ab9d75a3dac019dcb35 /usr/lib/.build-id/8a/e195f681b67c72ff9bb72b52229d79618ba4ce /usr/lib/.build-id/8b /usr/lib/.build-id/8b/21da186970826427db79ce58843d77d0014ba6 /usr/lib/.build-id/8b/fb6abd5c849e16bc651c1565f512b3608795a9 /usr/lib/.build-id/8c/09b7af9d2cbfa9f990c257f316dea89915e504 /usr/lib/.build-id/8c/2f9ff1ee3e0e02845bdeeb987a9802a0d0b30f /usr/lib/.build-id/8c/5a2ee8e1b7b61bf737fb01f92ff74f08a4e6f8 /usr/lib/.build-id/8c/b013321dd78817a35863233eb7650df1913c19 /usr/lib/.build-id/8c/e5722c687cbef96c266cb5b0c04cd1d81706f3 /usr/lib/.build-id/8d /usr/lib/.build-id/8d/64cd6c6dcdcb54b22c77c07924cb15e2c76c5f /usr/lib/.build-id/8d/6c515dad5daf7d4c0061b16648424737758810 /usr/lib/.build-id/8d/7b0026d61ac873011bbfb6b371fdcb5d4d8312 /usr/lib/.build-id/8d/a240d295c4dd20451436c47448ea766177a1dd /usr/lib/.build-id/8d/acd8bdad3ac580dca58d69ec9a9866c3f080a4 /usr/lib/.build-id/8e/fac8c59919e67e3200e94d222a15a8a2dbae3a /usr/lib/.build-id/8f /usr/lib/.build-id/8f/21a075e8ada65b84c370274e407224f7bb7061 /usr/lib/.build-id/8f/88a1fb101314f785b8768148f57889d77da5e3 /usr/lib/.build-id/8f/a453b8f1e1dc86ede794d74323f5a9d9372e35 /usr/lib/.build-id/8f/d8d3b7168fefb3e20bfe7f3ce3db2382bd0a21 /usr/lib/.build-id/90/54b0802aae30ad5dcae5fa98b78ebdd3a603af /usr/lib/.build-id/91/1acec76a967ace685f50e082b22a625140150e /usr/lib/.build-id/92/0f90f9142f203ce867c73e9b48a8020098070d /usr/lib/.build-id/92/ae49d719d4d4aed8edd8abe43d922a7bbb5283 /usr/lib/.build-id/95/3254d5f14ec5c642c7b13b8cb1783f60fd7926 /usr/lib/.build-id/96/20d15e4bc40ac77b3b60855394bec3f9a50560 /usr/lib/.build-id/96/4f1a074fa1d384640297ba39d1e472e34f0150 /usr/lib/.build-id/96/a1c1f1550e278e78c439f06af915a38c70b2ae /usr/lib/.build-id/97/dc171818b35240d065f2aa13668e664662f710 /usr/lib/.build-id/98 /usr/lib/.build-id/98/007e0a0750626790f03504da1b533da6826c16 /usr/lib/.build-id/98/708542d0f019f8727c4b23c5d344033b7d039e /usr/lib/.build-id/98/f5b5a69b37c453fd90e37804cf6a1eb53f5907 /usr/lib/.build-id/99/30baba89510e64e00d530e452bbae6912de474 /usr/lib/.build-id/9a /usr/lib/.build-id/9a/62c1cdd2502308ce134a1bb9b8516491cd80fb /usr/lib/.build-id/9a/cb55f5e1b7b5ddb82b92c086d18ba67a8e65ff /usr/lib/.build-id/9b/1a04ea9ffe5c3a1e75a3cce2eca1c8053c246d /usr/lib/.build-id/9b/4d4995e8833602ce342ed0744177013142a338 /usr/lib/.build-id/9b/54dd01d75083d8342c0a5b3c42a4c3c88ca366 /usr/lib/.build-id/9b/f024987509f93a38abcba4c850d367c2fea79a /usr/lib/.build-id/9c /usr/lib/.build-id/9c/19161862b1b02305be2bb0d6519e9be91d26aa /usr/lib/.build-id/9c/599f7c7d0e73b0ceb1fe84338f21e063333ce1 /usr/lib/.build-id/9d /usr/lib/.build-id/9d/677f5b8495446a435af0030e988a5ad772ef23 /usr/lib/.build-id/9d/ee8dff0bd1a282aaa1de6273282e9ab70d8964 /usr/lib/.build-id/9d/f892894c88a49afc4c6852b4eb86a412dc3098 /usr/lib/.build-id/9e /usr/lib/.build-id/9e/50cd9bcd8c62c5a420b316f7952a0726ebd274 /usr/lib/.build-id/9e/64f1367220b26684fe83f40e8f43ba318acf1e /usr/lib/.build-id/9e/f40e00479851865264d6d15d29f1930b7a1a71 /usr/lib/.build-id/9f/253b1d3c7cd0ebffbfe114a6cece5a2b16e0dd /usr/lib/.build-id/a0 /usr/lib/.build-id/a0/9934433ce84df03f2f0525200fb213183c54c6 /usr/lib/.build-id/a0/c67965c5eece754574f7d5fb6c5acb7caab075 /usr/lib/.build-id/a0/e1a7cdf7831c4f97ec1b7dc70d80833d027b44 /usr/lib/.build-id/a2/9fa6850be4dac208d9b48cf635ff2807071072 /usr/lib/.build-id/a2/fe565c6f5197cf93d0b0cf5f48b76df2894bec /usr/lib/.build-id/a4/099505c49a432d7799776a0472002afadf7e39 /usr/lib/.build-id/a4/e243b7cdf1b1cde2024c54ce550ac86618170b /usr/lib/.build-id/a5 /usr/lib/.build-id/a5/385ba5665ce2f0fe700c2e576f34b59378f021 /usr/lib/.build-id/a5/4a568af8049fabd6719c03381b1e2d2e483aca /usr/lib/.build-id/a6 /usr/lib/.build-id/a6/41cf7c047fbb35e30c21d3c6a0aa90d5f6f2c5 /usr/lib/.build-id/a7/112559709d7c5dbb31810750b1e1f489d0e96e /usr/lib/.build-id/a7/1cdc8231788f533d505a9f45ea29d13d96f0c9 /usr/lib/.build-id/a7/3b31c874fe6d94ac3fe1c87dbac5abe46fcb85 /usr/lib/.build-id/a7/619a18ae7c3b691ee43bb35606b18c4d7137df /usr/lib/.build-id/a8/95d4540047eee5d860c34fd619e19a4d1ea56d /usr/lib/.build-id/a8/e9688d4101076df54859ebcba4f2bd53fd1b83 /usr/lib/.build-id/a9 /usr/lib/.build-id/a9/1617ee74afce9da293abb869ba1277274a7b43 /usr/lib/.build-id/a9/20c7fd5c798c34ebd8f20e32bf892e1333141a /usr/lib/.build-id/aa/835cfee0cdd703fc4a8adaab47c7a116ccd1a6 /usr/lib/.build-id/ab/964f11ecaa0f0ebd6125a661f5d6bb8325d4a2 /usr/lib/.build-id/ab/f549a462ad382a5d82b441c7838261da11b358 /usr/lib/.build-id/ac/950b6e34a9ee50624f0b7efcebf7773f3ba44a /usr/lib/.build-id/ad/6ed289434e7dbc9631358cbe955542d65ad451 /usr/lib/.build-id/af/352f8d6f9aa9ebb8567e4af54f850619f36c57 /usr/lib/.build-id/b0/54f503241d246e6f36bbd0ab15c5e117848e83 /usr/lib/.build-id/b0/8b8841c07602471848876b3556aac14cfacb28 /usr/lib/.build-id/b3/05a1ab86ae7ead19f588feb7ea1912967b3f49 /usr/lib/.build-id/b3/508818a42fe0390181d6449b89a208770c4c27 /usr/lib/.build-id/b3/89f9ca80ece0db9b09baea7ae1cb703eade72b /usr/lib/.build-id/b3/a27c8b3a35936c7f0696b2c0df0a667b6b9e8e /usr/lib/.build-id/b3/fb7211bf9930fe97ef727731b3dcfdc145eb70 /usr/lib/.build-id/b4/4006e518673ebc83dbb5f104ba389718976b83 /usr/lib/.build-id/b5 /usr/lib/.build-id/b5/2897a77e5cbc379b3dffa12c2e08435ee50dd4 /usr/lib/.build-id/b6 /usr/lib/.build-id/b6/552370b11253543f606a54bc9f69196f317918 /usr/lib/.build-id/b6/6344980cb83acf9b3e7fc5cd7573ddd1189d09 /usr/lib/.build-id/b8/f48c9575c9b6290cb7c9762951edf6b83b549d /usr/lib/.build-id/b8/fd3827c9ec269118bf325ec6c92f4e6032f26f /usr/lib/.build-id/b9 /usr/lib/.build-id/b9/20ab84bf8a0ba5794e182aab7c1fb05814f314 /usr/lib/.build-id/b9/9ff437bb26e79e70fcbc850a393b06ab6a6767 /usr/lib/.build-id/ba /usr/lib/.build-id/ba/b72ddf3d0c7ca0b22c042bf45abce77f5fd46a /usr/lib/.build-id/bb/b6156d82523c59656d2bd7154cb4047764be71 /usr/lib/.build-id/bb/d0c6fe2e1a640b91eabe99774fbd082c7f8fed /usr/lib/.build-id/bc/16361300fa733fab7c13a8505c89f99d26c227 /usr/lib/.build-id/bc/4a2a79dc00056b7922827ff213207a604bc510 /usr/lib/.build-id/bd /usr/lib/.build-id/bd/913212c86da5c50d17a4891f6eb3066ceb6471 /usr/lib/.build-id/be/46a3a1f63a6dc3153f81dedea4cb7a12da7877 /usr/lib/.build-id/be/9f7c8b6d4ba68c5002c8a174705b4ae737d6d2 /usr/lib/.build-id/be/dfae4c9485171454fc5f777c4c11f385026063 /usr/lib/.build-id/bf/14bd652c9199ad25a1912028d70e44570bbfdf /usr/lib/.build-id/bf/82fe70d2ebb20045789927fb86e30fa1c8dd40 /usr/lib/.build-id/bf/921251a147c4e1ee9dd40b50c3fb01565d083b /usr/lib/.build-id/bf/ae8d2b994fcf2bfbee71ffb3cb2bef8603396f /usr/lib/.build-id/c1 /usr/lib/.build-id/c1/3f6427750d2fea259b36961add13fd66cbf474 /usr/lib/.build-id/c2 /usr/lib/.build-id/c2/00c1d50ef733560304a0b49b180f55290b8219 /usr/lib/.build-id/c2/54624dc8798f06979f384623a73701ed8e75d7 /usr/lib/.build-id/c2/a59b4bb7d0c2abcd9688a79215c20e14609e77 /usr/lib/.build-id/c3 /usr/lib/.build-id/c3/084edead84b3446293015e238bdb06a70d18c4 /usr/lib/.build-id/c4 /usr/lib/.build-id/c4/45457eece70cb1ad9f0b825d246d99b4be5a43 /usr/lib/.build-id/c4/b0eba281a5b7fb158751289ccd4ee1b35b724f /usr/lib/.build-id/c6/1cd597111d1fa5f1735313f454b8668e2e63a5 /usr/lib/.build-id/c8 /usr/lib/.build-id/c8/9474cd9e7ee9469b411fb251e5686c03b0c044 /usr/lib/.build-id/c9/40ca0de6c26858c1962525a9cda08c8e093f63 /usr/lib/.build-id/c9/5aadcafb94b240d175e5c03e72915432b7e502 /usr/lib/.build-id/c9/5ca751a85b66edbc2ae85b2151970627851d7b /usr/lib/.build-id/c9/b365d45f20bcc3d917ae785d9cd6aa07e4fdcb /usr/lib/.build-id/c9/bb828011db3ae53cfe37b2fe9f66ae797aa9a8 /usr/lib/.build-id/ca /usr/lib/.build-id/ca/345b1bab0c4af52570db472b3d938228331976 /usr/lib/.build-id/ca/3a9d5df10ae5c4cbb177ae1272e4640b96056d /usr/lib/.build-id/ca/abf81a165816ae334ca011d1683fe267c4c81b /usr/lib/.build-id/ca/bb364e411d0e6735ce6a29cdc07a98705f3898 /usr/lib/.build-id/cc/c412c840f1ee42942d7bf948ff518c43f987e9 /usr/lib/.build-id/cd/277ddf622f861d7ff6ee512884d93a0263fdf5 /usr/lib/.build-id/cd/732cf1edff492ebd89a7befcee9e4179685d5d /usr/lib/.build-id/cf/af0bbfd6d4c293afdaae020f790c5417526d32 /usr/lib/.build-id/cf/ca2d193e404a4aecc3a15ec4a74ff15b31614b /usr/lib/.build-id/d1 /usr/lib/.build-id/d1/b17a5e0ec5ee099dbe139b3a10ce36a1afb6ba /usr/lib/.build-id/d2/07f59c8f317120c31199411f51267cbea9b6c8 /usr/lib/.build-id/d2/894732e95dff71ec9eb552250d9991b3507e87 /usr/lib/.build-id/d2/9ba5c29ee8f9386e91d8332bdcbf16bd80fb2f /usr/lib/.build-id/d2/e5059c2c8dd8ae07d0f499de95d8dd2243e7b1 /usr/lib/.build-id/d3/374d95f2e690e28cbb07a0faa15abf56068ca0 /usr/lib/.build-id/d4/383754089bf92b1e0f7c40a3c36e09c2357a5d /usr/lib/.build-id/d4/8edc396247199592eeda6f504067f56b7130ee /usr/lib/.build-id/d5/2519364140e85dabe7dd4c256348232e027b76 /usr/lib/.build-id/d6/4a2268f0a1e3575e6ff49433dc7e479ca2d951 /usr/lib/.build-id/d6/8013c7a57c02418678f9071309be2599452098 /usr/lib/.build-id/d7 /usr/lib/.build-id/d7/41d6f693b0bda65b9856c155b298aec39cf370 /usr/lib/.build-id/d8/549b4aa3838a2b14c61f82484ad26158b34b6f /usr/lib/.build-id/d9/3d928184bcf8203748b8bbee6ef0f0568aa416 /usr/lib/.build-id/d9/aed29e15cee82beace5331b1bf00b77ea70b82 /usr/lib/.build-id/db/9558c8315178edec11e45679d2128dc4a8a37d /usr/lib/.build-id/dc/49976bdfb7cc46c38b39f30758fbd4bc479a1c /usr/lib/.build-id/dc/c702937a5b7eed11c9d9941c50f5ca961cebea /usr/lib/.build-id/dd/15d1f46f0640bc63c709754e13ff1a457e8115 /usr/lib/.build-id/dd/e379d3514aac0499b1545bbb530c2d5e8bde61 /usr/lib/.build-id/de /usr/lib/.build-id/de/21a447fa7f0567e124a7f3b9d50fc8e3ab5294 /usr/lib/.build-id/de/8058b371ebef1d6b859178299cd8abe8566df2 /usr/lib/.build-id/df/d01c4dc1294f2369c0860d29207bd7bf4e8cef /usr/lib/.build-id/e0 /usr/lib/.build-id/e0/83c4ef1a76c1477756cd3ac06048db4a51eccd /usr/lib/.build-id/e2/107739cc5e370bff6ab19a42dd850a7efabb60 /usr/lib/.build-id/e2/7743e8d7d61f620305eef599ad3f8d04015822 /usr/lib/.build-id/e3/100d4eb14f3bfcfb88b514e76c7148e839fd1a /usr/lib/.build-id/e3/909c89e6d02ca2109e5a54311bea4af2245b6d /usr/lib/.build-id/e4/1b02fe4b1aafce911db607b05d23c207e9c33e /usr/lib/.build-id/e4/40941ac14868c99d79841930fc3775d68e72b5 /usr/lib/.build-id/e4/78761cf8ae1f5a86de424e6d53610caf9443ed /usr/lib/.build-id/e4/78c52ca14cf754a253739d251e463c918ca63c /usr/lib/.build-id/e4/fa0e6826a5fb8815917f989767716f3f66cc94 /usr/lib/.build-id/e6/3444040fcbf7fd9872ab983a076dfd7fba09f1 /usr/lib/.build-id/e6/af02c1e9a0911640897f7267c90a49e7d32c0f /usr/lib/.build-id/e6/e22ba5995cfc63ec324da383ef61dd915df247 /usr/lib/.build-id/e7/099e6736081f67d6a2dca8cf13fbe148bc4a73 /usr/lib/.build-id/e7/cf3b871775c88ed0e053e9cae62a736f7775bc /usr/lib/.build-id/e8/3985917b78fe0e0ce575cf887630f3bfc0acff /usr/lib/.build-id/e9/2189211fca227467fe02d232de19363c045700 /usr/lib/.build-id/ea/116252f770c0a53826cf2977e5af2eabd489e8 /usr/lib/.build-id/ea/aa02f072e7cd8e0149f44b93c1d1f9b4659dd4 /usr/lib/.build-id/ea/bc7fe684af0b240f812583c25fca87ffbcd44f /usr/lib/.build-id/ed/49aabf26cf36f1d3d129bb3a49dc73059b038a /usr/lib/.build-id/ed/718f4cf1278deab7532d7538de8b8682be4ce5 /usr/lib/.build-id/ed/7c9e8f0625aad1b7bccd1807664a96ff746429 /usr/lib/.build-id/ed/8425dc0cdf64306ca2445473fa60a2e2447166 /usr/lib/.build-id/ee/09970a8c2feb0749029cb6be96dc3725c9003e /usr/lib/.build-id/ee/9fc8623dde44fdcf184d9d57c953bbfb05e9b8 /usr/lib/.build-id/ef/0232a4050f43fbeacde1f5092768d8c82e5597 /usr/lib/.build-id/ef/f9aebd2b68e8b0b6f2426e5f1a80148baf0460 /usr/lib/.build-id/f0/9a87b8e691368ab567fff309201295a933e7b2 /usr/lib/.build-id/f2 /usr/lib/.build-id/f2/92d873c7b9f20b4cb0aecc5168f4884947c738 /usr/lib/.build-id/f2/cc493c93691b764e33ca0c408773a1dcaa8f90 /usr/lib/.build-id/f3/a93060e268cf89a028a06607b2af703a568cf6 /usr/lib/.build-id/f4/9f66972ba29e3dcc2ba381b9d27844419ecf0a /usr/lib/.build-id/f4/e25516e6e4f2fa290da25c8e5d39285d4c301f /usr/lib/.build-id/f6/e104a5b88956dc0d5ff6053ebd1afb0c6011eb /usr/lib/.build-id/f7 /usr/lib/.build-id/f7/1afe874aeefb5000a8f7d61fdb64b8f3d12ba8 /usr/lib/.build-id/f7/43455115f76dffe68246295e5ca61aa3f0f64a /usr/lib/.build-id/f7/4b62fca089024ce354451be6c0e80496c28728 /usr/lib/.build-id/f7/6453c96c804456c6d7312049e8b030e6d63f1d /usr/lib/.build-id/f8/019adc3e6c0ab5e9f94292f6081d9f4445e2af /usr/lib/.build-id/f8/0cd34b3ac2f45837ff13d81491a310726dfd6d /usr/lib/.build-id/f8/243637a1ac110ea9cb50a663264cb68692f229 /usr/lib/.build-id/f8/7daf0d5ddcf4a490a16a54d449b8c6d9c39842 /usr/lib/.build-id/f9 /usr/lib/.build-id/f9/90343acca0d6f4dcb3ca5b0ce27911d04d6fbc /usr/lib/.build-id/fa/329bfa7edd361fbde2f331344ab1ba1c7628d4 /usr/lib/.build-id/fb/2289fddaf397bc7aecbabbe0bf74d0efe80518 /usr/lib/.build-id/fb/973e3ff5ad9ae3c0cae38c122f009e45d55a28 /usr/lib/.build-id/fb/cc29aa9ca26889ed541bd910885cdbbf06da6d /usr/lib/.build-id/fc /usr/lib/.build-id/fc/9786e22140bc651a9ee7e93ce813eb2ba0c4d0 /usr/lib/.build-id/fd /usr/lib/.build-id/fd/089d5bd5e23a92ff8807ca7681f341e76a9796 /usr/lib/.build-id/fd/53e74ec2349447edb21783689afc9ad72d1d53 /usr/lib/.build-id/fd/6ade57307d03979550fc12b1c9c7c5341433cc /usr/lib/.build-id/fe/30ed720e5b267f8ec1ea7259565b50a0924836 /usr/lib/.build-id/ff/262164187bf3dfaedab0801aa9780a5f2d7b0e /usr/lib/.build-id/ff/c35f14e9004808434c7984031c06dcb21ada6a /usr/lib/.build-id/ff/d6ea69e58d05e94322744e52e0b28ff72f7e21 /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, Sat Jul 19 04:36:31 2025