Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: glibc-benchtests | Distribution: Fedora Project |
Version: 2.41.9000 | Vendor: Fedora Project |
Release: 20.fc43 | Build date: Sun Jun 22 22:21:24 2025 |
Group: Unspecified | Build host: buildvm-a64-07.iad2.fedoraproject.org |
Size: 26446066 | Source RPM: glibc-2.41.9000-20.fc43.src.rpm |
Packager: Fedora Project | |
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.0-or-later AND Unicode-3.0 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
* Sun Jun 22 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-20 - Remove glibc-rh2368545.patch, applied upstream. - Auto-sync with upstream branch master, commit b3b0d0308c95d213f019b19c33abf1b06911f528: - i386: Update ___tls_get_addr to preserve vector registers - manual: Clarify renameat documentation - posix: Add nonnull attribute to glob_pattern_p. - math: Simplify and optimize modf implementation - math: Simplify and optimize modff implementation - AArch64: Improve codegen SVE log1p helper - AArch64: Optimise SVE FP64 Hyperbolics - AArch64: Optimize SVE exp functions - Fix termios related targets - malloc: Cleanup _mid_memalign - aarch64: simplify calls to __libc_arm_za_disable in assembly - aarch64: GCS: use internal struct in __alloc_gcs - powerpc: Remove assembler workarounds - malloc: Fix tests-malloc-largetcache tests - Add TCPI_OPT_USEC_TS from Linux 6.14 and TCPI_OPT_TFO_CHILD from 6.15 to netinet/tcp.h. - linux/termios: regression test for termios speed functions - include/array_length.h: add array_foreach[_const] macros - termios: unify the naming of the termios speed fields - termios: add new baud_t interface, defined to be explicitly numeric - manual: document all the termios Bxxx constants in the manual - termios: merge the termios baud definitions - hurd+generic/termios: make speed_t an unsigned int - termios: change the generic cfsetspeed() to support arbitrary speeds - hurd/termios: remove USE_OLD_TTY - linux: implement arbitrary and split speeds in termios - linux/termios/powerpc: deal with powerpc-unique ioctl emulation - linux/ioctls: use <linux/sockios.h> for sockios ioctls - io: replace local_isatty() with a proper function __isatty_nostatus() - termios: make __tcsetattr() the internal interface * Fri Jun 20 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-19 - Remove glibc-fedora-manual-dircategory.patch (#2252409) * Fri Jun 20 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-18 - Remove glibc-fedora-linux-tcsetattr.patch (#2252406) * Thu Jun 19 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-17 - langpacks: Use symlinks for LC_NAME, LC_NUMERIC files if possible (RHEL-97433) * Tue Jun 17 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-16 - Replace glibc-rh2368545.patch with upstream fix under review. - Auto-sync with upstream branch master, commit d1b27eeda3d92f33314e93537437cab11ddf4777: - malloc: Sort tests-exclude-largetcache in Makefile - ppc64le: Revert "powerpc: Optimized strcmp for power10" (CVE-2025-5702) - ppc64le: Revert "powerpc : Add optimized memchr for POWER10" (Bug 33059) - ppc64le: Revert "powerpc: Fix performance issues of strcmp power10" (CVE-2025-5702) - ppc64le: Revert "powerpc: Optimized strncmp for power10" (CVE-2025-5745) - malloc: add testing for large tcache support - malloc: add tcache support for large chunk caching - Always check lockf64 return value - elf: Add optimization barrier for __ehdr_start and _end - htl: move pthread_key_*, pthread_get/setspecific - elf: Remove the unused _etext declaration - io: Mark lockf() __wur [BZ #32800] - benchtests: Improve modf benchtest - benchtests: Add modff benchtest - riscv: Correct __riscv_hwprobe function prototype [BZ #32932] - resolv: Add test for getaddrinfo returning FQDN in ai_canonname - aarch64: fix typo in sysdeps/aarch64/Makefile - Advisory text for CVE-2025-5745 - Advisory text for CVE-2025-5702 - hurd: Make __getrandom_early_init call __mach_init - x86: Avoid GLRO(dl_x86_cpu_features) - manual: Add a comparative example of 'clock_nanosleep' use - AArch64: Fix builderror with GCC 12.1/12.2 - Linux: Drop obsolete kernel support with `if_nameindex' and `if_nametoindex' - aarch64: add __ifunc_hwcap function to be used in ifunc resolvers - aarch64: add support for hwcap3,4 - manual: Document futimens and utimensat - manual: Document unlinkat - manual: Document renameat - manual: Document mkdirat - manual: Document faccessat - manual: Expand Descriptor-Relative Access section - Makefile: Avoid $(objpfx)/ in makefiles - manual: Document error codes missing for 'inet_pton' - manual: Document error codes missing for 'if_nametoindex' - manual: Document error codes missing for 'if_indextoname' - posix: fix building regex when _LIBC isn't defined - localedata: Use the name North Macedonia. - malloc: Count tcache entries downwards - sparc: Fix argument passing to __libc_start_main (BZ 32981) - localedata: Refer to Eswatini instead of Swaziland. - sigaction: don't sign-extend sa_flags - stdio-common: Add nonnull attribute to stdio_ext.h functions. - elf: Fix UB on _dl_map_object_from_fd - argp: Fix shift bug - math: Remove i386 ilogb/ilogbf/llogb/llogbf - math: Optimize float ilogb/llogb - math: Remove UB and optimize double ilogbf - math: Optimize double ilogb/llogb - math: Remove UB and optimize double ilogb - manual: Correct return value description of 'clock_nanosleep' - nss: free dynarray buffer after parsing nsswitch.conf - manual: Document clock_nanosleep - manual: Fix invalid 'illegal' usage with 'nanosleep' - manual: Fix duplicate 'consult' erratum - localedata: Correct Persian collation rules description - stdio-common: Correct 'sscanf' test feature wrapper description - manual: Document error codes missing for 'inet_ntop' - manual: Document error codes missing for 'socket' - stdio-common: Consistently use 'num_digits_len' in 'vfscanf' - Update syscall lists for Linux 6.15 - AArch64: Improve enabling of SVE for libmvec - AArch64: Improve codegen in SVE log1p - Use Linux 6.15 in build-many-glibcs.py - manual: mention PKEY_UNRESTRICTED macro in the manual - linux: use PKEY_UNRESTRICTED macro in tst-pkey - misc: add PKEY_UNRESTRICTED macro - generic: Add missing parameter name to __getrandom_early_init - hurd: Avoid -Wfree-labels warning in _hurd_intr_rpc_mach_msg - Update RISC-V relocations - malloc: Fix malloc init order - Move C warning flags from +gccwarn to +gccwarn-c - doc: Add missing space in documentation of __TIMESIZE - doc: Fix typos in documentation of _TIME_BITS - Fix comment typo in libc-symbols.h - Turn on -Wmissing-parameter-name by default if available - manual: Document getopt_long_only with single letter options (bug 32980) * Fri May 30 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-15 - malloc: Revert to the glibc-2.41.9000-6.fc43 version (#2368545) * Mon May 26 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-14 - Remove glibc-configure-disable-libsupport.patch, solved with upstream commit be61b9493d38032519e596f282f9695667402c8d ("support: Use unwinder in links-dso-program-c only with libgcc_s"). - Fix regression malloc initialization (#2368545) - Auto-sync with upstream branch master, commit 4f4c4fcde76aedc1f5362a51d98ebb57a28fbce9: - Turn on -Wfree-labels by default if available - S390: Use cfi_val_offset instead of cfi_escape. 31bit part - libmvec: Add inputs for asinpi(f), acospi(f), atanpi(f) and atan2pi(f) - INSTALL: Regenerate with texinfo 7.2 - Fix error reporting (false negatives) in SGID tests - manual: Use more inclusive language in comments. - Makerules: Use 'original' instead of 'master' in source. - gen-libm-test: Use 'original source' instead of 'master' in code. - nss_test1: Use 'parametrized template' instead of 'master' in comment. - linknamespace: Use 'ALLOWLIST' instead of 'WHITELIST' in code. - posix: Use more inclusive language in test data. - pylintrc: Remove obsolete ignore section and comments. - support: Pick group in support_capture_subprogram_self_sgid if UID == 0 - ldbl-128: also disable lgammaf128_r builtin when building lgammal_r - elf: Fix subprocess status handling for tst-dlopen-sgid (bug 32987) - x86_64: Fix typo in ifunc-impl-list.c. - elf: Test case for bug 32976 (CVE-2025-4802) - support: Use const char * argument in support_capture_subprogram_self_sgid - AArch64: Fix typo in math-vector.h - Fix typos in ldbl-opt makefile - AArch64: Cleanup SVE config and defines - AArch64: Cleanup PAC and BTI - AArch64: Implement AdvSIMD and SVE atan2pi/f - AArch64: Implement AdvSIMD and SVE atanpi/f - AArch64: Implement AdvSIMD and SVE asinpi/f - AArch64: Implement AdvSIMD and SVE acospi/f - AArch64: Optimize inverse trig functions - Document CVE-2025-4802. - ctype: Fallback initialization of TLS using relocations (bug 19341, bug 32483) - Use proper extern declaration for _nl_C_LC_CTYPE_{class,toupper,tolower} - Optimize __libc_tsd_* thread variable access - Remove <libc-tsd.h> - manual: add sched_getcpu() - manual: Clarifications for listing directories - manual: add remaining CPU_* macros - powerpc: Remove check for -mabi=ibmlongdouble - aarch64: update tests for SME - aarch64: Disable ZA state of SME in setjmp and sigsetjmp - benchtest: malloc tcache hotpath benchtest - Implement C23 rootn. - malloc: Improve performance of __libc_calloc - S390: Use cfi_val_offset instead of cfi_escape. - powerpc64le: Remove configure check for objcopy >= 2.26. - Raise the minimum binutils version to 2.39 * Tue May 13 2025 DJ Delorie <dj@redhat.com> - 2.41.9000-13 - Auto-sync with upstream branch master, commit ad966bc4efd9e69cbbda2073121cc68f1deb9588. - added benchtest inputs for log2l - added benchtest inputs for expl - aarch64: fix unwinding in longjmp - added benchtest inputs for powl - added benchtest inputs for fmal - manual: fix typo for sched_[sg]etattr - malloc: Improve malloc initialization - Document all CLOCK_* values - malloc: Improved double free detection in the tcache - Correct spelling mistake in test file - hurd: Make rename refuse trailing slashes [BZ #32570] - Implement C23 compoundn - hurd: Fix tst-stack2 test build on Hurd - nss: remove undefined behavior and optimize getaddrinfo - powerpc: Remove POWER7 strncasecmp optimization - manual: add more pthread functions - S390: Add new s390 platform z17. - Correct test descriptors in libm-test-pown.inc - malloc: Inline tcache_try_malloc * Thu May 01 2025 Patsy Griffin <patsy@redhat.com> - 2.41.9000-12 - Auto-sync with upstream branch master, commit 84977600dace5a7cfcb0918e6757939fd4969839: - math: Fix UB on sinpif (BZ 32925) - math: Fix UB on erfcf (BZ 32924) - math: Fix UB on cospif (BZ 32923) - math: Fix UB on cbrtf (BZ 32922) - math: Fix UB on sinhf (BZ 32921) - math: Fix UB on logf (BZ 32920) - math: Fix UB on coshf (BZ 32919) - math: Fix UB on atanhf (BZ 32918) - nptl: Fix pthread_getattr_np when modules with execstack are allowed (BZ 32897) - RISC-V: Use builtin for ffs and ffsll while supported extension available - stdio: Remove UB on printf_fp - benchtest: Correct shell script related to bench-malloc-thread * Fri Apr 25 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-11 - Auto-sync with upstream branch master, commit e04afb71771710cdc6025fe95908f5f17de7b72d: - linux/termio: remove <termio.h> and struct termio - elf: tst-audit10: split AVX512F code into dedicated functions [BZ #32882] - Add NT_ARM_GCS and NT_RISCV_TAGGED_ADDR_CTRL from Linux 6.13 to elf.h - Add AT_* constants from Linux 6.12 - malloc: move tcache_init out of hot tcache paths - aarch64: Add back non-temporal load/stores from oryon-1's memset - aarch64: Add back non-temporal load/stores from oryon-1's memcpy - malloc: Use tailcalls in __libc_free - malloc: Inline tcache_free - malloc: Improve free checks - malloc: Inline _int_free_check - malloc: Inline _int_free - malloc: Move mmap code out of __libc_free hotpath - manual/tunables: fix a trivial typo - Fix spelling mistake "trucate" -> "truncate" - Fix spelling mistake "suports" -> "supports" - Fix spelling mistake "succsefully" -> "successfully" - manual: Mention POSIX-1.2024 requires time_t to be 64 bit or wider. - manual: Update standardization of getline and getdelim [BZ #32830] - libio: Add test case for fflush * Mon Apr 14 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-10 - Auto-sync with upstream branch master, commit 7b47b3dd214c8ff2c699f13efe5533941be53635: - libio: Synthesize ESPIPE error if lseek returns 0 after reading bytes - x86: Detect Intel Diamond Rapids - x86: Handle unknown Intel processor with default tuning - conform: Add initial support for C23. - x86: Add ARL/PTL/CWF model detection support - timezone: Enhance tst-bz28707 diagnostics - powerpc: Remove relocation cache flush code for power64 * Wed Apr 09 2025 Carlos O'Donell <carlos@redhat.com> - 2.41.9000-9 - Auto-sync with upstream branch master, commit 63c99cd50bc9c10f0692f7cb31f4c5f02ff526df: - math: Fix up THREEp96 constant in expf128 [BZ #32411] - elf: Extend glibc.rtld.execstack tunable to force executable stack (BZ 32653) - stdlib: Implement C2Y uabs, ulabs, ullabs and uimaxabs - stdio-common: In tst-setvbuf2, close helper thread descriptor only if opened - Remove duplicates from binaries-shared-tests when creating make rules - x86: Optimize xstate size calculation - NEWS: update for GCC 12.1 requirement [BZ #32539] * Thu Apr 03 2025 Arjun Shankar <arjun@redhat.com> - 2.41.9000-8 - Auto-sync with upstream branch master, aaf94ec804830e0e273cfb45d54f4a04ab778fe5: - stdio: fix hurd link for tst-setvbuf2 - stdlib: Fix qsort memory leak if callback throws (BZ 32058) - sysdeps: powerpc: restore -mlong-double-128 check - stdio: Add more setvbuf tests - add ptmx support to test-container - Update syscall lists for Linux 6.14 - x86: Link tst-gnu2-tls2-x86-noxsave{,c,xsavec} with libpthread - elf: Fix tst-origin build when toolchain defaults to --as-needed (BZ 32823) - Raise the minimum GCC version to 12.1 [BZ #32539] - Fix typo in comment - manual: tidy the longopt.c example - manual: Document functions adopted by POSIX.1-2024. - aarch64: Fix _dl_tlsdesc_dynamic unwind for pac-ret (BZ 32612) - x86: Use separate variable for TLSDESC XSAVE/XSAVEC state size (bug 32810) - x86: Skip XSAVE state size reset if ISA level requires XSAVE - malloc: Improve performance of __libc_malloc - stdio-common: Reject real data w/o exponent digits in scanf [BZ #12701] - stdio-common: Reject significand prefixes in scanf [BZ #12701] - stdio-common: Reject integer prefixes in scanf [BZ #12701] - stdio-common: Also reject exp char w/o significand in i18n scanf [BZ #13988] - stdio-common: Add tests for formatted vsscanf input specifiers - stdio-common: Add tests for formatted vfscanf input specifiers - stdio-common: Add tests for formatted vscanf input specifiers - stdio-common: Add tests for formatted sscanf input specifiers - stdio-common: Add tests for formatted fscanf input specifiers - stdio-common: Add scanf long double data for Intel/Motorola 80-bit format - Implement C23 pown - support: Use unwinder in links-dso-program-c only with libgcc_s - malloc: Use __always_inline for simple functions - linux: Fix integer overflow warnings when including <sys/mount.h> [BZ #32708] - malloc: Use _int_free_chunk for remainders - Use MPFR 4.2.2 and Linux 6.14 in build-many-glibcs.py - stdio-common: Add scanf long double data for IBM 128-bit format - stdio-common: Add scanf long double data for IEEE 754 binary64 format - stdio-common: Add scanf long double data for IEEE 754 binary128 format - stdio-common: Add scanf double data for IEEE 754 binary64 format - stdio-common: Add scanf float data for IEEE 754 binary32 format - stdio-common: Add scanf integer data for LP64 targets - stdio-common: Add scanf integer data for ILP32 targets - stdio-common: Add tests for formatted scanf input specifiers * Tue Apr 01 2025 Andrea Bolognani <abologna@redhat.com> - 2.41.9000-7 - Update riscv64 handling (thanks David Abdurachmanov) * Tue Mar 25 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-6 - Add glibc-configure-disable-libsupport.patch and --disable-support to work around missing libgcc_s.so.1 in glibc32 build. - Auto-sync with upstream branch master, commit 0544df4f4a9c6ce72de589e95f5bdadce8f103d0: - mach: Use the host_get_time64 to replace the deprecated host_get_time for CLOCK_REALTIME when it's available - aio_suspend64: Fix clock discrepancy [BZ #32795] - Add _FORTIFY_SOURCE support for inet_pton - Prepare inet_pton to be fortified - Update kernel version to 6.13 in header constant tests - support: Link links-dso-program-c with libgcc_s only if available - elf: Use +nolink-deps to add make-only dependency for tst-origin - Makeconfig: Support $(+nolink-deps) in link flags - debug: Improve '%n' fortify detection (BZ 30932) - Remove eloop-threshold.h - malloc: missing initialization of tcache in _mid_memalign - support: Link links-dso-program-c against libgcc_s - Add _FORTIFY_SOURCE support for inet_ntop - Add missing guards in include/arpa/inet.h - Prepare inet_ntop to be fortified * Thu Mar 20 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-5 - Auto-sync with upstream branch master, commit c5113a838b28a8894da19794ca7a69c5ace959a3: - add inputs giving large errors for rsqrt - malloc: Improve csize2tidx - elf: Fix tst-origin make rules - AArch64: Optimize algorithm in users of SVE expf helper - malloc: Improve arena_for_chunk() - benchtests: Increase iterations of bench-malloc-simple - elf: Fix tst-origin make rules - htl: Make pthread_setcanceltype / state a cancellation point * Fri Mar 14 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-4 - Auto-sync with upstream branch master, commit 10af00f7a135c85796a9c4c75228358b8898da5c: - tst-fopen-threaded: Only check EOF for failing read - Implement C23 powr - x86_64: Add atanh with FMA - elf: Canonicalize $ORIGIN in an explicit ld.so invocation [BZ 25263] - x86_64: Add sinh with FMA - benchtests: Remove wrong snippet from 360cce0b06 - x86_64: Add tanh with FMA - nptl: Check if thread is already terminated in sigcancel_handler (BZ 32782) - nptl: PTHREAD_COND_INITIALIZER compatibility with pre-2.41 versions (bug 32786) - getaddrinfo.c: support MPTCP (BZ #29609) - math: Refactor how to use libm-test-ulps - Update syscall lists for Linux 6.13 - Makefile: Clean up pthread_atfork integration - nptl: Include <stdbool.h> in tst-pthread_gettid_np.c - Linux: Add new test misc/tst-sched_setattr-thread - Linux: Remove attribute access from sched_getattr (bug 32781) - Linux: Add the pthread_gettid_np function (bug 27880) - elf: Test dlopen (NULL, RTLD_LAZY) from an ELF constructor - s390x: Regenerate ULPs. - math: Remove an extra semicolon in math function declarations - nptl: extend test coverage for sched_yield - posix: Move environ helper variables next to environ definition (bug 32541) - Implement C23 rsqrt * Fri Mar 07 2025 Carlos O'Donell <carlos@redhat.com> - 2.41.9000-3 - Auto-sync with upstream branch master, commit ee3b1d15da412be19583085f81c220653b270c1f: - Use binutils 2.44 branch and Linux 6.13 in build-many-glibcs.py - elf: Fix handling of symbol versions which hash to zero (bug 29190) - configure: Fix spelling of -Wl,--no-error-execstack option - manual: Mark perror as MT-unsafe and update check-safety.sh - elf: Check if __attribute__ ((aligned (65536))) is supported - htl: Make __pthread_create_internal directly call __pthread_sigmask - htl: Make __pthread_sigmask directly call __sigthreadmask - hurd: Consolidate signal mask change - static-pie: Skip the empty PT_LOAD segment at offset 0 [BZ #32763] - sysdeps: linux: Add BTRFS_SUPER_MAGIC to pathconf - linux: Prefix AT_HWCAP with 0x on LD_SHOW_AUXV - Remove dl-procinfo.h - powerpc: Remove unused dl-procinfo.h - powerpc: Move cache geometry information to ld diagnostics - powerpc: Move AT_HWCAP descriptions to ld diagnostics - benchtests: Add random strlen benchmark - benchtests: Improve large memcpy/memset benchmarks - manual: Explain sched_yield semantics with different schedulers - Pass -Wl,--no-error-execstack for tests where -Wl,-z,execstack is used [PR32717] - malloc: Add integrity check to largebin nextsizes - libio: Clean up fputc/putc comments - htl: move pthread_once into libc - Remove unused dl-procinfo.h - LoongArch: Optimize f{max,min}imum_mag_num{,f} - LoongArch: Optimize f{max,min}imum_num{,f} - LoongArch: Optimize f{max,min}imum_mag{,f} - LoongArch: Optimize f{max,min}imum{,f} - AArch64: Use prefer_sve_ifuncs for SVE memset - sysdeps/ieee754: Fix remainder sign of zero for FE_DOWNWARD (BZ #32711) - math: Add optimization barrier to ensure a1 + u.d is not reused [BZ #30664] - RISC-V: Fix IFUNC resolver cannot access gp pointer * Tue Feb 25 2025 Arjun Shankar <arjun@redhat.com> - 2.41.9000-2 - Auto-sync with upstream branch master, commit 935563754bb5e1f16b9edb392d6c80c6827ddfca: - AArch64: Remove LP64 and ILP32 ifdefs - AArch64: Simplify lrint - AArch64: Remove AARCH64_R macro - AArch64: Cleanup pointer mangling - AArch64: Remove PTR_REG defines - AArch64: Remove PTR_ARG/SIZE_ARG defines - stdlib: Add single-threaded fast path to rand() - Increase the amount of data tested in stdio-common/tst-fwrite-pipe.c - posix: Rewrite cpuset tests - support: Add support_next_to_fault_before support function - math: Fix `unknown type name '__float128'` for clang 3.4 to 3.8.1 (bug 32694) - nptl: clear the whole rseq area before registration - aarch64: Add GCS test with signal handler - aarch64: Add GCS tests for dlopen - aarch64: Add GCS tests for transitive dependencies - aarch64: Add tests for Guarded Control Stack - aarch64: Add configure checks for GCS support * Thu Feb 20 2025 Carlos O'Donell <carlos@redhat.com> - 2.41.9000-1 - Auto-sync with upstream branch master, commit 6d24313e4a4098f7c469e119784bfbbfdb1ec749. - manual: Mark setlogmask as AS-unsafe and AC-unsafe. - AArch64: Add SVE memset - x86 (__HAVE_FLOAT128): Defined to 0 for Intel SYCL compiler [BZ #32723] - manual: Document setlogmask as MT-safe. - math: Consolidate acosf and asinf internal tables - math: Consolidate acospif and asinpif internal tables - math: Consolidate cospif and sinpif internal tables - htl: don't export __pthread_default_rwlockattr anymore. - htl: move pthread_rwlock_init into libc. - htl: move pthread_rwlock_destroy into libc. - htl: move pthread_rwlock_{rdlock, timedrdlock, timedwrlock, wrlock, clockrdlock, clockwrlock} into libc. - htl: move pthread_rwlock_unlock into libc. - htl: move pthread_rwlock_tryrdlock, pthread_rwlock_trywrlock into libc. - htl: move pthread_rwlockattr_getpshared, pthread_rwlockattr_setpshared into libc. - htl: move pthread_rwlockattr_destroy into libc. - htl: move pthread_rwlockattr_init into libc. - htl: move __pthread_default_rwlockattr into libc. - Fix tst-aarch64-pkey to handle ENOSPC as not supported - Increase the amount of data tested in stdio-common/tst-fwrite-bz29459.c - elf: Keep using minimal malloc after early DTV resize (bug 32412) - libio: Initialize _total_written for all kinds of streams - malloc: Add size check when moving fastbin->tcache - nss: Improve network number parsers (bz 32573, 32575) - nptl: Remove unused __g_refs comment. - advisories: Fix up GLIBC-SA-2025-0001 - AArch64: Improve codegen for SVE powf - AArch64: Improve codegen for SVE pow - AArch64: Improve codegen for SVE erfcf - Aarch64: Improve codegen in SVE exp and users, and update expf_inline - Aarch64: Improve codegen in SVE asinh - math: Improve layout of exp/exp10 data - assert: Add test for CVE-2025-0395 - math: Consolidate coshf and sinhf internal tables - math: Consolidate acoshf and asinhf internal tables - math: Use tanpif from CORE-MATH - math: Use sinpif from CORE-MATH - math: Use cospif from CORE-MATH - math: Use atanpif from CORE-MATH - math: Use atan2pif from CORE-MATH - math: Use asinpif from CORE-MATH - math: Use acospif from CORE-MATH - benchtests: Add tanpif - benchtests: Add sinpif - benchtests: Add cospif - benchtests: Add atanpif - benchtests: Add atan2pif - benchtests: Add asinpif - benchtests: Add acospif - hurd: Replace char foo[1024] with string_t - hurd: Drop useless buffer initialization in ttyname* - mig_strncpy: ensure destination string is null terminated - htl: stop exporting __pthread_default_barrierattr. - htl: move pthread_barrier_wait into libc. - htl: move pthread_barrier_init into libc. - htl: move pthread_barrier_destroy into libc. - htl: move pthread_barrierattr_getpshared, pthread_barrierattr_setpshared into libc. - htl: move pthread_barrierattr_init into libc. - htl: move pthread_barrierattr_destroy into libc. - htl: move __pthread_default_barrierattr into libc. - manual: Update signal descriptions - libio: Replace __LP64__ with __WORDSIZE - powerpc64le: Also avoid IFUNC for __mempcpy - elf: Build dl-tls.o with early startup symbol redirections - manual: make @manpageurl more specific to each output - math: Fix tanf for some inputs (BZ 32630) - elf: Use _dl_find_object instead of _dl_find_dso_for_object in dlopen - elf: Add fast path to dlopen for fully-opened maps - elf: Determine the caller link map in _dl_open - elf: Merge __dl_libc_freemem into __rtld_libc_freeres - elf: Add l_soname accessor function for DT_SONAME values - elf: Split _dl_lookup_map, _dl_map_new_object from _dl_map_object - hurd: Use the new __proc_reauthenticate_complete protocol - elf: Do not add a copy of _dl_find_object to libc.so - htl: move pthread_setcancelstate into libc. - math: Fix sinhf for some inputs (BZ 32627) - math: Fix log10p1f internal table value (BZ 32626) - manual: Safety annotations for timespec_get and timespec_getres - sh: Fix tst-guard1 build - manual: Add links to POSIX Semaphores man-pages documentation - manual: Consolidate POSIX Semaphores docs in Threads chapter - ld.so: Decorate BSS mappings - nptl: Add support for setup guard pages with MADV_GUARD_INSTALL - nptl: Correct stack size attribute when stack grows up [BZ #32574] - manual: Update compatibility note on flushing of line-oriented files - htl: move pthread_setcanceltype into libc. - htl: move pthread_mutex_consistent, pthread_mutex_consistent_np into libc. - htl: move pthread_mutex_destroy into libc. - htl: move pthread_mutex_getprioceiling, pthread_mutex_setprioceiling into libc - htl: move pthread_mutex_{lock, unlock, trylock, timedlock, clocklock} - htl: move pthread_mutex_init into libc. - htl: remove leftover for pthread_mutexattr_settype - Add test of input file flushing / offset issues - Fix fflush handling for mmap files after ungetc (bug 32535) - Fix fseek handling for mmap files after ungetc or fflush (bug 32529) - Make fflush (NULL) flush input files (bug 32369) - Make fclose seek input file to right offset (bug 12724) - Fix fflush after ungetc on input file (bug 5994) - libio: Add a new fwrite test that evaluates partial writes - libio: Start to return errors when flushing fwrite's buffer [BZ #29459] - Add new tests for fopen - Increase version to 2.41.9000, add new section to NEWS - Create ChangeLog.old/ChangeLog.30 - Bump version to 2.41
/usr/lib/.build-id /usr/lib/.build-id/00 /usr/lib/.build-id/00/4ba29a3b230b9ce7aeb2877df20147baa99c1e /usr/lib/.build-id/00/e93ce7787c9fd5a0ecad1fbaba2e2799e606e9 /usr/lib/.build-id/01/6b0450a35851ffaafac135eb3114d742db71da /usr/lib/.build-id/01/72f8041a25186e8e32c4744d143b9a2351caac /usr/lib/.build-id/01/aff112f53ab30d5e5a94605b0077c4e1253408 /usr/lib/.build-id/02/b8c27060fe2cdeeb7a511b8bd9a4024975fc9e /usr/lib/.build-id/02/d241d8b3a4e266ed51b00a47d2a1c6a9b382c5 /usr/lib/.build-id/04 /usr/lib/.build-id/04/38c6474c1dc368763a86fb4de04f9f0c4af3d6 /usr/lib/.build-id/04/bbd9f2bcf0ca06d2a41bf9c22d98ceac6ce597 /usr/lib/.build-id/06/614b4c48b0382c9310d5625ea761b617034b94 /usr/lib/.build-id/06/931e7aaf15b8194fd120eb9cfd8b3c49da52c6 /usr/lib/.build-id/08/ddaab56f142fafc100611e5797d467881c029e /usr/lib/.build-id/09/a0296a411e1652ecb82e93dbdc90c7ffb5b029 /usr/lib/.build-id/09/ea03a2c4e0aa3928a3d3b257f793508a77eb52 /usr/lib/.build-id/0a /usr/lib/.build-id/0a/f4ab99b1b432767bfa1c620f0aadda1f3abcc5 /usr/lib/.build-id/0c/ae433df132e4a3460ba228408b67e2e045baa7 /usr/lib/.build-id/0c/ecd62ae0e2d3dd3b3acdeffd5f681bb72fb329 /usr/lib/.build-id/0d /usr/lib/.build-id/0d/69de26a4e39c9d1c98afe616f650e1c35d49b3 /usr/lib/.build-id/0d/d6c889806261da889e654c6a777d3c57062ee3 /usr/lib/.build-id/0e/316be4334b0c78ba34baa08ed13738be6775d1 /usr/lib/.build-id/10/2e55466aa216bbaa8427beee71a98e90effaae /usr/lib/.build-id/11/b8f243e3de6c3310b281f3f3596684eab5db09 /usr/lib/.build-id/13/b1b531f785387c4754fb33c18af1bfa49f46fb /usr/lib/.build-id/14/00b8698b113e455152084ced1cf68634a841d3 /usr/lib/.build-id/14/4b2b53fbde2beb89e963d5df368a539712f09f /usr/lib/.build-id/15 /usr/lib/.build-id/15/334bc117e5d56497bcb136301f5c20b1a548db /usr/lib/.build-id/15/550c13022dccccdffaa3640620d04aa3d9d234 /usr/lib/.build-id/16 /usr/lib/.build-id/16/542940f26feeed1ed39867a3cee3af4e15e697 /usr/lib/.build-id/17/8f5c13748c59657295994a41557d10dec9c789 /usr/lib/.build-id/17/d0b74c2c108e0f47916385496fed1e4a13b47f /usr/lib/.build-id/19/4c0a909dc12748163f468b250ab521989a79bb /usr/lib/.build-id/19/a0e2f934c6f748f8610c8235c5b01650d4b6dd /usr/lib/.build-id/1a/917bebacb6b3aa02a9bc604a0c33324af46c30 /usr/lib/.build-id/1c /usr/lib/.build-id/1c/2c67368329dcd1d2df6bfe9248e4a4a6737e52 /usr/lib/.build-id/1d /usr/lib/.build-id/1d/36296ffd92507532f61fb1bcbbf8f273a2603a /usr/lib/.build-id/1d/617e62d87a7494e28b85402c9f63bc5afb4d71 /usr/lib/.build-id/1d/bccd71f48f9b706746aa16c49a808ba6d573b8 /usr/lib/.build-id/1e/41616add40dc081369504e77285015f2cd5d97 /usr/lib/.build-id/1e/ca9d56c6c49dd311b6bb8fd0ce38eeab82d4fa /usr/lib/.build-id/1f/66ed0c43022c161fc543d13720c5aaf1a5a1c9 /usr/lib/.build-id/1f/ae4b89bd661d83a0e897f0f8059dad11fb455b /usr/lib/.build-id/1f/c63452380068313196627c4e43b6fdb35bfac8 /usr/lib/.build-id/1f/f60178ee1ab163d4ef22c654ed4f1fe66921ca /usr/lib/.build-id/20/2db1e1162f6bb7b756d2cdaeecf57bba4f8e67 /usr/lib/.build-id/20/48518abbcbadda011a43f5bc80ed1255763025 /usr/lib/.build-id/20/85af13cbe4d3266b98edb7176ae8e1d3d478d4 /usr/lib/.build-id/20/bd237db7566f723c614b1bebcbfeb24c23f7a3 /usr/lib/.build-id/21 /usr/lib/.build-id/21/fa32e8439fabfcb29daaafb8ffba63a6439b18 /usr/lib/.build-id/22/c2941f0eb18bec451876be18c2c317f5d37d85 /usr/lib/.build-id/23/d1f2b47ea766fe3e0e01740b14999bdbb3a91f /usr/lib/.build-id/25/9ea41299a71d93706efb8ae8e0dd69fe2eb434 /usr/lib/.build-id/26 /usr/lib/.build-id/26/7fba0193596042507832b7fea85c16ed82e9a3 /usr/lib/.build-id/27/2cad787b99529fe8de9fdf16eae5e9652d4c15 /usr/lib/.build-id/29/306f2db55a5c75b6477de0368f7a2bddba41d9 /usr/lib/.build-id/29/f2d204f91442ce78cdf0a1350a3dfa99ba5c3e /usr/lib/.build-id/2a/530f1668e38336429935ca174cbf942990ee08 /usr/lib/.build-id/2a/db0a08658ddd0655e5cfb0f753cbd6597c4629 /usr/lib/.build-id/2b/284e31921a3e5822cf9677f880626d3bacd68c /usr/lib/.build-id/2b/46d44b9b1c920c4b0e207658bca80471499c08 /usr/lib/.build-id/2b/700014ee681340af0e39718777b0b6802f5904 /usr/lib/.build-id/2c/5c27ba6919168627f2100bcc20fc252334739c /usr/lib/.build-id/2d/8a6437ec7988e2773503b290ff21fd1ebc836a /usr/lib/.build-id/2d/d345fc85f2dea695e5aa6610875e064128f211 /usr/lib/.build-id/2e/1839de44179b0915e6897e4ccd144c0e6795c2 /usr/lib/.build-id/2e/672bc5bd274f3048ea6561a48afbdc4e6cd818 /usr/lib/.build-id/2e/74ff1f1bdb2c5016edab37217b26fca388d4ec /usr/lib/.build-id/2f/8ca79d783024a7649313c9dc4ae5a68c1d53c8 /usr/lib/.build-id/30/6ca2539dbb7e3e1c1f81bbf5d75a7429b35a6b /usr/lib/.build-id/31/743ba81fb95d4f0feb4b0233c58321785c4a66 /usr/lib/.build-id/31/a1cc5090b6a12b705fdd628a31663b4731340c /usr/lib/.build-id/32/f84b4e567b7363d8d2263b4051ea73cfd97ec4 /usr/lib/.build-id/33/34bec997eced6286febf53263b230764b55773 /usr/lib/.build-id/33/63b0b523cb1cec42a12642b24e5b41a3a7a26e /usr/lib/.build-id/33/ed349d9ac56d627547e83bd700f04b71de532d /usr/lib/.build-id/36 /usr/lib/.build-id/36/00bb33f57b1c5c7743cac86b2e76fb27e10bc1 /usr/lib/.build-id/36/89069de520519d247945df33090857d9aff82a /usr/lib/.build-id/37/b4c95b83c69df9d6ee86f7ac44300037455190 /usr/lib/.build-id/37/cee5c90fdbde21f3b8ae9b29421d98d0921241 /usr/lib/.build-id/38/ac1bffd5d7af80850f4c53014046f2f02cfcd4 /usr/lib/.build-id/39 /usr/lib/.build-id/39/4e5ae724298a6855245568fb63d30e74910275 /usr/lib/.build-id/39/94f477129fbc586a60af0cc13c88fe6dafad9c /usr/lib/.build-id/3d/84601ff4f1aa0d764519afe7d38808c4ab093a /usr/lib/.build-id/3d/a90086417d8359271d21360495b19138844fb3 /usr/lib/.build-id/3e/06543900025160ec72feecd0f065e12aab250c /usr/lib/.build-id/3f/432e2176ba40c495f21dbb752897eea23b52c1 /usr/lib/.build-id/3f/8f899f9f91bf55a190903b6d7c89f86212ac32 /usr/lib/.build-id/3f/eaf37577d474b0a3f8cef5f53382f9052255fe /usr/lib/.build-id/40 /usr/lib/.build-id/40/3a284c1961da715e7bbf9cf92d2147b2dcf80c /usr/lib/.build-id/40/725ff28b230e687a9c811059525fc1f9b39c38 /usr/lib/.build-id/41 /usr/lib/.build-id/41/30327195e202fd9e109d5eeea08b9f7bcb17e5 /usr/lib/.build-id/41/a5ccf9d25ce2a47698ea403213885a9ad214d3 /usr/lib/.build-id/43 /usr/lib/.build-id/43/6eb4865ecc6407e7a628267d9898a92ce6aec9 /usr/lib/.build-id/43/a24f9175cdd467b6ce4f2921f2ed21e055296a /usr/lib/.build-id/45/1616bd96249d4ebcf7a7c02827a27e5cca1353 /usr/lib/.build-id/45/3a39782fed2b97f1d0491b31ae7d24221e7435 /usr/lib/.build-id/46/a3df5b554dc9827a2c0614047988ba2e02c515 /usr/lib/.build-id/47 /usr/lib/.build-id/47/44b9c2733707238522f0d3d37901b5050a7720 /usr/lib/.build-id/47/4bfb4ea1bf7547db1b96ea6c15053742ccc111 /usr/lib/.build-id/47/b94412327536d887b1dc9f679349e061fa766a /usr/lib/.build-id/48/6853143aca5de1727c7d007112ac0a2df685a8 /usr/lib/.build-id/48/879dd1d5d28c2c4619bcb37914ed71b39d48b1 /usr/lib/.build-id/49/9f557a4df7f22b956536e9b30521e88037935b /usr/lib/.build-id/4c /usr/lib/.build-id/4c/beb5a658d28dae865752e6a5fa44729aaf5e98 /usr/lib/.build-id/4e/66cacc4a84888018f38a7ca8587c5ed0fb5dd9 /usr/lib/.build-id/4e/a15b9f9251a9563e2e6d9fd308bfc4e9f4d831 /usr/lib/.build-id/4f/f163b91b20665f19afa0bea323cc8822b81619 /usr/lib/.build-id/51/53da675912288356f1bce8734a8c0df72c8a20 /usr/lib/.build-id/52/666415e7457b1b45191d474b2874577727210c /usr/lib/.build-id/52/a339b85c77afb1cdd022639831fb52d39fad8b /usr/lib/.build-id/52/abe1a2d052fc77245b9e0a95e0e746f9bf3cbf /usr/lib/.build-id/53/019b7a2b96a4b03b22c65f5d1cf3caae041f18 /usr/lib/.build-id/53/774143b7d0fba38f9180d2bced7756f2c34bae /usr/lib/.build-id/54/0c4eef1b8473932da2a97883252e15b7d6a5de /usr/lib/.build-id/54/8bd50122d72ccc0bce3bad57d379a185bdb27a /usr/lib/.build-id/54/c8f2ec29069d2a98f56e24240078650c13f90f /usr/lib/.build-id/55/a07db16611b01e8226aa542d0ce4ad88089051 /usr/lib/.build-id/57/e5999f0cec36947fdc832a6e315e4c0b52046f /usr/lib/.build-id/59/870a0bf0e1fca8ca3dc6fb146578ed73eae5ee /usr/lib/.build-id/5b /usr/lib/.build-id/5b/0991a60f8b367785f42b058875636527328229 /usr/lib/.build-id/5b/9ee6eb5a4276a93e65a2501689b84440d0a67d /usr/lib/.build-id/5c/256b1895c2d1db24b3058ccc153964103261bb /usr/lib/.build-id/5d/591a3a5d15975ef94cca18d86fe877ed885d1d /usr/lib/.build-id/5e /usr/lib/.build-id/5e/7b2af2123fd44ebb874861f48e23b5b41af4bd /usr/lib/.build-id/5f/ce7038ddb3be74a03684b8517e158e514e006b /usr/lib/.build-id/5f/f5bd079b2a5a19c433043942b93ef061f7dfdd /usr/lib/.build-id/60/85def220b06e58b4e5765bac617331df82d666 /usr/lib/.build-id/61 /usr/lib/.build-id/61/3e9f6abc7377dfdd277532c52f2b356024bc67 /usr/lib/.build-id/61/4eea6448e69cd5bfad2a256370aa73bf128d77 /usr/lib/.build-id/61/877e172319a44a285096adddb07cdd82c229c9 /usr/lib/.build-id/61/d435ae745c53deda15dc98111420f08bf852cf /usr/lib/.build-id/61/ffa5ecb49fe3c4ca1a88312aca760ff5084e48 /usr/lib/.build-id/62/b90f68b5f7e47be77df23e7f1efc592ee959e6 /usr/lib/.build-id/63/aab819a12ee0ff68893fbbb5fa2ff4fffc7081 /usr/lib/.build-id/64/595373770cff01d596904f814669644cf174bf /usr/lib/.build-id/64/c567948e5f9f44b7ccbafb2f3e789f39bd2a9f /usr/lib/.build-id/66 /usr/lib/.build-id/66/68540ac7676fdd5256b16d1dedf067172b3ae9 /usr/lib/.build-id/67 /usr/lib/.build-id/67/ac67ccf313833608d5621fe15a2fb8adf2b167 /usr/lib/.build-id/68/1e4f64b55d9ec3cd8f366439f320a936e76f35 /usr/lib/.build-id/69/d2d4b53667d6ff6489b184eeee076d2f6948fc /usr/lib/.build-id/6b/439cc8c4c931d3cbb7f49bfa0c17294ef52d6d /usr/lib/.build-id/6d /usr/lib/.build-id/6d/1647ab2525cb4924d8423220a6383842250c89 /usr/lib/.build-id/6d/312b1da7cf3245fa8209f9648d7bdc5ce270e4 /usr/lib/.build-id/6d/3d8aa23b2e1b50afec3f69202ebc904e810a72 /usr/lib/.build-id/6e /usr/lib/.build-id/6e/ef87f66aec47911fe243a9368f347176edb5af /usr/lib/.build-id/71/1af7251d36e75f5cf01f04e4bafd09344ea4bb /usr/lib/.build-id/72/bb94305e8e848c4ceadb0acbbd20b93f7c485d /usr/lib/.build-id/72/ea9382cebeb4d891e824e01c0cd17049bb994e /usr/lib/.build-id/74/1568ed58b4d0e009e657fda2147cb12d21e071 /usr/lib/.build-id/74/546bea13655f4b5987cf0951642018f9d85f04 /usr/lib/.build-id/75 /usr/lib/.build-id/75/445627999e7c8563fce76c32a91bca84ae485d /usr/lib/.build-id/76/bf7ae36a77eabf7ae68f7b8e15a6c37189fab6 /usr/lib/.build-id/77/5049df371016eee2e46dfcac4fe7efab2e6dce /usr/lib/.build-id/78/874f60ab4c592cfc5b8f8f1d7380f443890a16 /usr/lib/.build-id/79 /usr/lib/.build-id/79/e45c9f9a62da78078f7574cce28290b951b817 /usr/lib/.build-id/7a /usr/lib/.build-id/7a/34f1fa98f2a67a8ed009fc8b7c9af0263240e2 /usr/lib/.build-id/7a/4fb5b7ea8676ca964a8e989915a04a777714a0 /usr/lib/.build-id/7a/5d5ec6ff4b1709a9ba69fbc5c172fb9741754f /usr/lib/.build-id/7b/2fbe8d9ff503c51c68e220f34e1a2b5f3b0ae6 /usr/lib/.build-id/7b/85f4b90ea8afbaa5a0573af26fb6a4ffd20803 /usr/lib/.build-id/7c /usr/lib/.build-id/7c/6c364267febe023ed4fc99ace7811ab42360af /usr/lib/.build-id/7c/faf48260edf130363013f07806074fcc5e8d50 /usr/lib/.build-id/7d/1ee0dfdb5d7d00aa3b3a945f84d05b698d12b5 /usr/lib/.build-id/7d/1fb93a9955dfd7188ac50a831ebd03366bd215 /usr/lib/.build-id/7e /usr/lib/.build-id/7e/3a38307235c418e747fbb75a658a25904f8d35 /usr/lib/.build-id/7e/89eb06a7f150423bd3065cbb795298f1283c16 /usr/lib/.build-id/7e/946164335c7a81a001ffaeb99e158e5c99d00e /usr/lib/.build-id/7e/f196645ad0be264de1b0b8a7957ab97d7a4413 /usr/lib/.build-id/7f/b10998a0e1a3197711c10f18e5b6b8feb191e0 /usr/lib/.build-id/80 /usr/lib/.build-id/80/86b1cd8fe537de2ae2bb9779eea90eb34aba31 /usr/lib/.build-id/81 /usr/lib/.build-id/81/08d90b567ab1870bd3a20abf939e4d0fbaf2f6 /usr/lib/.build-id/81/60ef0e7c17ab85377acd53b13cd134bc834de7 /usr/lib/.build-id/81/b5f01da8feda5719c825d19c3e098de6107b24 /usr/lib/.build-id/82 /usr/lib/.build-id/82/8a198542387be0ae7421ae21bb034e55c0dba2 /usr/lib/.build-id/82/f9ff4cb9ddf5d17493ccb8f40507879bd70417 /usr/lib/.build-id/83/ec40c8bf59b4c598ab4338aa55373d19cf1320 /usr/lib/.build-id/85/ad95c8dabb71da4e4b9e92094f7281b5f01aba /usr/lib/.build-id/88/1d99cf958299eebceadd106ffb2b4bc90d5388 /usr/lib/.build-id/88/59b582b99e2cce61fa54c5857cc5739c437cd5 /usr/lib/.build-id/88/b6e4267c009de1b0278d2d0410503073d1d263 /usr/lib/.build-id/89 /usr/lib/.build-id/89/01097c57dc8093ed8cb9a48e2c8c04148b4a2c /usr/lib/.build-id/89/7c895f8d83f55e11972608738376211a5037c6 /usr/lib/.build-id/8a/88deb1fe1d7b56f051fbb343e75388b0c440bf /usr/lib/.build-id/8a/a857eb10411cf354b1e2b29c92d930c9996d1a /usr/lib/.build-id/8b /usr/lib/.build-id/8b/2e89c96e5b2f590c1d8f84ab61375a0d624149 /usr/lib/.build-id/8b/b6b38be5ebf4bd7179de6df0e81d0491abdb43 /usr/lib/.build-id/8d/ae13ec833e9fa0aa9690428248c26f254ed13f /usr/lib/.build-id/8f/4996d8b1c55a99a0287f98eec11e100d8607e8 /usr/lib/.build-id/92/1267ce20e4bb12e1a3a22e4e49121c454e646a /usr/lib/.build-id/93 /usr/lib/.build-id/93/0cd8ebe0574875f16c18d8fa220c15eefce66d /usr/lib/.build-id/94 /usr/lib/.build-id/94/16af213ab2c01727f3390e00542aa22825aded /usr/lib/.build-id/95/f480860848926c0ac9d9fe6f1be9fc5a107c81 /usr/lib/.build-id/96/580522af8a15957260372b7bd08d48c7d83309 /usr/lib/.build-id/96/a1234f16dc3765e25ec73e79f5c62ddb642126 /usr/lib/.build-id/96/c374391000af6d621b987d82994084ac3458bf /usr/lib/.build-id/97/271db69bba3c63ad9f2f13d87dbd0a655672bf /usr/lib/.build-id/97/3d0b480bc54c17b0f568fe09281f84cd39fc85 /usr/lib/.build-id/98 /usr/lib/.build-id/98/b6a1a7a64faedadeb67d430c4dab8833061756 /usr/lib/.build-id/99/6108b7aad6ef938ddee115a9a6833157a54d5b /usr/lib/.build-id/99/a771293539f278d1330901085d410257f13ca4 /usr/lib/.build-id/9b/bd3fdf4ee06dc78e6b4e5d9fbad5c9d4acc888 /usr/lib/.build-id/9b/c179c76fc4480420980d0b5502333e761069e1 /usr/lib/.build-id/9c/1d48a70545868b675ca68c57e09394673d2048 /usr/lib/.build-id/9d /usr/lib/.build-id/9d/cc8d5b528f4829c5f61a36f8b469c5b8a6e0f3 /usr/lib/.build-id/9e/6029bb817867f0c625d367c7f88dde6c4d300c /usr/lib/.build-id/9e/766804b922784e59c8d08b3dd24b846c5d1414 /usr/lib/.build-id/9e/87207b525c2214b71b2731a4fed27a4e24c4d0 /usr/lib/.build-id/9f/7d3aeb253598fc49c127f1877d1594d0333e9f /usr/lib/.build-id/a0/6defb3d6e1ebae0514b944d6a3d3a49623f0e1 /usr/lib/.build-id/a0/a2e8beb493e1ec73d9af2e9744bcc8e029a80a /usr/lib/.build-id/a0/a90d295cecb8c904e4638ff831ef045d29c933 /usr/lib/.build-id/a1/6daf23fe412de86d56df9e6b41db9921367c24 /usr/lib/.build-id/a1/7d1af539051082152fb3bffc4d33dd1b668202 /usr/lib/.build-id/a2/04801d75dd97ff35b081c27a48159a848ed739 /usr/lib/.build-id/a2/6513a537a9ad64d325e89bde7e308954036c71 /usr/lib/.build-id/a5/26a0c422632fd8a15d2749adf39dff1099006f /usr/lib/.build-id/a5/35c0abad2d03ac56d212c53366b72ee04bc688 /usr/lib/.build-id/a7/20f73e8c1d4595adf1aa04de82c3e85c333a30 /usr/lib/.build-id/a7/2584d13084d049bc4d50af5357ed3cba9c63af /usr/lib/.build-id/a7/3f15cd511e8c5aa9b5a97e1b331c3d3810a68d /usr/lib/.build-id/a7/7e1164bc8a957708512b6283a56668260d6432 /usr/lib/.build-id/a7/e4c4c233ecaf27bb55214d524ff93b94f2b2cd /usr/lib/.build-id/a9 /usr/lib/.build-id/a9/02613025c716f9b2b6e26b3f2b6226abded78c /usr/lib/.build-id/a9/a2040811d5d63f60caefc0c0999e83c358bcbc /usr/lib/.build-id/aa/63233ccd12d245de0e6c18e7a73fe82c2d5e0f /usr/lib/.build-id/ab/167ec12d6000df57146dd33fcb1b25d2f0241f /usr/lib/.build-id/ab/c57bcfa5bc91c127d0c1183ec43d411782be25 /usr/lib/.build-id/ae/73d831ccedf261330f93d758fd84937767ef3b /usr/lib/.build-id/af/a67e0dae77de348469d49bd7755d825dc4ce08 /usr/lib/.build-id/b0/68de21d1b1a8d8222bc60236f7c1f1be170ddf /usr/lib/.build-id/b1 /usr/lib/.build-id/b1/db3e7f618df234d02f993745280d458c930a45 /usr/lib/.build-id/b6/232a3e18244c84cd3ff7ac8740c0b605997557 /usr/lib/.build-id/b7/79b13fbf3dab91be674bf4459c930e4f7e657f /usr/lib/.build-id/b7/bcc0bf50e94878b59037b7fa967f7f3faf0f85 /usr/lib/.build-id/b7/e045cd95b1df60df91a24d3970952294cae80e /usr/lib/.build-id/b7/ede75f1b7cc5e999c9b0d3afd835c187151ac2 /usr/lib/.build-id/b7/ff5be9c2d47b8d897abc57cfe17e86be6087cc /usr/lib/.build-id/b9/498c9cefd2e8611ea822e360af92f2e2cead3a /usr/lib/.build-id/b9/b41260d2419e8852d33868ff02f0aa6729f02d /usr/lib/.build-id/bb /usr/lib/.build-id/bb/993a5b6084382784bfd3d0b9ee767c337ca08d /usr/lib/.build-id/bb/9b45161d8dcdc91c8377f73a40d3a0c5cc232b /usr/lib/.build-id/bb/ca8bbd9dad4b96536553a1faa781ad35d7d630 /usr/lib/.build-id/bd/6a04f67b86c9abd8e4d091f1870a82ddac8292 /usr/lib/.build-id/be/516193f98ee98ad4700068e25e501323f8c9d6 /usr/lib/.build-id/bf/27a4839da5424ff8dd7ae7104e8b9d71638123 /usr/lib/.build-id/bf/353952e7c6229f7f07fbf7d547d7ce43100c8f /usr/lib/.build-id/bf/856774675de90ebd5e1db1ba0862174506cd5a /usr/lib/.build-id/bf/c69b2bc172ce11cf52448e4b6e9304d7a9e47a /usr/lib/.build-id/c1/0e2b989591efc22ea09ed7429b362bf1360b7a /usr/lib/.build-id/c2 /usr/lib/.build-id/c2/60e5a87fb57ddc11b0cdfabf01b20e1de4af40 /usr/lib/.build-id/c4 /usr/lib/.build-id/c4/e0ff38f764f56817f1450bc3f4912d74a91370 /usr/lib/.build-id/c5 /usr/lib/.build-id/c5/390da92a6621bd053aef96af93a3ed2915144e /usr/lib/.build-id/c6/0f1dd4d76ac9b1dfb992b0e16601e98ada3ee4 /usr/lib/.build-id/c6/1b53d04620beddf927cb7baac6a1f4d7755713 /usr/lib/.build-id/c7/79c19f8969a2aec46d09b515750038975cc890 /usr/lib/.build-id/c7/c9f707983ab6c0b5ad6e9b5fe47b5e1a50afa4 /usr/lib/.build-id/c7/edf45e2c8a15eed949555932a178288aac7e60 /usr/lib/.build-id/c7/f38430d4143e87e686e5c6241e8288b2061870 /usr/lib/.build-id/c8/2ffa5ef14c9ef67f59f1c8bc546c3a4773487a /usr/lib/.build-id/c9/48f36376c9b250e71bf58e6d4d0325e6865dc0 /usr/lib/.build-id/c9/52afe7a8706e2c14eb487e7ecb9d15219cf5c7 /usr/lib/.build-id/ca/0e5f4a6ce4ad9ea6b7bbff2f743f7b450c1617 /usr/lib/.build-id/cb/2799246848866c179407d96a5a46e0415b3bf8 /usr/lib/.build-id/cb/fde698097a900fae6630dfc78de9a71ec1c3cc /usr/lib/.build-id/cc/7ee6a666c70d7ab1ca8a4f9ebd97a385c5fa6a /usr/lib/.build-id/cd /usr/lib/.build-id/cd/94e81799ed8e4564f501c35ff96f117b45faa4 /usr/lib/.build-id/cd/a1ed02d11d308a24673af350a0b0375effae0e /usr/lib/.build-id/cf/a26a42ce57f31653a96578f783bb06c973640e /usr/lib/.build-id/cf/de20d1f746ce69399db1eb1228c2e01180d2db /usr/lib/.build-id/cf/de9cfbbd264d2a6c625f6e9b8ea8d77bebae18 /usr/lib/.build-id/d0 /usr/lib/.build-id/d0/77defabf4a5b34aaa6c8c3a131b1c4abf9901a /usr/lib/.build-id/d0/9102641cf809067aaa17f8a21e3565ea030da3 /usr/lib/.build-id/d0/c68fb3f33be32905fc73d8a4fa6365ce42eef2 /usr/lib/.build-id/d3/6d90776ac3f425f400164ec18cff6dcf7f9138 /usr/lib/.build-id/d4/75d1b410f45779615d5c8aca861c46a6efdc95 /usr/lib/.build-id/d4/ac938eeba5db971d5d5163a7f3f8131d8dca5f /usr/lib/.build-id/d7 /usr/lib/.build-id/d7/2242000a76d7d8056ac5e86a0818b1c8992e29 /usr/lib/.build-id/d7/6195252ac5c7e109b3f6fc9188dc7cd9670624 /usr/lib/.build-id/d7/beeeb17dd15341cf3d0dffe6803ed63176a0cf /usr/lib/.build-id/d8/502d53ee6d27c5a33ca5ed81d8ef059a661914 /usr/lib/.build-id/d8/f5e84cb9f6d16f36af7cd54df06552a622c0f3 /usr/lib/.build-id/d9/76f89cc77180d2f14020f2c380e1079ba051a4 /usr/lib/.build-id/da/e29ec57e35812714987d26f18e41cc529687d1 /usr/lib/.build-id/db /usr/lib/.build-id/db/003f1ee44f86478de87e55a6d6bb050be90298 /usr/lib/.build-id/db/1b482e33a08f09372a73d8b4eca55711b0dfae /usr/lib/.build-id/db/59bbda309356eb987d0ba93f4fe7b4b98c78c5 /usr/lib/.build-id/db/ab710217b6ba5d57e77e0e3b7532277bfdcc9d /usr/lib/.build-id/dc/a5465bfe41475e5ced563b463bb282aa0d1dda /usr/lib/.build-id/dd /usr/lib/.build-id/dd/55d3cbd4086c1e63b4f32039ac646c43abd419 /usr/lib/.build-id/dd/ae33f54cd6197ac2dee9e0d8415efcc6afdb79 /usr/lib/.build-id/de/36cb64948d47e6926716fc8c820b71564271c4 /usr/lib/.build-id/de/6260d1ffdecf077982b12196b22599af1cd087 /usr/lib/.build-id/de/975f691f94a18ea4b8e49054c2deadb262ac8a /usr/lib/.build-id/df/35e6fd8ac60ad298b438a3c7cc02622e7fe690 /usr/lib/.build-id/df/414d022093de5e37339373d2367a1fa4be107e /usr/lib/.build-id/df/5d667042b506b854f952e372de8b61f41925ee /usr/lib/.build-id/e0/1a5d685c68ed9204e4da81c5f92187d9c5ae49 /usr/lib/.build-id/e0/84941de172d2e009dfdb8e194b84be5ed15ed2 /usr/lib/.build-id/e0/8f2047a9a123a5cd6cf214dd2f53978cba5f1c /usr/lib/.build-id/e1/1d70a9dae58d7144ad39e1d567176dbd79d2e7 /usr/lib/.build-id/e1/483aaf17f7a6cee406a1edd6f977b2c4c367b3 /usr/lib/.build-id/e2 /usr/lib/.build-id/e2/bad5033e30ac5364bda93963b3373e8465fd39 /usr/lib/.build-id/e2/c6d355e8cde03d381590e28d2a3d2dfcc8ca6b /usr/lib/.build-id/e2/d8aab19fded2924b204afaf02cc4e2b78d7064 /usr/lib/.build-id/e4/56effbd505444e2772354f42d6322841b7f347 /usr/lib/.build-id/e4/67be05620978e13104d8ae7a13811c68473cef /usr/lib/.build-id/e4/b1fe159cebf3ddc6a1c2ddce003f0df6f0f468 /usr/lib/.build-id/e5/5138d9fd8639a35cf25d28f6139ee160bd4697 /usr/lib/.build-id/e6 /usr/lib/.build-id/e6/8ed7aec92a71f1a18d2307f778f10faa944afa /usr/lib/.build-id/e6/e98ea9e1557e44b9a5fe214fd8c08026b60cfa /usr/lib/.build-id/eb/56a85ac8244960298040b7220d0cc2ff069026 /usr/lib/.build-id/ec /usr/lib/.build-id/ec/a9925ebffcb308324f1078ebe32d71cc9fffe5 /usr/lib/.build-id/ed/01c395249a703ce5ec7e02803560111ba4dda0 /usr/lib/.build-id/ed/2f4d1256b88938ac8d70e67031650b0cb3b5d0 /usr/lib/.build-id/ed/7a646b6cd8a64c338f615b9bf6d8d400ec8c49 /usr/lib/.build-id/ed/8fa4b9e18f6413caeffe1f289554893047b1a1 /usr/lib/.build-id/ef/5ec74026116de6f51e7186f5a93691def1841a /usr/lib/.build-id/ef/76f0b83b7238c9f208a4be4baf3fd987d428e8 /usr/lib/.build-id/ef/fd4f42b3c9a48615dcb49eb1953ada9b5387a1 /usr/lib/.build-id/f0/e0439de0439916f1a96fd84274190446c7ab65 /usr/lib/.build-id/f1/60e1be7e5eea192305c5591d8c8f9ab89b210b /usr/lib/.build-id/f2/5c573a735587b320fd12fba2ea25aa6e7b9b6e /usr/lib/.build-id/f2/fba10961b5845f127ca49d16e3144840f85b4f /usr/lib/.build-id/f3/68f04b8f51f3bf717789c21d1f11f851b18632 /usr/lib/.build-id/f3/ede2c6ccd73e10b41c5bae72d7c60c6c1b21d0 /usr/lib/.build-id/f4 /usr/lib/.build-id/f4/3e8b5100d4729b998e3a8ce78be062c1aad8ea /usr/lib/.build-id/f4/fc678441ae8a0b5c1d90c435117bfaccfe5f14 /usr/lib/.build-id/f6/fd6e01f96b027fbd6e80847bc38dc2dae66db4 /usr/lib/.build-id/f8 /usr/lib/.build-id/f8/d36b384ba2bedc242e403917d070fd9e698635 /usr/lib/.build-id/f8/d764b38c57759086c26f398b38e9ad4fe8fa72 /usr/lib/.build-id/fa/2f38f7eb7f56f041e343a1430b04284d1071d0 /usr/lib/.build-id/fa/7a24fa7c7a3ad53ff6f3788401adf0b5ae10a5 /usr/lib/.build-id/fa/8736755c1ebfac9015d8da506a012f9f69cb08 /usr/lib/.build-id/fb/e144cb1f2b2f12a797436a6b590774a261474c /usr/lib/.build-id/fd/36bf915b6d1dfc4acc78c685f85b891540ab9e /usr/lib/.build-id/fe/39a9081bb7767c569262a124f529836e3184a4 /usr/lib/.build-id/fe/4c2ca20f5cd599f91d209ea37dfe3c3a54c050 /usr/lib/.build-id/fe/de0ecd2e050cb1ffba125e0a6e5c805f6c8e18 /usr/libexec/glibc-benchtests /usr/libexec/glibc-benchtests/bench-acos /usr/libexec/glibc-benchtests/bench-acosf /usr/libexec/glibc-benchtests/bench-acosh /usr/libexec/glibc-benchtests/bench-acoshf /usr/libexec/glibc-benchtests/bench-acospif /usr/libexec/glibc-benchtests/bench-arc4random /usr/libexec/glibc-benchtests/bench-asin /usr/libexec/glibc-benchtests/bench-asinf /usr/libexec/glibc-benchtests/bench-asinh /usr/libexec/glibc-benchtests/bench-asinhf /usr/libexec/glibc-benchtests/bench-asinpif /usr/libexec/glibc-benchtests/bench-atan /usr/libexec/glibc-benchtests/bench-atan2 /usr/libexec/glibc-benchtests/bench-atan2f /usr/libexec/glibc-benchtests/bench-atan2pif /usr/libexec/glibc-benchtests/bench-atanf /usr/libexec/glibc-benchtests/bench-atanh /usr/libexec/glibc-benchtests/bench-atanhf /usr/libexec/glibc-benchtests/bench-atanpif /usr/libexec/glibc-benchtests/bench-bsearch /usr/libexec/glibc-benchtests/bench-bzero /usr/libexec/glibc-benchtests/bench-bzero-large /usr/libexec/glibc-benchtests/bench-calloc-simple /usr/libexec/glibc-benchtests/bench-calloc-tcache /usr/libexec/glibc-benchtests/bench-calloc-thread /usr/libexec/glibc-benchtests/bench-cbrt /usr/libexec/glibc-benchtests/bench-cbrtf /usr/libexec/glibc-benchtests/bench-ceil /usr/libexec/glibc-benchtests/bench-ceilf /usr/libexec/glibc-benchtests/bench-cos /usr/libexec/glibc-benchtests/bench-cosf /usr/libexec/glibc-benchtests/bench-cosh /usr/libexec/glibc-benchtests/bench-coshf /usr/libexec/glibc-benchtests/bench-cospif /usr/libexec/glibc-benchtests/bench-dl-elf-hash /usr/libexec/glibc-benchtests/bench-dl-new-hash /usr/libexec/glibc-benchtests/bench-double-advsimd-acos /usr/libexec/glibc-benchtests/bench-double-advsimd-acosh /usr/libexec/glibc-benchtests/bench-double-advsimd-acospi /usr/libexec/glibc-benchtests/bench-double-advsimd-asin /usr/libexec/glibc-benchtests/bench-double-advsimd-asinh /usr/libexec/glibc-benchtests/bench-double-advsimd-asinpi /usr/libexec/glibc-benchtests/bench-double-advsimd-atan /usr/libexec/glibc-benchtests/bench-double-advsimd-atan2 /usr/libexec/glibc-benchtests/bench-double-advsimd-atan2pi /usr/libexec/glibc-benchtests/bench-double-advsimd-atanh /usr/libexec/glibc-benchtests/bench-double-advsimd-atanpi /usr/libexec/glibc-benchtests/bench-double-advsimd-cbrt /usr/libexec/glibc-benchtests/bench-double-advsimd-cos /usr/libexec/glibc-benchtests/bench-double-advsimd-cosh /usr/libexec/glibc-benchtests/bench-double-advsimd-cospi /usr/libexec/glibc-benchtests/bench-double-advsimd-erf /usr/libexec/glibc-benchtests/bench-double-advsimd-erfc /usr/libexec/glibc-benchtests/bench-double-advsimd-exp /usr/libexec/glibc-benchtests/bench-double-advsimd-exp10 /usr/libexec/glibc-benchtests/bench-double-advsimd-exp2 /usr/libexec/glibc-benchtests/bench-double-advsimd-expm1 /usr/libexec/glibc-benchtests/bench-double-advsimd-hypot /usr/libexec/glibc-benchtests/bench-double-advsimd-log /usr/libexec/glibc-benchtests/bench-double-advsimd-log10 /usr/libexec/glibc-benchtests/bench-double-advsimd-log1p /usr/libexec/glibc-benchtests/bench-double-advsimd-log2 /usr/libexec/glibc-benchtests/bench-double-advsimd-pow /usr/libexec/glibc-benchtests/bench-double-advsimd-sin /usr/libexec/glibc-benchtests/bench-double-advsimd-sinh /usr/libexec/glibc-benchtests/bench-double-advsimd-sinpi /usr/libexec/glibc-benchtests/bench-double-advsimd-tan /usr/libexec/glibc-benchtests/bench-double-advsimd-tanh /usr/libexec/glibc-benchtests/bench-double-advsimd-tanpi /usr/libexec/glibc-benchtests/bench-double-sve-acos /usr/libexec/glibc-benchtests/bench-double-sve-acosh /usr/libexec/glibc-benchtests/bench-double-sve-acospi /usr/libexec/glibc-benchtests/bench-double-sve-asin /usr/libexec/glibc-benchtests/bench-double-sve-asinh /usr/libexec/glibc-benchtests/bench-double-sve-asinpi /usr/libexec/glibc-benchtests/bench-double-sve-atan /usr/libexec/glibc-benchtests/bench-double-sve-atan2 /usr/libexec/glibc-benchtests/bench-double-sve-atan2pi /usr/libexec/glibc-benchtests/bench-double-sve-atanh /usr/libexec/glibc-benchtests/bench-double-sve-atanpi /usr/libexec/glibc-benchtests/bench-double-sve-cbrt /usr/libexec/glibc-benchtests/bench-double-sve-cos /usr/libexec/glibc-benchtests/bench-double-sve-cosh /usr/libexec/glibc-benchtests/bench-double-sve-cospi /usr/libexec/glibc-benchtests/bench-double-sve-erf /usr/libexec/glibc-benchtests/bench-double-sve-erfc /usr/libexec/glibc-benchtests/bench-double-sve-exp /usr/libexec/glibc-benchtests/bench-double-sve-exp10 /usr/libexec/glibc-benchtests/bench-double-sve-exp2 /usr/libexec/glibc-benchtests/bench-double-sve-expm1 /usr/libexec/glibc-benchtests/bench-double-sve-hypot /usr/libexec/glibc-benchtests/bench-double-sve-log /usr/libexec/glibc-benchtests/bench-double-sve-log10 /usr/libexec/glibc-benchtests/bench-double-sve-log1p /usr/libexec/glibc-benchtests/bench-double-sve-log2 /usr/libexec/glibc-benchtests/bench-double-sve-pow /usr/libexec/glibc-benchtests/bench-double-sve-sin /usr/libexec/glibc-benchtests/bench-double-sve-sinh /usr/libexec/glibc-benchtests/bench-double-sve-sinpi /usr/libexec/glibc-benchtests/bench-double-sve-tan /usr/libexec/glibc-benchtests/bench-double-sve-tanh /usr/libexec/glibc-benchtests/bench-double-sve-tanpi /usr/libexec/glibc-benchtests/bench-erf /usr/libexec/glibc-benchtests/bench-erfc /usr/libexec/glibc-benchtests/bench-erfcf /usr/libexec/glibc-benchtests/bench-erff /usr/libexec/glibc-benchtests/bench-exp /usr/libexec/glibc-benchtests/bench-exp10 /usr/libexec/glibc-benchtests/bench-exp10f /usr/libexec/glibc-benchtests/bench-exp10m1f /usr/libexec/glibc-benchtests/bench-exp2 /usr/libexec/glibc-benchtests/bench-exp2f /usr/libexec/glibc-benchtests/bench-exp2m1f /usr/libexec/glibc-benchtests/bench-expf /usr/libexec/glibc-benchtests/bench-expf128 /usr/libexec/glibc-benchtests/bench-expl /usr/libexec/glibc-benchtests/bench-expm1 /usr/libexec/glibc-benchtests/bench-expm1f /usr/libexec/glibc-benchtests/bench-fclose /usr/libexec/glibc-benchtests/bench-ffs /usr/libexec/glibc-benchtests/bench-ffsll /usr/libexec/glibc-benchtests/bench-float-advsimd-acos /usr/libexec/glibc-benchtests/bench-float-advsimd-acosh /usr/libexec/glibc-benchtests/bench-float-advsimd-acospi /usr/libexec/glibc-benchtests/bench-float-advsimd-asin /usr/libexec/glibc-benchtests/bench-float-advsimd-asinh /usr/libexec/glibc-benchtests/bench-float-advsimd-asinpi /usr/libexec/glibc-benchtests/bench-float-advsimd-atan /usr/libexec/glibc-benchtests/bench-float-advsimd-atan2 /usr/libexec/glibc-benchtests/bench-float-advsimd-atan2pi /usr/libexec/glibc-benchtests/bench-float-advsimd-atanh /usr/libexec/glibc-benchtests/bench-float-advsimd-atanpi /usr/libexec/glibc-benchtests/bench-float-advsimd-cbrt /usr/libexec/glibc-benchtests/bench-float-advsimd-cos /usr/libexec/glibc-benchtests/bench-float-advsimd-cosh /usr/libexec/glibc-benchtests/bench-float-advsimd-cospi /usr/libexec/glibc-benchtests/bench-float-advsimd-erf /usr/libexec/glibc-benchtests/bench-float-advsimd-erfc /usr/libexec/glibc-benchtests/bench-float-advsimd-exp /usr/libexec/glibc-benchtests/bench-float-advsimd-exp10 /usr/libexec/glibc-benchtests/bench-float-advsimd-exp2 /usr/libexec/glibc-benchtests/bench-float-advsimd-expm1 /usr/libexec/glibc-benchtests/bench-float-advsimd-hypot /usr/libexec/glibc-benchtests/bench-float-advsimd-log /usr/libexec/glibc-benchtests/bench-float-advsimd-log10 /usr/libexec/glibc-benchtests/bench-float-advsimd-log1p /usr/libexec/glibc-benchtests/bench-float-advsimd-log2 /usr/libexec/glibc-benchtests/bench-float-advsimd-pow /usr/libexec/glibc-benchtests/bench-float-advsimd-sin /usr/libexec/glibc-benchtests/bench-float-advsimd-sinh /usr/libexec/glibc-benchtests/bench-float-advsimd-sinpi /usr/libexec/glibc-benchtests/bench-float-advsimd-tan /usr/libexec/glibc-benchtests/bench-float-advsimd-tanh /usr/libexec/glibc-benchtests/bench-float-advsimd-tanpi /usr/libexec/glibc-benchtests/bench-float-sve-acos /usr/libexec/glibc-benchtests/bench-float-sve-acosh /usr/libexec/glibc-benchtests/bench-float-sve-acospi /usr/libexec/glibc-benchtests/bench-float-sve-asin /usr/libexec/glibc-benchtests/bench-float-sve-asinh /usr/libexec/glibc-benchtests/bench-float-sve-asinpi /usr/libexec/glibc-benchtests/bench-float-sve-atan /usr/libexec/glibc-benchtests/bench-float-sve-atan2 /usr/libexec/glibc-benchtests/bench-float-sve-atan2pi /usr/libexec/glibc-benchtests/bench-float-sve-atanh /usr/libexec/glibc-benchtests/bench-float-sve-atanpi /usr/libexec/glibc-benchtests/bench-float-sve-cbrt /usr/libexec/glibc-benchtests/bench-float-sve-cos /usr/libexec/glibc-benchtests/bench-float-sve-cosh /usr/libexec/glibc-benchtests/bench-float-sve-cospi /usr/libexec/glibc-benchtests/bench-float-sve-erf /usr/libexec/glibc-benchtests/bench-float-sve-erfc /usr/libexec/glibc-benchtests/bench-float-sve-exp /usr/libexec/glibc-benchtests/bench-float-sve-exp10 /usr/libexec/glibc-benchtests/bench-float-sve-exp2 /usr/libexec/glibc-benchtests/bench-float-sve-expm1 /usr/libexec/glibc-benchtests/bench-float-sve-hypot /usr/libexec/glibc-benchtests/bench-float-sve-log /usr/libexec/glibc-benchtests/bench-float-sve-log10 /usr/libexec/glibc-benchtests/bench-float-sve-log1p /usr/libexec/glibc-benchtests/bench-float-sve-log2 /usr/libexec/glibc-benchtests/bench-float-sve-pow /usr/libexec/glibc-benchtests/bench-float-sve-sin /usr/libexec/glibc-benchtests/bench-float-sve-sinh /usr/libexec/glibc-benchtests/bench-float-sve-sinpi /usr/libexec/glibc-benchtests/bench-float-sve-tan /usr/libexec/glibc-benchtests/bench-float-sve-tanh /usr/libexec/glibc-benchtests/bench-float-sve-tanpi /usr/libexec/glibc-benchtests/bench-floor /usr/libexec/glibc-benchtests/bench-floorf /usr/libexec/glibc-benchtests/bench-fmal /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-lgammaf /usr/libexec/glibc-benchtests/bench-llrint /usr/libexec/glibc-benchtests/bench-llrintf /usr/libexec/glibc-benchtests/bench-log /usr/libexec/glibc-benchtests/bench-log10 /usr/libexec/glibc-benchtests/bench-log10f /usr/libexec/glibc-benchtests/bench-log10p1f /usr/libexec/glibc-benchtests/bench-log1p /usr/libexec/glibc-benchtests/bench-log1pf /usr/libexec/glibc-benchtests/bench-log2 /usr/libexec/glibc-benchtests/bench-log2f /usr/libexec/glibc-benchtests/bench-log2l /usr/libexec/glibc-benchtests/bench-log2p1f /usr/libexec/glibc-benchtests/bench-logb /usr/libexec/glibc-benchtests/bench-logbf /usr/libexec/glibc-benchtests/bench-logf /usr/libexec/glibc-benchtests/bench-lrint /usr/libexec/glibc-benchtests/bench-lrintf /usr/libexec/glibc-benchtests/bench-malloc-simple /usr/libexec/glibc-benchtests/bench-malloc-tcache /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-memmem /usr/libexec/glibc-benchtests/bench-memmove /usr/libexec/glibc-benchtests/bench-memmove-large /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-random /usr/libexec/glibc-benchtests/bench-memset-zero /usr/libexec/glibc-benchtests/bench-memset-zero-large /usr/libexec/glibc-benchtests/bench-modf /usr/libexec/glibc-benchtests/bench-modff /usr/libexec/glibc-benchtests/bench-nearbyint /usr/libexec/glibc-benchtests/bench-nearbyintf /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-powl /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-random-lock /usr/libexec/glibc-benchtests/bench-rawmemchr /usr/libexec/glibc-benchtests/bench-rint /usr/libexec/glibc-benchtests/bench-rintf /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-sinhf /usr/libexec/glibc-benchtests/bench-sinpif /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-strlen-random /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-tanf /usr/libexec/glibc-benchtests/bench-tanh /usr/libexec/glibc-benchtests/bench-tanhf /usr/libexec/glibc-benchtests/bench-tanpif /usr/libexec/glibc-benchtests/bench-tgamma /usr/libexec/glibc-benchtests/bench-tgammaf /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, Sun Jul 13 01:07:14 2025