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

glibc-benchtests-2.42.9000-7.fc44 RPM for x86_64

From Fedora Rawhide for x86_64 / g

Name: glibc-benchtests Distribution: Fedora Project
Version: 2.42.9000 Vendor: Fedora Project
Release: 7.fc44 Build date: Mon Oct 20 14:54:49 2025
Group: Unspecified Build host: buildhw-x86-13.rdu3.fedoraproject.org
Size: 21804365 Source RPM: glibc-2.42.9000-7.fc44.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.

Provides

Requires

License

LGPL-2.1-or-later AND SunPro AND LGPL-2.1-or-later WITH GCC-exception-2.0 AND BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later WITH GNU-compiler-exception AND GPL-2.0-only AND ISC AND LicenseRef-Fedora-Public-Domain AND HPND AND CMU-Mach AND LGPL-2.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

Changelog

* Mon Oct 20 2025 Frédéric Bérat <fberat@redhat.com> - 2.42.9000-7
  - Auto-sync with upstream branch master,
    commit 0375e6e2336a779cdddb4d11442126d366b1efc2:
  - AArch64: Use math-use-builtins for roundeven(f)/lrint(f)/lround(f)
  - math: Add builtin support for (l)lround(f)
  - malloc: Cleanup _int_memalign
  - Implement C23 memalignment
* Fri Oct 17 2025 Florian Weimer <fweimer@redhat.com> - 2.42.9000-6
  - Auto-sync with upstream branch master,
    commit 850d93f514ebc3c8b62603e70586edd38a18f46b:
  - math: Use binary search on lgammaf slow path
  - math: Use stdbit.h instead of builtin in math_config.h
  - math: Optimize fma call on log2pf1
  - math: Optimize fma call on asinpif
  - math: Remove erfcf fma usage
  - math: Remove asinhf fma usage
  - math: Optimize fma call on acospif
  - math: Remove acoshf fma usage
  - math: Update auto-libm-test-out-log2p1
  - aarch64: clear ZA state of SME before clone and clone3 syscalls
  - replace use of double by float [BZ#29326]
  - posix: Avoid a stack overflow when glob is given many slashes [BZ #30635]
  - i386: Use __seg_gs qualifiers in PTR_{MANGLE,DEMANGLE}() macros
  - x86_64: Use __seg_fs qualifiers in PTR_{MANGLE,DEMANGLE}() macros
  - libio: Add terminating NUL when the first character is EOF in getdelim [BZ #28038]
  - elf: Report when found libraries are rejected [BZ #25669]
  - malloc: Do not call madvise if oldsize >= THP size
  - malloc: Improve mmap interface
  - nss: use C locale for parsing nsswitch.conf (bug 33519)
  - x86: Use typeof_member style in RSEQ area access expressions
  - x86: Simplify RSEQ area access expressions
  - x86: Simplify stack and pointer guard macros
  - x86: Simplify TCB access expressions
  - x86: Detect Intel Nova Lake Processor
  - x86: Detect Intel Wildcat Lake Processor
  - ppc64le: Restore optimized strncmp for power10
  - ppc64le: Restore optimized strcmp for power10
  - math: Optimize flt-32 remainder implementation
  - math: Optimize dbl-64 remainder implementation
  - malloc: Cleanup macros, asserts and sysmalloc_mmap_fallback
  - shm-directory: Truncated struct member name length
  - Add once_flag, ONCE_FLAG_INIT and call_once to stdlib.h for C23
  - Implement C23 memset_explicit (bug 32378)
  - AArch64: Implement AdvSIMD and SVE log10p1(f) routines
  - AArch64: Implement AdvSIMD and SVE log2p1(f) routines
  - x86: Restore "*&" GCC asm memory operand workaround to installed fpu-control.h
  - benchtests: Add workload for tgammaf-inputs
  - assert: Refactor assert/assert_perror
  - nptl: Fix MADV_GUARD_INSTALL logic for thread without guard page (BZ 33356)
  - x86_64: Fix number of operands mismatch for vdivss
  - x86: Use "%v" to emit VEX encoded instructions for AVX targets
  - x86: Remove obsolete "*&" GCC asm memory operand workaround
  - malloc: Remove dumped heap support
  - AArch64: Update math-vector-fortran.h
  - malloc: Hoist common unlock out of if-else control block
  - x86: Don't use asm statement for trunc/truncf
  - i686: Compile .op files and gmon tests with -mfentry
  - i386: Use __seg_gs qualifier to cast access to TCB in THREAD_GSCOPE_RESET_FLAG()
  - x86_64: Use __seg_fs qualifier to cast access to TCB in THREAD_GSCOPE_RESET_FLAG()
  - nss: Group merge does not react to ERANGE during merge (bug 33361)
  - math: Remove clz_uint64/ctz_uint64 and use stdbit.h
  - math: Split erf and erfc
  - math: Use internal fesetround alias on fma
  - math: Use internal fetestexcept alias on fma
  - math: Add fetestexcept internal alias
  - math: Use internal feholdexcept alias on fma
  - math: Use internal feupdateenv alias on fma
  - math: Use internal feholdexcept alias on fma
  - math: Add feclearexcept internal alias
  - Update to Unicode 17.0.0 [BZ #33289]
  - AArch64: add optimised strspn/strcspn
  - i386: Use __seg_gs qualifiers in {STACK, POINTER}_CHK_GUARD macros
  - x86_64: Use __seg_fs qualifiers in {STACK, POINTER}_CHK_GUARD macros
  - x86: Remove x86 version of thread_pointer.h
  - x86: Remove stale __GNUC_PREREQ (11, 1) test from __thread_pointer()
  - malloc: Cleanup libc_realloc
  - malloc: check "negative" tcache_key values by hand
  - x86: Define atomic_compare_and_exchange_{val, bool}_acq using __atomic_compare_exchange_n
  - x86: Define atomic_exchange_acq using __atomic_exchange_n
  - x86: Define atomic_full_barrier using __sync_synchronize
  - x86: Remove catomic_* locking primitives
  - atomic: Switch atomic.h to builtin atomics
  - atomic: Switch power to builtin atomics
  - atomic: Use builtin atomics with USE_ATOMIC_COMPILER_BUILTINS
  - x86: Include <bits/stdlib-bsearch.h> in dl-cacheinfo.h
  - Linux: Add missing si_code constants from Linux kernel
  - Remove futex_supports_pshared
  - misc: Add support for Linux uio.h RWF_DONTCACHE flag
  - malloc: Fix Os build on some ABIs
* Mon Sep 08 2025 Frédéric Bérat <fberat@redhat.com> - 2.42.9000-5
  - Auto-sync with upstream branch master,
    commit b173557da978a04ac3bdfc0bd3b0e7ac583b44d5:
  - libio: Define AT_RENAME_* with the same tokens as Linux
  - testsuite: Update tests for 'xfclose' use
  - testsuite: Update tests for 'xfmemopen' use
  - support: Implement 'xfmemopen' for seamless 'fmemopen' use
  - x86_64: Unconditionally run test elf/check-dt-x86-64-plt
  - Fix sysdeps/mips/dl-machine-reject-phdr.h build with GCC 16
  - AArch64: Implement exp2m1 and exp10m1 routines
  - Tests: Create files with mode 0666, not 0777 (bug 33171)
  - nptl: Fix "Arch-sepecific" typo in comment
* Mon Sep 01 2025 Florian Weimer <fweimer@redhat.com> - 2.42.9000-4
  - Auto-sync with upstream branch master,
    commit 0c6cb5285bc90b35dfdb476f47fe9bad721abf8b:
  - nptl: Provide __pthread_rwlock_unlock compat symbol for versions before 2.43
  - nptl: Drop IS_IN (libpthread) around hidden_proto (__pthread_rwlock_unlock)
  - login: fix ut_line comparison logic
  - malloc: add tst-mxfast to hugetlb exclusion list
  - x86: Use flag output operands for inline asm in atomic-machine.h
  - x32: Fix, optimize and cleanup RSEQ_* accessors
  - x86/configure: Improve portability of isa level check
  - elf: early conversion of elf p_flags to mprotect flags
  - malloc: Support hugepages in mremap_chunk
  - malloc: Change mmap chunk layout
  - added benchmark inputs for rsqrtf and rsqrt
  - add missing benchmark files for several C23 binary64 functions
  - manual: Refer to libc-alpha instead of a dead mailing list.
* Tue Aug 26 2025 DJ Delorie <dj@redhat.com> - 2.42.9000-3
  - Auto-sync with upstream branch master,
    commit 027505a07b2fdef09749300b531623b12f4d5afe.
  - Don't pass -c to LIBC_TRY_TEST_CC_OPTION
  - Remove test-have-mamx-tile from Makefile.in
  - Don't use -Wfree-labels/-Wmissing-parameter-name if unsupported
  - Undef __INT64_C/__UINT64_C for glibc build and test
  - Revert "Don't use -Wfree-labels/-Wmissing-parameter-name if unsupported"
  - Don't use -Wfree-labels/-Wmissing-parameter-name if unsupported
  - x86: Set have-protected-data to no if unsupported
  - stdio-common: Convert macros across scanf input specifier tests
  - stdio-common: Adjust header inclusion in scanf input specifier tests
  - stdio-common: Include correct skeleton in scanf input specifier tests
  - stdio-common: Fix NaN input data for scanf input specifier tests [BZ #32857]
  - stdio-common: Fix bad NaN crash in scanf input specifier tests [BZ #32857]
  - stdio-common: Fix a crash in scanf input specifier tests [BZ #32857]
  - stdio-common: Fix error reporting in scanf input specifier tests
  - stdio-common: Reject insufficient character data in scanf [BZ #12701]
  - Disable -Wimplicit-fallthrough when clang is in use
  - libio: Properly link in libio functions in static binaries
  - x86_64: Use __seg_fs qualifiers in NPTL accessors
  - x86: Remove an extra space before THREAD_SELF
  - x86_64: Remove stalled __GNUC_PREREQ (6, 0) test in THREAD_SELF()
  - i386: Use __seg_gs qualifiers in NPTL accessors
  - i386: Remove stalled __GNUC_PREREQ (6, 0) test in THREAD_SELF()
  - i386: Use TESTB instead of TESTL in ____longjmp_chk()
  - x86_64: Use TESTB instead of TESTL in CHECK_INVALID_LONGJMP
  - AArch64: Fix SVE powf routine [BZ #33299]
  - support: Handle FUSE_GETXATTR during FUSE FS mount
  - malloc: Fix tst bug in malloc/tst-free-errno-malloc-hugetlb1.
  - i386: Also add GLIBC_ABI_GNU2_TLS version [BZ #33129]
  - htl: move sem_unlink into libc.
  - htl: move sem_{clockwait, timedwait, wait, trywait} into libc.
  - htl: move sem_post into libc.
  - htl: move sem_open, sem_close into libc.
  - htl: move sem_init into libc.
  - htl: move sem_getvalue into libc.
  - htl: move sem_destroy into libc.
  - htl: move __pthread_startup into libc.
  - htl: move __pthread_setup into libc.
  - htl: move pthread_{join, clockjoin_np, timedjoin_np, tryjoin_np} into libc.
  - htl: move pthread_exit into libc.
  - htl: move pthread_detach into libc.
  - htl: move __pthread_sigstate_init into libc.
  - htl: move pthread_mutex_transfer_np into libc.
  - htl: move pthread_getattr_np into libc.
  - htl: move pthread_testcancel into libc.
  - htl: move pthread_kill into libc.
  - htl: move pthread_cancel, __pthread_do_cancel into libc.
  - htl: move __thread_set_pcsptp into libc.
  - htl: move pthread_yield into libc.
  - htl: move pthread_getcpuclockid into libc.
  - htl: move __pthread_thread_{alloc, start, terminate} into libc.
  - htl: move __pthread_stack_alloc into libc.
  - htl: move __pthread_init_{specific, static_tls}, __pthread_{alloc}, dealloc} into libc.
  - htl: move pthread_get/setconcurrency into libc.
  - htl: move pthread_setschedprio into libc.
* Tue Aug 26 2025 Arjun Shankar <arjun@redhat.com> - 2.42.9000-2
  - glibc-locale-source: Require gzip to handle compressed charmaps
* Fri Aug 15 2025 Patsy Griffin <pfrankli@redhat.com> - 2.42.9000-1
  - Auto-sync with upstream branch master,
    commit 399384e0c8193e31aea014220ccfa24300ae5938.
  - x86-64: Add GLIBC_ABI_DT_X86_64_PLT [BZ #33212]
  - i386: Add GLIBC_ABI_GNU_TLS version [BZ #33221]
  - x86-64: Add GLIBC_ABI_GNU2_TLS version [BZ #33129]
  - LoongArch: Fix build failure for loongarch64-linux-gnusf toolchain. [BZ #32776]
  - benchtests: Avoid truncation in random memcpy/memset benchmarks
  - stdio-common: Fix macro parameter shadowing in scanf input specifier tests
  - stdio-common: Add 'f' conversion tests for . scanf input [BZ #12701]
  - stdio-common: Add 'e' conversion tests for . scanf input [BZ #12701]
  - stdio-common: Add 'a', 'g' conversion tests for 0x. scanf input [BZ #12701]
  - stdio-common: Reject significands w/o digits in scanf [BZ #12701]
  - stdio-common: Don't read real input beyond the field width in scanf
  - malloc: Fix checking for small negative values of tcache_key
  - malloc: Make sure tcache_key is odd enough
  - localedata: Add en_SE for ISO8601 dates
  - malloc: Fix MALLOC_DEBUG
  - malloc: Support THP in arenas
  - malloc: Remove use of __curbrk
  - Filter machine compiler flags into Assembler Flags
  - tst-freopen4: Remove temporary directory from warning message
  - Revert "tst-freopen4-main.c: Call support_capture_subprocess with chroot"
  - iconv: Fix iconv functions not following symlinks [BZ #32339]
  - Linux: Add test case for bug 33245
  - Use TLS initial-exec model for __libc_tsd_CTYPE_* thread variables [BZ #33234]
  - iconv: use bswap_32 instead of __builtin_bswap32
  - tst-env-setuid: Delete LD_DEBUG_OUTPUT output
  - tst-freopen4-main.c: Call support_capture_subprocess with chroot
  - tst-fopen-threaded.c: Delete temporary file
  - Delete temporary files in support_subprocess
  - Revert "Remove use of __curbrk."
  - Revert "Improve MALLOC_DEBUG"
  - Revert "Enable THP on arenas"
  - Revert "benchtests: Avoid overflow in random memcpy/memset benchmarks"
  - Revert "Use _int_free_chunk in tcache_thread_shutdown"
  - Revert "Remove dumped heap support"
  - Revert "malloc: Cleanup libc_realloc"
  - Revert "Change mmap representation"
  - Remove use of __curbrk.
  - Improve MALLOC_DEBUG
  - Enable THP on arenas
  - benchtests: Avoid overflow in random memcpy/memset benchmarks
  - Use _int_free_chunk in tcache_thread_shutdown
  - Remove dumped heap support
  - malloc: Cleanup libc_realloc
  - Change mmap representation
  - manual: Adjust documentation to standardization of select
  - manual: Use sys/select.h instead of sys/time.h for select example.
  - manual: document getsubopt standardization.
  - errlist: add missing entries for MIPS/SPARC
  - hurd: support: Fix running SGID tests
  - support: Handle COPY_FILE_RANGE events with FUSE
  - malloc: Cleanup sysmalloc_mmap
  - malloc: Improve checked_request2size
  - malloc: Cleanup madvise defines
  - benchtests: Cleanup bench-malloc-thread
  - malloc: Fix MAX_TCACHE_SMALL_SIZE
  - nptl: Fix SYSCALL_CANCEL for return values larger than INT_MAX (BZ 33245)
  - i386: Consolidate subdirectory check on elf and csu
  - x86-64: Consolidate subdirectory check on elf and csu
  - elf: Handle ld.so with LOAD segment gaps in _dl_find_object (bug 31943)
  - elf: Extract rtld_setup_phdr function from dl_main
  - stdlib: resolve a double lock init issue after fork [BZ #32994]
  - Use Linux 6.16, GCC 15, binutils 2.45 in build-many-glibcs.py
  - malloc: Enable THP always support on hugetlb tunable
  - malloc: Remove redundant NULL check
  - replace atan2-inputs with more meaningful inputs
  - inet-fortified: fix namespace violation (bug 33227)
  - tst-cond23: return EXIT_UNSUPPORTED on missing clock selection
  - NEWS: Add 2.43 section
  - Bump version to 2.42.9000
* Fri Aug 08 2025 Frédéric Bérat <fberat@redhat.com> - 2.42-3
  - Auto-sync with upstream branch release/2.42/master,
    commit c5476b7907d01207ede6bf57b26cef151b601f35:
  - hurd: support: Fix running SGID tests
  - Revert "tst-freopen4-main.c: Call support_capture_subprocess with chroot"
  - tst-env-setuid: Delete LD_DEBUG_OUTPUT output
  - tst-freopen4-main.c: Call support_capture_subprocess with chroot
  - tst-fopen-threaded.c: Delete temporary file
  - Delete temporary files in support_subprocess
  - nptl: Fix SYSCALL_CANCEL for return values larger than INT_MAX (BZ 33245)
* Fri Aug 01 2025 Florian Weimer <fweimer@redhat.com> - 2.42-2
  - Auto-sync with upstream branch release/2.42/master,
    commit 5e298d2d937b6da06500478be956abeb24357e05:
  - elf: Handle ld.so with LOAD segment gaps in _dl_find_object (bug 31943)
  - elf: Extract rtld_setup_phdr function from dl_main
  - stdlib: resolve a double lock init issue after fork [BZ #32994]
* Wed Jul 30 2025 Florian Weimer <fweimer@redhat.com> - 2.42-1
  - Drop 0001-Revert-Linux-Keep-termios-ioctl-constants-strictly-i.patch,
    merged upstream.
  - Auto-sync with upstream branch release/2.42/master,
    commit bc13db73937730401d592b33092db6df806d193e:
  - inet-fortified: fix namespace violation (bug 33227)
  - Bump version number to 2.42
  - math: Update auto-libm-tests-in with ldbl-128ibm compoundn/pown failures
  - INSTALL: Update newest tested binutils version
  - elf: Compile _dl_debug_state separately (bug 33224)
  - sframe: Add support for SFRAME_F_FDE_FUNC_START_PCREL flag
  - Disable SFrame support by default
  - math: xfail some pown and compoundn tests for ibm128-libgcc
  - posix: Fix double-free after allocation failure in regcomp (bug 33185)
  - Revert "Linux: Keep termios ioctl constants strictly internal"
  - termios: manual: document the SPEED_MAX and BAUD_MAX constants
  - termios: SPEED_MAX and BAUD_MAX constants
  - termios: move the baud_t interface from __USE_MISC to __USE_GNU
  - termios: manual: improve the explanation of various tty concepts
  - termios: manual: remove duplicate cfgetospeed() definition
  - termios: manual: fix typo: tcsettattr -> tcsetattr
  - elf: Initialize GLRO (dl_read_only_area) after static dlopen (bug 33139)
  - x86-64: Properly compile ISA optimized modf and modff
  - x86-64: Compile ISA versions of modf/modff with -fno-stack-protector
  - iconv: iconv -o should not create executable files (bug 33164)
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.41.9000-24
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Fri Jul 18 2025 Adam Williamson <awilliam@redhat.com> - 2.41.9000-23
  - Revert "Linux: Keep termios ioctl constants strictly internal" to fix wine build
* Fri Jul 18 2025 Arjun Shankar <arjun@redhat.com> - 2.41.9000-22
  - Build without SFrame stack trace format information
* Thu Jul 17 2025 Arjun Shankar <arjun@redhat.com> - 2.41.9000-21
  - Auto-sync with upstream branch master,
    commit 0263528f8dd60cf58976e2d516b7c9edb16ae6f8:
  - malloc: fix definition for MAX_TCACHE_SMALL_SIZE
  - SFrame: Add tests that uses DWARF backtracer
  - configure: Add --enable-sframe option
  - elf: Add SFrame stack tracing
  - aarch64: Add SFrame support for aarch64 architecture
  - x86: Add SFrame support for x86 architecture
  - elf: Add SFrame support to _dl_find_object function
  - x86_64: Optimize modf/modff for x86_64-v2
  - Linux: Keep termios ioctl constants strictly internal
  - termios: Move isatty, __isatty_nostatus from io
  - termios: Reflow and sort Makefile
  - Remove termios2 ioctl defintions from public headers
  - elf: Remove now pointless empty ld.so.conf files in single tests
  - support: Always run ldconfig in containered tests
  - Makefile: Add ld.so.conf with libgcc dir to testroot.pristine
  - Makeconfig: Add libgcc directory to rtld-prefix search path
  - Mark support for lock elision as deprecated.
  - x86: Avoid vector/r16-r31 registers and memcpy/memset in mcount_internal
  - fstat: add test and documentation for an edge case.
  - fstatat: extend tests and documentation
  - elf: Restore support for _r_debug interpositions and copy relocations
  - elf: Introduce _dl_debug_change_state
  - elf: Introduce separate _r_debug_array variable
  - manual: Remove '.info' suffix in manual names passed to @ref [BZ #32962].
  - elf: Add DL_ADDRESS_WITHOUT_RELOC [BZ #33088]
  - stdlib: Fix __libc_message_impl iovec size (BZ 32947)
  - AArch64: Avoid memset ifunc in cpu-features.c [BZ #33112]
  - malloc: Cleanup tcache_init()
  - malloc: replace instances of __builtin_expect with __glibc_unlikely
  - malloc: refactored aligned_OK and misaligned_chunk
  - elf: Add missing DSO dependencies for tst-rtld-no-malloc-{audit,preload}
  - powerpc: Remove modf optimization
  - powerpc: Remove modff optimization
  - manual: Add missing free to open_memstream example [BZ #27866]
  - Linux: Convert '__close_nocancel_nostatus' to a standalone handler
  - Linux: Fix '__close_nocancel_nostatus' clobbering 'errno' [BZ #33035]
  - inet: Implement inet_ntoa on top of inet_ntop
  - resolv: Optimize inet_ntop
  - resolve: Proper indent resolv/inet_ntop.c
  - benchtests: Add IPv6 inet_ntop benchmark
  - benchtests: Add IPv4 inet_ntop benchmark
  - posix: Fix fnmatch build with gcc-16
  - powerpc: use .machine power10 in POWER10 assembler sources
* 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

Files

/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/ea8142e2841bc003ad4866bef413270945ac47
/usr/lib/.build-id/01
/usr/lib/.build-id/01/6528b953eba914da96271d594f065a1a9c5519
/usr/lib/.build-id/01/9c5704538f68e106ea0fd77bbf0a8c67ff1ade
/usr/lib/.build-id/01/baf860448177f330113e34774d3d64e6bbb705
/usr/lib/.build-id/02/39728a88407b715ffe88b0efeab3b77bf07a24
/usr/lib/.build-id/03
/usr/lib/.build-id/03/142ac3ef18638dea1da8b80de42717b312522d
/usr/lib/.build-id/03/5a55a5dc2226fd0fcdb048db0bbfcbbd143c00
/usr/lib/.build-id/04/3f30ef1ff2c3c4859073f1183cd511e4b376e1
/usr/lib/.build-id/04/88c9a98bdb8f39d32edfc296f5012ea8280383
/usr/lib/.build-id/05/bf0ac7a2e6402940b83e00001fca300b85f8e2
/usr/lib/.build-id/06
/usr/lib/.build-id/06/bcb0cf7f33c404cced0ab1b7f53b05a9eae0d6
/usr/lib/.build-id/06/fa2e41542c4668e06cccf61845195bb0e9778a
/usr/lib/.build-id/07
/usr/lib/.build-id/07/1933599cb85f9af693e7c2c918bbe209c2ce35
/usr/lib/.build-id/07/402c6498717cd912dadb13581d32c88d37fd63
/usr/lib/.build-id/07/8e90b14d3d292f5126858c7d6ceb551dedfc30
/usr/lib/.build-id/07/dab4baef8640fcd5ff9746af15ec4b3a4cf85f
/usr/lib/.build-id/09/504278bc44642a27a9cacc81d26d2074d0876d
/usr/lib/.build-id/09/ae2793d999ea6d8715acdab730c3106d42dda7
/usr/lib/.build-id/09/b7080b75886c3c5291240db4fb25f1665da233
/usr/lib/.build-id/09/c5b2663485b4925c31a2f26b10108c4c96b626
/usr/lib/.build-id/0a/80a826bb4c14eb63fb711214f0b87337276ad7
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/2848e5a59061164a1e406f64f300618bd67b33
/usr/lib/.build-id/0b/2cee10792bdd07500c023b7bbe22947631c523
/usr/lib/.build-id/0b/35c297247923684d725519f9a41cac277e85d2
/usr/lib/.build-id/0b/49bb7c58a007a5bbc01c884ba467c8d11c355b
/usr/lib/.build-id/0b/519cb1cc13761dbf552879cd760fc2c484fc80
/usr/lib/.build-id/0b/81b9fec1bb7cbea514010336569b8a99a72533
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/f45b8316d25fdef443dcae08e781f60fbcca22
/usr/lib/.build-id/0e/1db5aab36bd45fde91b6160d64cbe8139de1f1
/usr/lib/.build-id/0e/a675f42fe438d284b008647ab115e5828b9794
/usr/lib/.build-id/0f/535d2ea80c4936d7d3a3d8c5ca9b122b3d63fe
/usr/lib/.build-id/10
/usr/lib/.build-id/10/1c3a0e628c25c0a94b5ce76c0890882984170f
/usr/lib/.build-id/10/49daea2766f84be2fe0de2b41036a2c7225aef
/usr/lib/.build-id/10/6d5a31c09d900087ab6671106791d3b2d77c5b
/usr/lib/.build-id/10/7b06fa98cd86f643a2fcc8655a6ded5ac98c7d
/usr/lib/.build-id/10/ae9540a246b66c4460e32a09b81c75624bd2e5
/usr/lib/.build-id/10/c6a776098811c0034cf84f6c1c9583baa814fa
/usr/lib/.build-id/12
/usr/lib/.build-id/12/5f9f6559f3dcb83d625c550388b4441b3d5a61
/usr/lib/.build-id/13/30723194edb8b86b4177ea7083aff51378cd01
/usr/lib/.build-id/13/49050d350eaf407607fe2d3027ab804477502d
/usr/lib/.build-id/13/6a1da7b4427bd61cf24cb6f7c53fd51af54647
/usr/lib/.build-id/13/9cfdf9fa3d70451a3bb3d3c845784704433d11
/usr/lib/.build-id/14/7377a6e5162e2355bd58d7ec65ac4fed40bbb8
/usr/lib/.build-id/14/b2c232ecbe1eac570ae05259c40d5535d639d5
/usr/lib/.build-id/14/cf78255a4008e625104c8a5bf4f62a54846d39
/usr/lib/.build-id/15
/usr/lib/.build-id/15/b068ec42ceda6fdd216d496e944b049c2318a3
/usr/lib/.build-id/16
/usr/lib/.build-id/16/b23a4d1c6dda31409ff4e1592eb97f3888f803
/usr/lib/.build-id/17
/usr/lib/.build-id/17/2f21d13acd5ebd8bce3928d46ddb624fb34d57
/usr/lib/.build-id/17/3ef0a2f5bab12195fe3885826438cc11e9ea6a
/usr/lib/.build-id/18/35368046740e4b0277f232a2819c7adfd71302
/usr/lib/.build-id/18/88ee7d0664e8914db634ae6ba8148cdabd4414
/usr/lib/.build-id/18/a78def8ef4e5b9558c3c64645482cee7f4a4c9
/usr/lib/.build-id/18/c904530e36e5f1f3ab48f3411efb5ae9b007c8
/usr/lib/.build-id/19
/usr/lib/.build-id/19/75a6b1ca9cae9ee706893985793f77cd388149
/usr/lib/.build-id/19/844dd8f4906e8e4c0bec7999a84e8299124788
/usr/lib/.build-id/19/85e9f19afd230bb04241f8a25cbfc49d7c1902
/usr/lib/.build-id/19/aca7cc5e4a81be1208eeff89f7bb673541ec87
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/948547729f21cc55e965bcf88909b485aa9294
/usr/lib/.build-id/1a/b585cbbaffbe59ea4d5f39ec41a41bf0680f7d
/usr/lib/.build-id/1a/defe8d11e867445a33e0cd9835b0da1d6abbf5
/usr/lib/.build-id/1b/0032403dd2d947085ff7824467e6d334ca28f1
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/33b19daa0b04fb4af56123b3553ac3a6413bee
/usr/lib/.build-id/1d/4fa1c7c712bfb29d29c60f39705f1b69285a3e
/usr/lib/.build-id/1d/964b4b0f4d9adaa7a4176157fb5639758fee8b
/usr/lib/.build-id/1e/0a1c8cd0b44b0fafe876c76020a510b56533df
/usr/lib/.build-id/1e/4fa6d69f31d02c6af33a1fec31731ecfd6e3d1
/usr/lib/.build-id/1f/97505441278e2e562924f383920597c4f4eb74
/usr/lib/.build-id/1f/a3e6bae7a51a6ca98bb4646899e90f5bc71dd6
/usr/lib/.build-id/20/db46a55317cbd37c307971628547049a6b2c37
/usr/lib/.build-id/21/d77e38ad418dd0402c2447bfad55e23ec28e97
/usr/lib/.build-id/25/29ece2cb6124938e9a74bcc62420f5fdce1552
/usr/lib/.build-id/25/513ff7f95381a156829cd63589e9563ee53402
/usr/lib/.build-id/25/6cd67be4028e95bc0b48d6afec0e9244c341ae
/usr/lib/.build-id/25/99884e1fe89d54c1e15c504df20558cccb04c8
/usr/lib/.build-id/26/025db8451f7139bb18287fa67103c698490efd
/usr/lib/.build-id/26/a97f9c358d1f06b3e4a53d4297b443144acdad
/usr/lib/.build-id/27/37a2d7851e53cf8820c8c098959e66ec8c86fb
/usr/lib/.build-id/27/5579ddd123053bcfa9824ca10eeb3fd3d02885
/usr/lib/.build-id/28
/usr/lib/.build-id/28/36a7b4c6ae5816be1c440297d21a0173435bb4
/usr/lib/.build-id/29
/usr/lib/.build-id/29/296e113e284fdc98c24658bf90c05e40e51431
/usr/lib/.build-id/29/387a0a7a776bdf4c0f42e7b2728e8c462cbbba
/usr/lib/.build-id/2e/b8154c84414d6707035eb981eabd3f61e73d70
/usr/lib/.build-id/2e/d9afb0ffaa4fdc1f006962f22721519b73991c
/usr/lib/.build-id/2f/250d1c03ecfe503e87b80ff9b07568976f8a00
/usr/lib/.build-id/2f/281df2cd80ab6b07d46897eec7cbe9859a2287
/usr/lib/.build-id/2f/3eb7cf3e4b0daa52f20175df1aa18f5d19f599
/usr/lib/.build-id/2f/5e43f34ec61e37a30d76f2f30c06b092bd1de1
/usr/lib/.build-id/2f/5eaf3d687db802d569fcd346c050ec0921654a
/usr/lib/.build-id/2f/6c870df825df013c852c45d7cbc04770e48cd7
/usr/lib/.build-id/2f/796f54affeb18db307e3dfdf4742431200ad18
/usr/lib/.build-id/31/0fec1e965746514bb09f4c606ab00e83dfbfa2
/usr/lib/.build-id/31/15602cde394dafd438b1e30416857898c34134
/usr/lib/.build-id/31/b29880f27e3706249f7aeb21d3eb7e14c29d7b
/usr/lib/.build-id/31/e326b0904c6a0aaeafe3c581c2d20b9e425451
/usr/lib/.build-id/32/572ecc45a4d574fbaf9577c0957e211dd84728
/usr/lib/.build-id/33/10804d512ac73a05eef914a278f94783d8fca8
/usr/lib/.build-id/33/3074927e802d4b551af4786503aab43efb467d
/usr/lib/.build-id/34/875d7e10057e5470fdd2a4ce50ab6e7975f036
/usr/lib/.build-id/35/5808a908c21acfd3206dce1365d636b536da59
/usr/lib/.build-id/35/cebc7c165a162ae6f7b8b7219807947aafc862
/usr/lib/.build-id/36/c5853117605744b1af0f5e5a28a6314452df4f
/usr/lib/.build-id/36/f9f104d25e181d5d3d8838c1e5a30f39b96649
/usr/lib/.build-id/37/7a2e82afa30d62247e9d0d40090732cbd1711b
/usr/lib/.build-id/37/e8a902ed59f9b1444452feaa77ad73c4e310b1
/usr/lib/.build-id/37/eaf8305f9535c630e0a18364a12eeb194f1326
/usr/lib/.build-id/38/ac9421daa16380f2ed361f88f8d789389167e8
/usr/lib/.build-id/38/f1726ca1d6877ca3d93f34f284b26ec228f9ea
/usr/lib/.build-id/39/18e53247171d7c0de60242e9efb1d2ed3e1d77
/usr/lib/.build-id/39/688393edf764e61178cd2dfcffd951b01bc502
/usr/lib/.build-id/3a/dc6e5a3b004111320d791afd8d686734779484
/usr/lib/.build-id/3b/83781ac0edea5cc8b819f77c8deb998dc8d3a1
/usr/lib/.build-id/3b/fcfb5dae37779c2e2ee6e1171a969c88c5f716
/usr/lib/.build-id/3c/49efd49ee2f926ebe4b474b357c1b6f4a8a33f
/usr/lib/.build-id/3c/a1af1202d4ba395ca92574160c8f21989fe7da
/usr/lib/.build-id/3d/3cc4da39cf9ca3719d0add2d3b513b7919e4ad
/usr/lib/.build-id/3d/d4de8603f28d2791995e25c8d217ec5ddc7981
/usr/lib/.build-id/3d/ef088049fe583546270c7d32604157f6696df5
/usr/lib/.build-id/3e/00fbfbed735c04afbdbf5ef508765d1d423273
/usr/lib/.build-id/3e/89a07c3144fb55b327055d5837aebc3ad24d02
/usr/lib/.build-id/3f/8257ff0c92e570d5b4c6a00162a02e23decc1a
/usr/lib/.build-id/3f/882bbd16910a1934658290f89d427d9a1c3379
/usr/lib/.build-id/3f/d609552491144dffae5c1d1d02771041557fca
/usr/lib/.build-id/42/9f915bb38493308cf25ce12d155a608f1a3ee5
/usr/lib/.build-id/42/cf102d68f3c852a2f39ddf3ff994bc53ed5dba
/usr/lib/.build-id/44/727a8b56eb72dc5e62890b2fffcb3e95393eb9
/usr/lib/.build-id/44/973ecbb239f17d45f92ce6aeb71a661fca45f4
/usr/lib/.build-id/44/9e58f21e62f65010568d469becce4933a4dafd
/usr/lib/.build-id/44/b325bdb7aab3dbfa847599948e9be2f4162218
/usr/lib/.build-id/45/9485177f1ed244c893d4e736a6f0485f9274ce
/usr/lib/.build-id/45/985dc703fbd1c0c447e686d9da5e7d62aa321c
/usr/lib/.build-id/46/83f7480ca54702cc63ae6938c7c8cf440803f2
/usr/lib/.build-id/46/f3cfbba05478f3116e40e9f9780bfaa1116d40
/usr/lib/.build-id/47/d2c74d030c9278c61117a1a437027783d22b51
/usr/lib/.build-id/47/f3709eb10895d5cde24cec24e20019d23a466c
/usr/lib/.build-id/48/1abcba5196111b50db18de06d7b29a9b309140
/usr/lib/.build-id/49/4f3f83e2d029f2c8e60ac24ccc33a06fd12679
/usr/lib/.build-id/49/93499d9a6f6e997b2cddb641521fce46dd7077
/usr/lib/.build-id/49/c7c684006c0fb4fe1df0ed1c3f041c79402ddd
/usr/lib/.build-id/4a/92a680e515318e363ebee86b02eb44a58146fe
/usr/lib/.build-id/4a/e956a7fed791878ee7a09249a9bfb367e0298d
/usr/lib/.build-id/4b/e608681059233cd599e211c0df157fcd54a8de
/usr/lib/.build-id/4c/2e105e602b9ac4f4a2aea4d6caf12689fa9c58
/usr/lib/.build-id/4c/55aa5ab3ab435db663d82301dfa85c995f74a9
/usr/lib/.build-id/4c/ad9921123b052b27a95a7e97554f1344c33899
/usr/lib/.build-id/4c/bcc916bbeacd09f9055b5f75ff5fa15756c87d
/usr/lib/.build-id/4c/f3e50492b3f09775722a31e925b554a59e39f1
/usr/lib/.build-id/4d/041dd3ee1ebc3959ee4dc89d7d3429d5eb03b5
/usr/lib/.build-id/4e/38d0fc55f482e1ea0c23030542973c0aa0a13f
/usr/lib/.build-id/4e/65765d772f39a5efe19829c65a85c46bae17eb
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/4dbee7a5dd87c1a9f6b61c7d28012755e45146
/usr/lib/.build-id/4f/e235e018789d699760fbc5b893e77511e713e5
/usr/lib/.build-id/4f/fae8e5a481549eea8a6737bddb5417b43367a1
/usr/lib/.build-id/50/8d3c94b72c9d414c7714f7de865001077b5089
/usr/lib/.build-id/50/c8bb08b4f1650372a1a658685bc90414fe7f7e
/usr/lib/.build-id/51/e5ff8ba54e0675a56bb75f0804d9dec52453ec
/usr/lib/.build-id/52/8dfe83668fb9d141c90037a4ceec25c01cd8ee
/usr/lib/.build-id/52/d35b13cdd616c807738aec9d86245eb94682cd
/usr/lib/.build-id/52/eda216b69d79d81c3998d6aa11cecfe46f2170
/usr/lib/.build-id/52/fb0b014d4b21113cb225f2b6b83b01d7b3e1dc
/usr/lib/.build-id/55
/usr/lib/.build-id/55/ca9aebdf17918c5ae9cf3c9bf08d60f0871b5c
/usr/lib/.build-id/56/3b0d148fe59e3a1cda1f4bd6e9b9d517f02473
/usr/lib/.build-id/56/97aa4ddc77704ab5f40bcfe6417dd7f656ddd1
/usr/lib/.build-id/57
/usr/lib/.build-id/57/b233d38abb04222dac65319f0f69968503083a
/usr/lib/.build-id/58
/usr/lib/.build-id/58/2622155c0e82a8020bd0f69484c8680333ca25
/usr/lib/.build-id/59/49533733e6f94118164ce4b1c4a89b853727d6
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/7f2a8baeaf43eaf69a075d86ca01a2649f649c
/usr/lib/.build-id/5a/8a03084f098857f0c527c7aa449e0137e9dad2
/usr/lib/.build-id/5b/548c84e1cc2d02e55d84c89747cbeb91912ed1
/usr/lib/.build-id/5b/8652bb7b51f5a1d2c380b561a15a428dcdd181
/usr/lib/.build-id/5b/9a1fede8bdb905d3eac76dda15e390bf899f60
/usr/lib/.build-id/5c/0b754d3a4f505d83e33488d2c9867da8a93dca
/usr/lib/.build-id/5c/83708a4178be9a812c8002196a09d1f222f152
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/452c455069a0ae4e3b4527b6ba5908b3abdc18
/usr/lib/.build-id/5d/78aebf564bad159919bfea5f0f2fe41e8cc328
/usr/lib/.build-id/5d/7e2739fcbb5cc74a30bbb3f0f1b01644c66ee6
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/8ca5bbe32ac0f4e874c322ec8b5d7879676dce
/usr/lib/.build-id/60/c32edbae2d8fd69f4a16bd4baa414528f30a28
/usr/lib/.build-id/61
/usr/lib/.build-id/61/a43ba553d4f0870b347e71ce8c5a3373160bf0
/usr/lib/.build-id/61/bdeff29ee9714746595d141eb5c7009ccb66bd
/usr/lib/.build-id/62
/usr/lib/.build-id/62/618d61639702f67a299a318ce59c4b84d5f18e
/usr/lib/.build-id/63
/usr/lib/.build-id/63/2725ac01cc97810527a736338fb9189e760bfe
/usr/lib/.build-id/63/7532bb1c7e19fd010996212ce8b6fc810a21c7
/usr/lib/.build-id/63/bca84f25c75f6afab934a67ed3c93e8d6cb25a
/usr/lib/.build-id/64/f68ace807a9f44aa5808346200c4985afc4a54
/usr/lib/.build-id/65/0102921713ee30b3df161188d91e7a831780b0
/usr/lib/.build-id/65/1bceca2351c5fcc6fcdcf969036c3c687a1daf
/usr/lib/.build-id/66/1f62244d137c64557853b47884193b0980efdf
/usr/lib/.build-id/66/60e2feab85958671d71f29769adcc52ed9a3f0
/usr/lib/.build-id/66/9d569a967b93b8844a4bb27b0bffe9a7b30fd7
/usr/lib/.build-id/66/c6bbeb2741796a99f8d9218e38cda32c300cc6
/usr/lib/.build-id/67/0b6efa3c697287bfafbe3d708f0861a623d220
/usr/lib/.build-id/67/18db5271793a738dfb0e6f4a58d0db7ed204b2
/usr/lib/.build-id/69
/usr/lib/.build-id/69/6e90b276c8b009fdd73c8c078d8e0aa986b8cf
/usr/lib/.build-id/69/b94bc56be64676ea238734ac85366d7550aca1
/usr/lib/.build-id/6a/6862abcc6aa57a51bac17aede8e1ff5f8de6c3
/usr/lib/.build-id/6a/e0fa0684256b6b222a1e1538cd4a4a91f91152
/usr/lib/.build-id/6b/3cc0a8016d0141b911f2c44bb7b4151fdf7df4
/usr/lib/.build-id/6b/9180433dc2f72991714f04f2130a42aeaa95ef
/usr/lib/.build-id/6c/327d3f11029763481caafd2366b5feea9911cf
/usr/lib/.build-id/6c/55e02a3200cc46e4b1d4ac4af695fcedb5ac40
/usr/lib/.build-id/6c/92e2e8cd3626797889c741753c516b86012dc3
/usr/lib/.build-id/6c/d157e879b4a43b587b4f094f07e9d712e6221a
/usr/lib/.build-id/6d/26a48364f0fe1aa16728702ae4f17c74acd3b9
/usr/lib/.build-id/6d/4baf200ae1f97d0fb087352bd1a8066520d50e
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/9a14bc963f73167caf6987d53c493528530534
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/3e177f2fe36cf3d78b9a1442ad8727c2d0b314
/usr/lib/.build-id/6f/bd44080cb480297e7a0243827d7b6eba6c4400
/usr/lib/.build-id/70/376cadce4d35e6918558b703896f21bb4ee072
/usr/lib/.build-id/71/731b6299201fa6429a512701335fde47c0966b
/usr/lib/.build-id/72/2936aa2fb7feb711482573593c910963843fee
/usr/lib/.build-id/72/9474ebb033b8300b94a5c3f3235b04b97c1782
/usr/lib/.build-id/72/98fa3a48805213902de69f4fdd70d5cd3abbc7
/usr/lib/.build-id/72/a73658bf54c45735b39eec38f0fbf044361038
/usr/lib/.build-id/73/4349191416c0f791f80b980d8d614d0c70cd65
/usr/lib/.build-id/73/a1202cbe12e10f8f6efd0ef2fda46df1f46a8a
/usr/lib/.build-id/74/a462806dc657531cbd4da8e38763d89f7b061b
/usr/lib/.build-id/74/fea6e6ea26292e88e227d64032bf5203f0a9b1
/usr/lib/.build-id/75
/usr/lib/.build-id/75/4ef9b97bd994d3c44c0e7145b74ab07366956e
/usr/lib/.build-id/75/5000884a998eba4e6e8e4138b80cced8c34157
/usr/lib/.build-id/75/67bd47c39fb566644f39fe62940d5641aac910
/usr/lib/.build-id/75/dc75b323bac0e2e9c62cdbfe80372d55f06c6e
/usr/lib/.build-id/76
/usr/lib/.build-id/76/0a7cd5eaa39ea54e0ad905753ae512bfcf2de7
/usr/lib/.build-id/76/4731458c2e3c77bdd53ce696cd25dbae28f0f8
/usr/lib/.build-id/77
/usr/lib/.build-id/77/3bcd4f411fb8d63de2e5238b2dd0d43cd94caa
/usr/lib/.build-id/77/7dc6bb097b5e792a3059f87a72a1fe556eb401
/usr/lib/.build-id/77/8f450496682e3a9a9ce8c67e2778600efe373e
/usr/lib/.build-id/77/ac176f28b8cbf7ee1db411fe985e55bedf560d
/usr/lib/.build-id/78/933fb46d729cdad049450850426aaf265550d5
/usr/lib/.build-id/79/62e250310a95876953d0e8cbb64183e4d385b2
/usr/lib/.build-id/79/cb1433d95e0d0d9c0e57a869df5d5d77e83cff
/usr/lib/.build-id/79/e7d1636326ea1a12ee0b4f5d611f6327e30d48
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/2ade055c13385295bfd075228810c6ca88f7de
/usr/lib/.build-id/7a/47e339450381cfc0882a865d53f7127347e87d
/usr/lib/.build-id/7a/acf9d99844fedd9fe293bab51a5b5a4cf32d25
/usr/lib/.build-id/7b/542eb2fa856e409087c0ccc412d24bc5f7e512
/usr/lib/.build-id/7c/0e6e8c3d0a72ec456163f00d4220c65ca1ec64
/usr/lib/.build-id/7c/56d567578ce2b4047cac5e08e5374d0c0aee03
/usr/lib/.build-id/7c/836cce60faa8c5b2f9ea0277b96ebb14457087
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/d46fb656e92d82570af292b5668a5c83ae4f12
/usr/lib/.build-id/7d/ee962dca489f336ed40e7a43c349ee9d4d4fca
/usr/lib/.build-id/7e/8ffec099b2675834326c3904834e89b363e89a
/usr/lib/.build-id/7f/14516ced6f6b4d49951ae4a4c24da875991291
/usr/lib/.build-id/80/0235a800d19de7e6073b42fce0e2fc93446899
/usr/lib/.build-id/81/7f020d224d9c61df94d261b4ca82e8ce27b13d
/usr/lib/.build-id/81/8dc0ab9efee90cb12f3e3f0bf78a2a34b7dc77
/usr/lib/.build-id/81/fe58df409f60c5a088710a59bc6640de7c046e
/usr/lib/.build-id/82/b38776a40bd33b4d9226bb190829a2571f07d6
/usr/lib/.build-id/82/e6b13ed241dac17c01ce3a4134c018595c1148
/usr/lib/.build-id/83/5061ee6c85bea2112fe422130f344897035aa4
/usr/lib/.build-id/83/886a91bd373dda5e7191fd79c9d84c52f98b7c
/usr/lib/.build-id/85
/usr/lib/.build-id/85/5f5480dde4bf8f8daf7d6dc46df4c26f2abf8b
/usr/lib/.build-id/85/84b11dc977075cd6c61761cce5791612822d9e
/usr/lib/.build-id/85/9af6354bdb8ad5c604fed4a3f7e55e983c6b32
/usr/lib/.build-id/85/f205790a06672e05a591b5eff98a5751810cbc
/usr/lib/.build-id/86/5edb344b86b663b97a613fd215e6660fa3bb60
/usr/lib/.build-id/87/3344bf53b9235e0ce298010ec783f33f68c523
/usr/lib/.build-id/88
/usr/lib/.build-id/88/149456416b5aefdd254eb8ad54c5412ac7b8b6
/usr/lib/.build-id/88/68c0066ddb9ae0e6a8ff8bcbe465456502095c
/usr/lib/.build-id/89/0a0bb5f27940726a96243e797ec08bc495441d
/usr/lib/.build-id/89/1b984a28f7602e486a8beaeb33c879b8bc9dcc
/usr/lib/.build-id/89/bd7a1cdf08248fad570ac1a863786ee59f90f3
/usr/lib/.build-id/8a/26f7f72cec511b1acc1e81b840f56f02e8ddd0
/usr/lib/.build-id/8a/ebdb068d1d8b8a908e5f218d8c48379360e515
/usr/lib/.build-id/8c/52572305c31141a676c23e8ceee45427808400
/usr/lib/.build-id/8e/545b3d2f2f9acc97ff1adc18aa1e8d4d62eefb
/usr/lib/.build-id/90/9df498ef6e7cdfa909cf07239b93e9e82637c5
/usr/lib/.build-id/91/039db5884e6a7edb2933eaa8524f28655ac160
/usr/lib/.build-id/91/0ce1be6f393c1b6f0f8caa351394663e2db500
/usr/lib/.build-id/91/1f1b2cefcec859b51ee690404b258f35848a86
/usr/lib/.build-id/91/568de679b7684df130a2683cad89c42a07f282
/usr/lib/.build-id/92
/usr/lib/.build-id/92/0d4cc4789d54c8e0ab99f3bb39bc4ad156329f
/usr/lib/.build-id/92/27a515223cf804e5c06231666d0a8c1077e810
/usr/lib/.build-id/92/37715fabbbf5fbed6c7ca28b078008612c790f
/usr/lib/.build-id/92/9dfe1da942d68dfca6e72756de20143f242696
/usr/lib/.build-id/93
/usr/lib/.build-id/93/1f76ed2bf165c32effa704782c8acb1595d107
/usr/lib/.build-id/93/32bfb44ad2369096f13d2f1bfb702b9055f6da
/usr/lib/.build-id/93/b57f0c8b601158667a0cf3e5efbbd9a847d2e2
/usr/lib/.build-id/93/e359dfa48df7c59e5eb81964f166eb11d8a61d
/usr/lib/.build-id/94
/usr/lib/.build-id/94/5d2a48d632bee1387e5fc9974fad321d9f1e53
/usr/lib/.build-id/94/8de1fef8aa869b7f14d15e417998777af3db53
/usr/lib/.build-id/94/fae081bd6b6cbb2e2202c1e4accac5050d5773
/usr/lib/.build-id/95
/usr/lib/.build-id/95/0a81c135faeb5a815dc8b4f477faff67a7b66c
/usr/lib/.build-id/95/0e4e57be5e33ed01ce1047a5776546a9d789d7
/usr/lib/.build-id/95/48ef63a6735c138f7e5e238982c0de2f1158b6
/usr/lib/.build-id/95/d531295816920de0c277bc570f00fe87dccd9c
/usr/lib/.build-id/96/50da2358cd161e047025d316b9c7550e728966
/usr/lib/.build-id/96/b1247c3c482a8ca6a371d35221fe75b3e379ae
/usr/lib/.build-id/96/e984ce6fb315b32ce86ba636e5a34bc01a2f59
/usr/lib/.build-id/97/5aeeb5b34b112004db2437d02879a2f2b30688
/usr/lib/.build-id/97/8c189dcd643afb932cfa17b367b8a26c686ce7
/usr/lib/.build-id/97/e5e8ee187243d1fa95d8f3e0a385948e5a6560
/usr/lib/.build-id/98/12cf5fbbe15e30927d882dd68f29fe13e30e79
/usr/lib/.build-id/98/7e5b7781bdc11e5381c215a03c1350ed8c4aaa
/usr/lib/.build-id/98/a491bd71c2368ff6318d27ae030e191d348fad
/usr/lib/.build-id/98/ce0536f0bd12212635fc9d611cec5d6edb1cdd
/usr/lib/.build-id/99/2b2d0b360523d2a73c194e749dccd0767c1b5b
/usr/lib/.build-id/99/e41ffa59405a1a3a63c38ddccf7461ec7d0f7e
/usr/lib/.build-id/99/f949e77cfdc4598975a519fc043dd480c81dfd
/usr/lib/.build-id/9a/1feca3c83b512b8603d5aaada667800f694ca4
/usr/lib/.build-id/9a/89db3b7bd9d98746f68a97abeb4c33c18890b9
/usr/lib/.build-id/9a/c8a6ee33857db13e92c84c2f793ffa4bb2d9e5
/usr/lib/.build-id/9c/d33a6439ee554accfc78f5e4db0613aeaefab4
/usr/lib/.build-id/9d/27b061b88151a67a70e1555512a39c9c0fca22
/usr/lib/.build-id/9e/7a0b9a81a42bbec855182b41aaebfe76e1b505
/usr/lib/.build-id/9f/963f7fc90bdb28ccf49375c173c6902172ec71
/usr/lib/.build-id/9f/a8d483fa6012b983f7e49c84401653fb5139a6
/usr/lib/.build-id/a0/0cc5d9e5fe4eb80b07c8e06e16d75d834a98c4
/usr/lib/.build-id/a0/125bc4773379c239c5fef7d7e07c9cb55fde5d
/usr/lib/.build-id/a0/89d7ff6e95cff1100e5d461a61b5415259aeb6
/usr/lib/.build-id/a0/c0247e642814346cd1a58626412d16b1965aa6
/usr/lib/.build-id/a0/e57f3aa2eef1c7b5591b293da2738b1c7e62ac
/usr/lib/.build-id/a1/1a16847324f0e357463a1b39fa74c0b1ddc053
/usr/lib/.build-id/a1/3d463c8e6510e9ca2a086a67d9b23bc05ca66e
/usr/lib/.build-id/a1/5ff39076ff39b2dc7ab11fc4bb55ca5612b2d0
/usr/lib/.build-id/a1/6313f8d527784f050b93bb242a4a8392a0d0e3
/usr/lib/.build-id/a1/ef7fa79f3b520bdac7806fa7dfd4446612dcea
/usr/lib/.build-id/a1/f1836b3da3440c61de90abc0c69d3801a796e5
/usr/lib/.build-id/a2/085e2480db539505f322d978afeb8ce2ae4ebf
/usr/lib/.build-id/a4/b088e8889f320c70e8d49a9c4a28be1c8114c9
/usr/lib/.build-id/a4/b0a36844111e51156171f27a2a213c6530cf78
/usr/lib/.build-id/a5/2224f2483afa4dba48e2bc3ce7d64c6e805599
/usr/lib/.build-id/a5/8bc4ac92075d6f9b6b9cb764f39da8e2f71a45
/usr/lib/.build-id/a5/b1ac12cf0465d8755758ac1ed02de1e2780716
/usr/lib/.build-id/a6/c32e8ca858741756f5da0c8d2d17eef374c020
/usr/lib/.build-id/a6/d496ca7a0d5f1407c23d5e4347ebe791c3f0fb
/usr/lib/.build-id/a6/e225fa125dd8a68d0e567f1dadce9c88058d4a
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/2ca3df1fa63d34f61d7504036e241cc2c61b71
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/3ccccf1f71526df343daafd37bf0a0798f9466
/usr/lib/.build-id/ab/3f108d796f465cd723c712cd27e47741f3642c
/usr/lib/.build-id/ab/7ee0185a72976ecfa9331661ea426eceadc2c2
/usr/lib/.build-id/ab/98d0b005b965e4afe311840295fc20060c7422
/usr/lib/.build-id/ab/e3ba825523178e88e332fe102c95b14641e6f6
/usr/lib/.build-id/ac/78e2b54ff33c7d6a617ab97da8c10b657d7194
/usr/lib/.build-id/ac/cf95152309988e43aef36f421d2cb00cb34bd4
/usr/lib/.build-id/ad/476ef71dab3f9680cd27ce03bfd551661a4a6e
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/5222875ee506e27d17808b42f104b5346160d4
/usr/lib/.build-id/ae/a0cef97d05b672d43b3f06bc1bc018c9fb803e
/usr/lib/.build-id/ae/a2f73ef018ad19e6310090c1cf68c285dadab0
/usr/lib/.build-id/ae/acb1ab579a8e6265ac1428f5a0467e892814ee
/usr/lib/.build-id/ae/e4d0de8e81d90aeb2343e685d0c93708ac62c1
/usr/lib/.build-id/af/5f587908a4de64841d5aa457343b990c7021ba
/usr/lib/.build-id/af/f3b4594fd21dd9f08652bd71aac6c2e9f20a95
/usr/lib/.build-id/b0/cc2009e09a7760924c64de32f8adbcf642eb7d
/usr/lib/.build-id/b1/000caffef569c2be77c230be43fe4675fd7b94
/usr/lib/.build-id/b1/0a8e0f651e27a5a05dd5ea5a383bce220eddab
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/183ce411eb93db4a9904027f9007f1e5ebf483
/usr/lib/.build-id/b2/6981e896a186ff0994819b419c6ccf14be8366
/usr/lib/.build-id/b2/a20a2b46491879ed1a113303648f159d2d77b7
/usr/lib/.build-id/b3/3e70506d3205665c8ba385fab828e9aae0fa10
/usr/lib/.build-id/b4/038937e8cf5ef3054bc456bffe91403de46b9b
/usr/lib/.build-id/b4/6b90ccb2f06814153895d6b26cdd2706a8a91a
/usr/lib/.build-id/b5/a43b0894fc2ceec409236517cc7e8e341d251e
/usr/lib/.build-id/b5/b0ecfaa2de9d113d97930e65750f755741b97b
/usr/lib/.build-id/b5/e2e93630c4a63e50a127cb99e0ffa0b8de470c
/usr/lib/.build-id/b6/1fa62a7180adab91e039ac51d5706cc3be660e
/usr/lib/.build-id/b6/d90729300a2a2ad76acdbf21ee5e0cfabcbfd1
/usr/lib/.build-id/b7/0320f7e961d203ae9a4027e9eca68c41cfceb4
/usr/lib/.build-id/b7/4148818ad5c2962014e878df2e71c32b05a3ad
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/58e03a731c9579a227dddacb78a1ecc69379aa
/usr/lib/.build-id/b8/87de79c5431906080d03f88c46e6807f78aedc
/usr/lib/.build-id/b8/c29cdf32e2cbdbf7e23c4c355b8e1e3c6db8c3
/usr/lib/.build-id/ba/1cb13a265f50c43437bb65ffa99f1e6253c4b7
/usr/lib/.build-id/bb/26575c852932db4730e155fd821b218135eae2
/usr/lib/.build-id/bb/4176250d1b31e7e4608b18942469fd87f2bf8e
/usr/lib/.build-id/bb/e1a37db644e984168ee2e0c6360a9ccbee5078
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/01c42f4b5d63404f8a731c18f08991a923b0cb
/usr/lib/.build-id/bc/448b06d6b5c0d5f4f9c1d18fb784f75c4360cf
/usr/lib/.build-id/bc/65de139175de35e77f567401e169ac5e51826d
/usr/lib/.build-id/bd/0cac6f9d6e8b8518355083f134325671531c3f
/usr/lib/.build-id/bd/152c2c2bebc97c35db267eab22ca3c1e2ffe9d
/usr/lib/.build-id/be
/usr/lib/.build-id/be/095a147eb8eb91122745d349507dc2547ad4ca
/usr/lib/.build-id/be/7e42b598900ccb762dbce65c480103112b0f13
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/4b039e0383ff698b97661a19507d9ec77b6203
/usr/lib/.build-id/bf/d54519760ede82a64afc3e186a5da0469eaaac
/usr/lib/.build-id/bf/decef5af4190027db459f2c4844dc95421769e
/usr/lib/.build-id/c2/45b811e2cd57554136f18e2367445f57b501df
/usr/lib/.build-id/c2/a73b03d17a1aa416cb898782ae7ef34e3b44b2
/usr/lib/.build-id/c2/bbaee9b60463f545a5f2e21aa4a150824d2e7b
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/2c2f08bd4ae10b16201bd4a81eb2fe007ee872
/usr/lib/.build-id/c3/3876bc0bf0baa77ff8733ab8b914afaafbe449
/usr/lib/.build-id/c3/e5d0d7c498fdf511f6284899649f0612d49ae9
/usr/lib/.build-id/c3/ea85cb6bbda62f15079ac7df60c9515f879d14
/usr/lib/.build-id/c4/491d20650a2fec6058045d06c4881e28bbc386
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/4b2b24db7a6489e144eac5434d1c5989b207a4
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/5176004bb7dd22384294a32bb83a7c8e864c14
/usr/lib/.build-id/c6/839fbcd55e8d4b1387b25e9f42ffe024041a72
/usr/lib/.build-id/c7/9b477d9a47c69560c2f5cace4ce85dbbd29731
/usr/lib/.build-id/c7/9df337553ec12c1d2d8bfde3b4fcf9e7d6bf4b
/usr/lib/.build-id/c7/f937aa6a41eda9f16865e57e0f3af051c69f23
/usr/lib/.build-id/c8
/usr/lib/.build-id/c8/7908b7f7efa425e46093a986e69fd9afd2a769
/usr/lib/.build-id/c8/d0e33692f0a5dc4b399bf7c9c4ed7edeb0f0be
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/51f1a3bcd8f0c909d6b890c309bc111aa5e2ff
/usr/lib/.build-id/c9/64d63b5f59d5704e7e6d53734820cda43d3cf6
/usr/lib/.build-id/c9/edab2d508668d3db138ef63b8087da522925b2
/usr/lib/.build-id/ca/da99d881a1532a90f9dce5d6f6f4085e370ab3
/usr/lib/.build-id/cb
/usr/lib/.build-id/cb/3e8ca52ae00a5756c1a792f5132d837a9897fc
/usr/lib/.build-id/cb/a79049fc9e4532d647591ecca81cd069009827
/usr/lib/.build-id/cb/cad5c408155c1b2fd365d9b4842110bb3bfa07
/usr/lib/.build-id/cb/fd31fe2e63659710bd007394a054c22dfb8ccf
/usr/lib/.build-id/cd/4d10c9c58ae58568c1f271c9288772cd92de7a
/usr/lib/.build-id/cd/74b8b73d9b22475a46155b87144f467f0267b5
/usr/lib/.build-id/cf/02e3954b19d8eab1f1f7a350a529d71c2b89dc
/usr/lib/.build-id/d0/388bd2bb0b55493686bf31902e509afa3b494c
/usr/lib/.build-id/d0/a29bc249a4d69f25beba7f79af263b5bd29f28
/usr/lib/.build-id/d0/d4f2b0b2b9b6a1ff9628913f0c70ae042de339
/usr/lib/.build-id/d1/7cb7ee551e896c2920a5abbe246c90633900d8
/usr/lib/.build-id/d2/3d1f812e9ac363ac9076297924a6ff8cd9befd
/usr/lib/.build-id/d2/7d6eec936626ab7f1717a29e90d0611e54e6c3
/usr/lib/.build-id/d3/b21f134b1edb4d16112ba4247c9b1619c17667
/usr/lib/.build-id/d3/c96c2579d390dbbe7c44e2fdc01e7cefb3b11c
/usr/lib/.build-id/d3/e207b3bd33a141ca143402e291ba3461afabbb
/usr/lib/.build-id/d4
/usr/lib/.build-id/d4/ad2c492a696cce8856c771ef53c6ab087446ef
/usr/lib/.build-id/d6/0118fa5ea2bb9503777c437ba465fa25a769d1
/usr/lib/.build-id/d6/7c4c00fba9e4bc7440d0e9d7c5639e8ba07eac
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/6c8d7049f498c94379ef264470727e0cf9b597
/usr/lib/.build-id/d7/94e3712dcd37a9140a9c4cb82a32c6d393082e
/usr/lib/.build-id/d7/f15782bcee4dd0e99f9a325e19d757308c797d
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/57307db718ae9a17a11d0e5c18cdc6224f4a9b
/usr/lib/.build-id/d9/6ddaea400fb9eb3e5de9de4f5653b1ca352fbf
/usr/lib/.build-id/db
/usr/lib/.build-id/db/0c160960b7918cc210d84130c24997a3f2884a
/usr/lib/.build-id/dc/3e0dbc0200b405670a86d2c9b771a0d6abf45e
/usr/lib/.build-id/dc/45dae4ec300fdc4063a14cbae5c875b24e47f0
/usr/lib/.build-id/dc/5b95aeaf237fc05875bb10271b5c5177193b7c
/usr/lib/.build-id/dd/ebfb0ef8f5fa57365a56a1ad31047d879f6798
/usr/lib/.build-id/de/51172b78214810ec43027f3763256ce1cfa76e
/usr/lib/.build-id/de/58e07b51b5bca5d05ca6d95871b5e3bf3fb68e
/usr/lib/.build-id/df
/usr/lib/.build-id/df/9ee9d75cc20a9f1da8581d25a6962b2913855d
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/0f369134c001034526e05dda0ed316ed2e586f
/usr/lib/.build-id/e1/41ab544157dc3b4a2dc5a0a8b0c077e1f1d751
/usr/lib/.build-id/e1/4805968f8d74998574f726caea8c7ae7e52890
/usr/lib/.build-id/e1/b45774eddeb48d1543fa7ee549194c5acd53f8
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/4ca0e8595307c95ef96c9ff5f194a43b89db70
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/52a8cc6ba28aafecda23bb20d659d93faca737
/usr/lib/.build-id/e5/9da3f437d66c6df16d01051d93f1711ccead22
/usr/lib/.build-id/e5/c2f2cf01f191d4abb5c5ada6f3c550a3d442c7
/usr/lib/.build-id/e6/40d985191975b24f6ad580809cbb7e5018d5ed
/usr/lib/.build-id/e6/76626d1d4c583e3c435ea42043fb4462e77e75
/usr/lib/.build-id/e6/9fd7055395d6f213f29b2712eac52cc349a658
/usr/lib/.build-id/e8
/usr/lib/.build-id/e8/6cba1c73275cc1413f80b1f4ffc60afc3fead5
/usr/lib/.build-id/e8/7176ff2c4b00c36ca6e9a646f41a889c4cc7e5
/usr/lib/.build-id/e9/48a442b57fb3df8b113775b89d0bc144b64fd1
/usr/lib/.build-id/e9/a1cdfbac3672eb654747a5ec4951d8483fa0f1
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/36a9fababae3c1572590821b734ac8274b8515
/usr/lib/.build-id/eb/fa6d9acc2202a4b9d1424bc6dd8143bd716c9b
/usr/lib/.build-id/ec/36ed948cb20ea1d3b02f11ec094b26f6f5758e
/usr/lib/.build-id/ec/52c55faca0242f7f43b0abcd2029234b85a507
/usr/lib/.build-id/ec/d7f04123f001ec582b48e2a09e05028fa10c0a
/usr/lib/.build-id/ec/fa9bb5023076f34814568ce9ad6f0f67d1f501
/usr/lib/.build-id/ef/0f2e1ff345165eab3187d8209defa1e1001fbf
/usr/lib/.build-id/ef/58023843deff93d6634beb00517397a441cb1c
/usr/lib/.build-id/ef/83423d8d5ab7f053747f09aa0f3e3c0ef39801
/usr/lib/.build-id/f0/ee4bd48e128eb980f0777e7c10a70e9268968a
/usr/lib/.build-id/f2/46478c5e3fefbd0f946437051ae04144cd54b5
/usr/lib/.build-id/f2/6d31ad34b0e37f75d80138fce7e19157a93d23
/usr/lib/.build-id/f2/af6c0a9b33762d942f83af0c1a9c97d245e195
/usr/lib/.build-id/f3/09369888771ddf8a9deb1567df55ad0bb7a4c7
/usr/lib/.build-id/f3/29443d5cefe29668440bb6856f0cb02feaed37
/usr/lib/.build-id/f3/513597d8e516760db180cdc4f2038d85889332
/usr/lib/.build-id/f4/233320106f5019cc1701e0cd6eeed06978b4db
/usr/lib/.build-id/f4/8c674a0934e406557f060b27c7cd4a141923dc
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/59e9abeb4d6d66722bef9c6bbf4f43dadb78c9
/usr/lib/.build-id/f5/68db356c79ae140a74b02a50c89364171264d5
/usr/lib/.build-id/f5/94678e8cef2efecd99633d7f11d34d3f4f5b29
/usr/lib/.build-id/f6/563d2fa6a9450c2213be91be9ad3acedfc0896
/usr/lib/.build-id/f6/b16120b3e6edb4e678cd1a9d53a5c1ee6f53fe
/usr/lib/.build-id/f7/6bf6f12a4f7b9458b5b9ab628940920e2abe96
/usr/lib/.build-id/f7/d500121a910357ee10df1c92e2617f9fb5aeed
/usr/lib/.build-id/f8/4a0d1443ec42425280944d3470ca2fd9958a3d
/usr/lib/.build-id/f9/54448f46d80db817b3bc28e52f9e893ef1c292
/usr/lib/.build-id/f9/700a99340723e09836d7f0eb78a7d74a6c04f6
/usr/lib/.build-id/fa/0b3037bd92c0b697cbdbe6d13252ab831b15cb
/usr/lib/.build-id/fa/99c2a6574d51fb0b0cf07fa453724f769328c3
/usr/lib/.build-id/fa/d2fb332f754e8930a790e7f0bb27e51d4874e2
/usr/lib/.build-id/fb/11b34069ddabb2fae265a68cca650b68347024
/usr/lib/.build-id/fb/56f4cf988c4ce3c2e2f45bca538fe37c1e146e
/usr/lib/.build-id/fb/f565428404bc29ea3f36d2ed39dc8ade980cf1
/usr/lib/.build-id/fc/97da767479b9cc8971540334d5560ce50db34d
/usr/lib/.build-id/fc/995fdff1889a46e02e62254abe7576d18c9b70
/usr/lib/.build-id/fc/a829a78d0e0a71d2eebaeb8b79a2bbe621a9d3
/usr/lib/.build-id/fd/137a9f14d3fe2ea842789a8ac2ced2c6680e97
/usr/lib/.build-id/fd/f880e302efbd7f788604b2e5646a72fd38e2e7
/usr/lib/.build-id/fe
/usr/lib/.build-id/fe/3c382c0c55cfd96fd51788b33c7524726ccc89
/usr/lib/.build-id/fe/cda9d58ade7ed8b94cf58f84b4ba3695aec360
/usr/lib/.build-id/ff/8446dc0fd267f40bda18336dfd34778483ed72
/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-acospi
/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-asinpi
/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-atan2pi
/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-atanpi
/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-cbrtl
/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-cospi
/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-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-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-exp10m1
/usr/libexec/glibc-benchtests/bench-exp10m1f
/usr/libexec/glibc-benchtests/bench-exp2
/usr/libexec/glibc-benchtests/bench-exp2f
/usr/libexec/glibc-benchtests/bench-exp2m1
/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-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-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-inet_ntop_ipv4
/usr/libexec/glibc-benchtests/bench-inet_ntop_ipv6
/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-lgammaf_r
/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-log10p1
/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-log2p1
/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-remainder
/usr/libexec/glibc-benchtests/bench-remainderf
/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-rsqrt
/usr/libexec/glibc-benchtests/bench-rsqrtf
/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-sinpi
/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-tanpi
/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, Thu Oct 23 23:17:08 2025