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

glibc-benchtests-2.41.9000-23.fc43 RPM for aarch64

From Fedora Rawhide for aarch64 / g

Name: glibc-benchtests Distribution: Fedora Project
Version: 2.41.9000 Vendor: Fedora Project
Release: 23.fc43 Build date: Sat Jul 19 04:10:06 2025
Group: Unspecified Build host: buildvm-a64-40.rdu3.fedoraproject.org
Size: 26624700 Source RPM: glibc-2.41.9000-23.fc43.src.rpm
Packager: Fedora Project
Url: http://www.gnu.org/software/glibc/
Summary: Benchmarking binaries and scripts for glibc
This package provides built benchmark binaries and scripts to run
microbenchmark tests on the system.

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

* 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/2e9facd30d6e8ee5e3d83490fee79d135fc2ff
/usr/lib/.build-id/00/8f5042164b8ae2b482c27405463c2b0af58421
/usr/lib/.build-id/01/2146d0e36bdb3fba9843946258977a761d0278
/usr/lib/.build-id/02/860f525936eae37766e6920e2d775f0cf0c87f
/usr/lib/.build-id/03/87155d448f46fccb3fc95d24e99eb9f8022f50
/usr/lib/.build-id/04/c25e35639a4de2f276173f21401d4b7cd0c1ed
/usr/lib/.build-id/04/c56c92efb8bcc6015092fd6eb8f65019170a78
/usr/lib/.build-id/05/ac79029babc690798793001431b099a31540c1
/usr/lib/.build-id/06/429a783657f1afc631358a03020dd13a0c74ca
/usr/lib/.build-id/06/8cfd94b54117791556194b191f63b0a1bd3b37
/usr/lib/.build-id/07
/usr/lib/.build-id/07/e96b33b691d03cb24e4b777d7aad13f57136f7
/usr/lib/.build-id/08/abdd20afb83138210facf0bbd2814d5e3a8bde
/usr/lib/.build-id/0a/6e3cd5d21c15d31b795b30210107bc8ffa31b7
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/26e533f1deffbfdf06e8032b52bdf2943b1708
/usr/lib/.build-id/0c/57ecacb8d604b7d492a01f98975ee7b7fd458f
/usr/lib/.build-id/0d/5279ef07998bbd525a2aae966c7eaa4664414e
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/158de51b12aa4b602921da78a6b295cdb099d1
/usr/lib/.build-id/0e/32894ca64518bdb9b834a3f678c4a263e8c8bf
/usr/lib/.build-id/0e/3bd3f0aee13ba8294e0f297e05d52184ca6d20
/usr/lib/.build-id/0e/5043014aa67a4dc16a59e0a5e7fcb0fee07535
/usr/lib/.build-id/0f/8aa79b987dea85ae865930c55572a3d2565256
/usr/lib/.build-id/11
/usr/lib/.build-id/11/a10c6e8b6c8aa46ec6b0e8d314c51eab46242f
/usr/lib/.build-id/13/5aabe09ed61f0d738e6a2c2ebf922359a16f7b
/usr/lib/.build-id/13/c4e0bdc16cb141bbcaf525b4ea1513965447c7
/usr/lib/.build-id/14/4f9228e9494775722fb4d96f85994ebfc940e8
/usr/lib/.build-id/14/8d47f393acec5f0d9e17734a83f6970a04b4d7
/usr/lib/.build-id/14/ac00d3bbd3b56d32511379c746ba13608cbed0
/usr/lib/.build-id/15
/usr/lib/.build-id/15/13d4a7875d6fc018af63a5c7903a2ae15e68b9
/usr/lib/.build-id/15/43b85fcba9815d22daca1f494584dd707613c4
/usr/lib/.build-id/15/71079e26171cb7ceaf287e678dc58a6d30cb05
/usr/lib/.build-id/16/792034549d9aa238f2b9507de51834a604b310
/usr/lib/.build-id/17/51bbd169f142e271d3fbb6b05ed9c1fde6dd8f
/usr/lib/.build-id/18/64bd8a8d1e0f1f5ff80bc12e5b891336d9a5d2
/usr/lib/.build-id/18/f6ec13ccdbc74fd353cef55617ff19054163f4
/usr/lib/.build-id/19
/usr/lib/.build-id/19/65b6c270014a8da0481d680098f9b53828313e
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/ebae5935e8127745065f24e35420a3a73bfacc
/usr/lib/.build-id/1a/f5b3ab103bac2a4be19a1b0e73965862ca37e6
/usr/lib/.build-id/1b/242a9c4333625dfc3eb5efdfdba89a0b1ec6d3
/usr/lib/.build-id/1b/9768f0781a31765dcadc1ae78e620c76d660cb
/usr/lib/.build-id/1b/9ce8b72db7c860697b49d5f9feaa43d32795fb
/usr/lib/.build-id/1b/b661f04724f9be0c213302f682f0b75ebebc26
/usr/lib/.build-id/1c/57c59d5ad31152c98cd4612f3e437897bab63a
/usr/lib/.build-id/1e/3888fcef2c472e20a6ace74564564977034659
/usr/lib/.build-id/1e/679b41255429b34ebcbcd1a91d816358c22b33
/usr/lib/.build-id/21
/usr/lib/.build-id/21/09df9f8289158387ab1a948928a035e4cfccc4
/usr/lib/.build-id/21/1953cded5a6dc8075d4fb869736586a31c0e51
/usr/lib/.build-id/21/a8491b0d96f1aa19f94d4d5a17ad7afe35bd85
/usr/lib/.build-id/22/4de6da60a50c219d713db3762d7e89afc10b22
/usr/lib/.build-id/22/535bc32bdd481bc63ba9dc59e78c17b6086fc1
/usr/lib/.build-id/22/6b6a10c328aea0c66d67330caa2103a108ee7e
/usr/lib/.build-id/22/a8523355f3fc13fb5df5605d4209d4526cd267
/usr/lib/.build-id/22/e69b00777e41618f5b4ac85b7d6d13c3e8e394
/usr/lib/.build-id/25/17fa05b254d64c930226c853fc577b34a92e37
/usr/lib/.build-id/25/556777a2beee06bf863dc8f0c15718667eec54
/usr/lib/.build-id/29/06a31cfbc639d4101fb534e9c6a1ff7466531a
/usr/lib/.build-id/29/33572046cd882c89d3c81307b24cb6bf7fa8cc
/usr/lib/.build-id/29/c3c219de36ac24e39b762cc5e7a4c375734597
/usr/lib/.build-id/2a/44d825a66d411f870aba7ef58f27602e8de066
/usr/lib/.build-id/2a/793d0ef29218a882c0844535ffa675cce7dda1
/usr/lib/.build-id/2a/ceb2510ece02f9408992ba0f358fc4643d1537
/usr/lib/.build-id/2a/e26feaf1f8113a565722ddde17209b9ea67198
/usr/lib/.build-id/2b/56d728548efefb3669eb807abc14e4a2faf18c
/usr/lib/.build-id/2b/c2ee3ac7d71703bcdfcddf4ddfac900791324e
/usr/lib/.build-id/2c
/usr/lib/.build-id/2c/0c61022375440a17017c05563ee04ac01ae6bd
/usr/lib/.build-id/2c/bbaa5113d5aff4d9c5e75d71d94657b7d3898b
/usr/lib/.build-id/2d/187fe59eb54b01a0729c5c65947e44e5298fda
/usr/lib/.build-id/2d/32e642aae00d598f904b8b939acdc722cf7b6d
/usr/lib/.build-id/2d/947e27ce78545d53b3ef941bc8fd85bba87ff1
/usr/lib/.build-id/2e/0283edb78aa94106204ad5efe9c34e4897326e
/usr/lib/.build-id/30/857a5a43ce3693c2c4afe4a7df42868f3d7331
/usr/lib/.build-id/30/e8964274cd71259d665d8a4b54e35a1b6a96e0
/usr/lib/.build-id/31/b23c0038a1694e99a4cb5d1974d1689e14a663
/usr/lib/.build-id/31/fd30734398062ff669d6300f73b3e064b3fef8
/usr/lib/.build-id/35/2ba909b384a2f7194c3f7fc5bbbbd795a299a7
/usr/lib/.build-id/36/11d008035f0c956c010e6c2fc167ed8d0e6b96
/usr/lib/.build-id/36/4b7909e3394e2a833d06684388ab1b87e6e79f
/usr/lib/.build-id/39
/usr/lib/.build-id/39/0b2cc5263cfbdd3cfa6e07aa78493737419b85
/usr/lib/.build-id/39/65ba4ac6796143684f1797bd73035e56f2d41a
/usr/lib/.build-id/39/e947aab830668458217a0b01413497c83598a3
/usr/lib/.build-id/3a/c94426feceb065801cf3448b6cae0dfdcb3055
/usr/lib/.build-id/3b/141270f064ef53aabe661329ecaf8ecf6c768d
/usr/lib/.build-id/3c/64d6bfa950a61b6d47d4d8b937b663daba5f4d
/usr/lib/.build-id/3d/998f3072e4359c9b6cf3258868add7dcf857b1
/usr/lib/.build-id/3d/f5485abd1208b4b406cbd641ce562671399454
/usr/lib/.build-id/3e/6ab5a608894fa9652a9d9bffdfbc8e6d38b60d
/usr/lib/.build-id/3e/981b7d8a7b18e4c2cfbb481f05a88a2e6a0aa2
/usr/lib/.build-id/3f/163a1b8ee97005337b96ee5df749317f4b87fa
/usr/lib/.build-id/42
/usr/lib/.build-id/42/971744036a9000345d86955549f316ce060aa6
/usr/lib/.build-id/42/b5d300590abc2be22b4748e2994f140bd1b47b
/usr/lib/.build-id/43/63c6e03f1f2931576e255de33305b7f9782d22
/usr/lib/.build-id/44
/usr/lib/.build-id/44/b87669a1801479909d65315c6ed1f3919bdc82
/usr/lib/.build-id/44/ff21837db69c2a90f166192473d3acac93b2aa
/usr/lib/.build-id/45/1e853a3f99453173b9319448539dc855d62278
/usr/lib/.build-id/45/fb987749fd7a5c487efed7bb789c7ccaada84d
/usr/lib/.build-id/46/24949782368a78f5cd5c5713af2d3f1e7a0934
/usr/lib/.build-id/46/3892968169e9be99127f974bfa4fa3ae357d0f
/usr/lib/.build-id/47/6b824be1de062223d3e22e13ff807628068fdd
/usr/lib/.build-id/48/7861e25f35b0c6b5e66295ba5c6083a105c6c0
/usr/lib/.build-id/48/fe719a84078f90915e3fc83d726a66df64e008
/usr/lib/.build-id/49/13bd67f210ca440c1cb26f901f79a594e5dc5f
/usr/lib/.build-id/4a/71bf87e6a46b1567e832b331a3e564bc521e6b
/usr/lib/.build-id/4a/b8176b4cd8513d3f80c232cb7940d554f580be
/usr/lib/.build-id/4c/3c0353e1768a5570862f53c56e6227227fe2a0
/usr/lib/.build-id/4c/8acf7ab8ad34e8c25937c3ea96d516fb7e7bd7
/usr/lib/.build-id/4c/e774c609b52e11c92034240072e73887c4641f
/usr/lib/.build-id/4e/80b3538170e1115ed9db78ce582c81ddd7c2f2
/usr/lib/.build-id/4f/32db59bfb5ade7680aeaab45a8210e805e9743
/usr/lib/.build-id/50/53851b688d61b8c91ffde757d85a27991c2c5b
/usr/lib/.build-id/50/d289432380e43a6ce6a12b19b380750d378d61
/usr/lib/.build-id/51
/usr/lib/.build-id/51/8ff8b03ae759ab9b952eb919219a9a64a7395b
/usr/lib/.build-id/52/a6e5c4beac39e78a46a1396c357411d18434e5
/usr/lib/.build-id/53
/usr/lib/.build-id/53/9678f5194935bd39090f8045ef17620c5011de
/usr/lib/.build-id/54/4db799818eb1d9af3958cb5863e4e7540872b4
/usr/lib/.build-id/55/14a884e54c81f5cd4c0303245b21072229277f
/usr/lib/.build-id/55/b4edbecc805baa73650177ce295977da1e6109
/usr/lib/.build-id/56/92b62360412f0c0c586eefba5daa5a9945ab0f
/usr/lib/.build-id/57
/usr/lib/.build-id/57/21f002d120dfddc4f05641fd9ec950448c99ee
/usr/lib/.build-id/5a/ad10d755a5f71d289e10fdd879098112c9f88c
/usr/lib/.build-id/5a/b7649a442a89d4d60f9aec844ffce34a973dd1
/usr/lib/.build-id/5a/fa9070a68713b91a16c7315afab785dd26a3bb
/usr/lib/.build-id/5b/160469674d54ccf5a1f31c24d11120d0d379b2
/usr/lib/.build-id/5b/5c260cb29f6ab4413276d3b1921ba070cb690e
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/068548983cf54d66bfbb3c5aa84aec64079a7e
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/4a9f22b7632d4d98f385b234335ca66e5b62dc
/usr/lib/.build-id/5d/b0bc77946be298feccf8a09b47bf1a18dac570
/usr/lib/.build-id/5d/da93326ac6e4db09aa1e3ff34ab5e62ff14417
/usr/lib/.build-id/5e/81bb323f46c1c0175f0e85c0dc11323389d3e7
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/154c6496ab92abc795f3ec3ae2bbfefd74b580
/usr/lib/.build-id/5f/4f23886a48557e794a45783a39dff20920e83b
/usr/lib/.build-id/5f/f467c9fb58a5e2cd5b71d750328cbcf957b845
/usr/lib/.build-id/60
/usr/lib/.build-id/60/bf784d5dd214b80a83a5dee3a316259565348e
/usr/lib/.build-id/61/c25e5c8a698e8688753f0779727bf010440f2b
/usr/lib/.build-id/61/dbd85e1f998140d4d30d490b552ff1443554af
/usr/lib/.build-id/62/8b90f0e4c30a3158f4e69edce6c03319bc352c
/usr/lib/.build-id/63
/usr/lib/.build-id/63/0e8b933a87609e29d06b4fa0bcd75c76c9737a
/usr/lib/.build-id/63/59a7a6a8b9c8440732fecc1017e09183d0b1a6
/usr/lib/.build-id/64/6cb7a339655000405e270fb1226c46372fd165
/usr/lib/.build-id/64/fe8978cf8b8e78748ab2ee65652526967b45d3
/usr/lib/.build-id/66/95aaa920f1de73e0fdf93b89a83b8535af915b
/usr/lib/.build-id/68
/usr/lib/.build-id/68/330903fa67f63b3bef4c57c4bea04553d06d9c
/usr/lib/.build-id/6a/1ddf01022c92e9755d08ee609a56d41c13319f
/usr/lib/.build-id/6a/3838f2873b82aee8ca16c55ddf2a4d16c3fcea
/usr/lib/.build-id/6a/661c2b68af93e7dae7717a85c5b4a1a36dc79e
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/ba9e38280986172dab23fc31026811a7dab151
/usr/lib/.build-id/6d/2c52999f7a2da38d8fcabb55d69bfede5c9bc7
/usr/lib/.build-id/6d/62e81706217d0a1c565f4fc3fcc9b8bac115cb
/usr/lib/.build-id/6d/8c7b2584d6457366c20689074034a4bd5d6eeb
/usr/lib/.build-id/6e/720b18700454d1fa524e432db49b560e4d2f70
/usr/lib/.build-id/6e/ab1403dcc9a31a4dcc95f7401827ed31dee067
/usr/lib/.build-id/6e/d151134e4a7459fe12ea642e43b76eb25d1f95
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/cedd296036e13273236cd5d1059d55a766a791
/usr/lib/.build-id/70/09110dae07c49086689ead921213c622bfe9f2
/usr/lib/.build-id/70/4d48dd84af976e2d0dcbbcab3a66da1bac010a
/usr/lib/.build-id/70/b2de11423720fc3463a59361cf6e132e55aac4
/usr/lib/.build-id/72/04061dcb80d904e1384a52b539c3abbf1cd521
/usr/lib/.build-id/73/e79da71fd8707946bde8a805125939e8685d8e
/usr/lib/.build-id/74
/usr/lib/.build-id/74/6e6ea54703edadcd91274b3f55195a4a6ab128
/usr/lib/.build-id/75/3d659a1623a897dc6d278934468aba95f4c9ce
/usr/lib/.build-id/76/1a1ad2ad3fcc383d2c5e8f6eececc77ff851d2
/usr/lib/.build-id/76/377ed7d7183edf94434f782b639b43bf33e894
/usr/lib/.build-id/76/88aea60341ca3796bb779106ded3c03c593a5a
/usr/lib/.build-id/76/a690b5a3d89eb2c74f4bfc7873ea8751805f4e
/usr/lib/.build-id/76/b9be15e6e3ada8ea1a03f0722abecbdadd3847
/usr/lib/.build-id/77/81328540badca798ba6d1f4ad475bef0881776
/usr/lib/.build-id/77/94afc75504e2c95a979bdcc8d8a881226f1f17
/usr/lib/.build-id/77/a3647a576ab0ebc365b57a594fba038ca4b1b1
/usr/lib/.build-id/77/ff36cd8e9dc95bcd9c8d7149448f9b785019c9
/usr/lib/.build-id/7a/5a43d7ddbe46033fd10b1aae290e87a565274e
/usr/lib/.build-id/7b/a3fe36ed2aa3a88ecfe13ae262966e670f0742
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/25481546550b109ff136bc5e5b2fa48cb34a76
/usr/lib/.build-id/7d/091ad3daf767ce4c4d5ef9fc919d1ad1fd3727
/usr/lib/.build-id/7d/0a1ffc3cf9467cd7a85586c73abd16f1b51a8d
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/2fe7de5586af23a370ca11975885f95f54f7db
/usr/lib/.build-id/7e/cc3f120b4486dc312476cb312e05a6e12e9414
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/713c307a8abb52e5828e71fc041d45862f1d89
/usr/lib/.build-id/80/2f4cfe9f9bd3db9b41b40a558445bdb1f1f670
/usr/lib/.build-id/80/940977d4c9acd5d34583704a6f5f98fab3986f
/usr/lib/.build-id/81
/usr/lib/.build-id/81/726a580df4a1cb2b122e9c1d7c4ee828bda25e
/usr/lib/.build-id/81/dc0bd33c9772e886ca81a9197e3ca46f530746
/usr/lib/.build-id/83/7417e93f74bc339126bad597f30b708a03f032
/usr/lib/.build-id/86
/usr/lib/.build-id/86/b3ff0b0fca8242c75b2fb42a6d70c0827713d8
/usr/lib/.build-id/87/0b6f06c906a5bc85e9b0f43a42813398d59bd3
/usr/lib/.build-id/87/52654531c006ff6d8fcbc5a4d7a1fc709f3c64
/usr/lib/.build-id/88/12f3af3ac276e9a18d3e275af6d89b3b537da6
/usr/lib/.build-id/89/1c18a6e18815f6fb331d89893d72f5343a45b0
/usr/lib/.build-id/89/fb59cf0a1fa3977b8aa36ab613f1e8d908b473
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/95e3addb350796e1358d6751e65cb9ecce56f9
/usr/lib/.build-id/8b
/usr/lib/.build-id/8b/ae83401e95f4c2e94e9fd5e3ff730abe8a20cc
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/0bf7e16f048a5dc815781b551b03d2ede19445
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/4cdf89a86fab460e0102208e4d518b1e66cd64
/usr/lib/.build-id/8f/1d69ed6a12f04af12112b56e257924c9288857
/usr/lib/.build-id/8f/de0f7ed6164a122adefab76480fff94d445a92
/usr/lib/.build-id/91/17b5ea4b39ff07e35741dac697c544c9680141
/usr/lib/.build-id/91/39973c687d13b646544acd096df4c63e365228
/usr/lib/.build-id/91/d81635bf60b15bb9aa457642e7deca4fe2bced
/usr/lib/.build-id/92/524fb90487d5179f8aa73237279db7fa92e0ea
/usr/lib/.build-id/92/720b05e880677a8b96ceefccb81ae0f01cf1a7
/usr/lib/.build-id/93/f3a94524409075be5e3251396ad0a69c3106d9
/usr/lib/.build-id/94
/usr/lib/.build-id/94/0b2a092f258c37a7da4e1d60793d19d264d9c4
/usr/lib/.build-id/94/709ad4b988ad1df026f85733fd765bf9c2622e
/usr/lib/.build-id/95
/usr/lib/.build-id/95/6c179b0d115310842ae1bf0fa0d9a946b9ac12
/usr/lib/.build-id/95/bc68649af81c478e6cdacb703679c2bd121c41
/usr/lib/.build-id/96
/usr/lib/.build-id/96/0a489244a5076f8f5d517d30f3406fcdb6393d
/usr/lib/.build-id/96/61c1fc01bdc23c5b20e20cd08f9f73ab6d9922
/usr/lib/.build-id/97
/usr/lib/.build-id/97/00728a045dc57cce7b289d90233df9cf436300
/usr/lib/.build-id/97/23ea20b224410076f3fb70b7410b62818f099c
/usr/lib/.build-id/97/40a40d6dd8bb8cde6563a4236b4511fdd17045
/usr/lib/.build-id/98/1f9a7e5213a0232da26e3dd31d2689e05295c0
/usr/lib/.build-id/98/21b5df5a3926ea3781e84a861bd4b18364dbdd
/usr/lib/.build-id/98/ce6994e316878d4d786849b1d6b0bd6b5c9d55
/usr/lib/.build-id/9a/0e23c15e7cb8685f95713a6f00a537e3b3254b
/usr/lib/.build-id/9d/63094b6641935c5930432b56fbafb73dfa28d0
/usr/lib/.build-id/9d/6a104c55ae12122d7174173bd6efc20473a254
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/aa9b2a33606d1c438f13bce5e3f4439b72c2c6
/usr/lib/.build-id/9f/ef80f342364c1e81658bc26f06cb336f3055b0
/usr/lib/.build-id/a0/0a17129c801be1bf5a69b7a21ff1aaf6b5a453
/usr/lib/.build-id/a1/70470d5d9e5ad0dcbb71d9c50f09bbe773180c
/usr/lib/.build-id/a2/b0b09cd196e40e9ce999dfe5343f5b9128cb6e
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/59e88eaa869ebf85ede13eab4bddb591575852
/usr/lib/.build-id/a3/9b00878e8642aa67e4cd242e71d36ebdc59677
/usr/lib/.build-id/a3/9d4769a41aec5861f6169670e58252257ce429
/usr/lib/.build-id/a4/aa1b381a8ebdfdc5bb83d711a51e0fad7fca83
/usr/lib/.build-id/a5/0e0e84d686eed0f2fdac3a33396739a093a2af
/usr/lib/.build-id/a5/1e6753b5440ef38ea2670ffe4d15d88fe47174
/usr/lib/.build-id/a5/8028f515dd30bf3335ca3d93632c7516e40342
/usr/lib/.build-id/a5/b21c287338c5711f8d46eac023774394e81266
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/cbfee6412e4abaf40b6fff18496bf6543123d0
/usr/lib/.build-id/a7/c23a7e69a6ab2e49984422eede4a9f1bd23c03
/usr/lib/.build-id/a8
/usr/lib/.build-id/a8/1982feb50939b24989b6923f496360b0eff767
/usr/lib/.build-id/a8/c5b2a1d57ef8296c6e5769cd6998b6b1dd6ba7
/usr/lib/.build-id/ab/5e3059cb813a749b7c025b9f54daa5fbe9adb8
/usr/lib/.build-id/ab/6ea08847aa17a5ef205c0d281a0d61564ed3ca
/usr/lib/.build-id/ab/df3708ee19278bdb55d99f115977d675574cb4
/usr/lib/.build-id/ab/fb0e2e61003be4e027a224a7702857401ca34f
/usr/lib/.build-id/ac/da436f5e39dade5f88ad0ed3aa606cd91c72f4
/usr/lib/.build-id/ad/238b0982a4a9555318c197da32c514106e3258
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/34bc9a0c39a0d69df4eb475cd8ce5cf56d4b1f
/usr/lib/.build-id/ae/49e3d98d220620a02e0c4395a0daad190df5d8
/usr/lib/.build-id/af/94b388f5f4d68223fdf60f73b5810c47c242cf
/usr/lib/.build-id/b0/c869103d2eef2fb367d748e2cc07fdfc9231d0
/usr/lib/.build-id/b2/59dd6131dd8a414e6514916ee0519134ec266b
/usr/lib/.build-id/b4/8cb06af7aa6e6c6b39f65b313e7d87b6539d86
/usr/lib/.build-id/b5/60cf22f467cd9364e1d56d99bea72b3c61f88f
/usr/lib/.build-id/b5/8ba89b94edae82974271994996927567bc7472
/usr/lib/.build-id/b5/ce57315ba6e309a83b6723858285858e9e2417
/usr/lib/.build-id/b5/fe6106ba1b3c7f8ee76e7394599390e149eb45
/usr/lib/.build-id/b6/08db9d3b909cbfe4143be8068d98bb53781470
/usr/lib/.build-id/b6/0cddef1842f7937d124a49e2fb6864b9b5f452
/usr/lib/.build-id/b6/1532be64437b5eefdf92e9491c7cc7e76a34d1
/usr/lib/.build-id/b7/8e1db41ec347a99dc96802d8a3c94bfc92f1a1
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/2740c58e12c22f5e483f89f54647395e1db590
/usr/lib/.build-id/b9/1ffd20c070a14945cf74cfdb8df17965836e2d
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/4c833c2c3371301018ac11163f4071f5303c25
/usr/lib/.build-id/ba/616964411fbc424720d0e25470f8fe73b8e20e
/usr/lib/.build-id/ba/84cc613e242721e2aadbe3aed318175750348d
/usr/lib/.build-id/ba/d3311d50e6f2d986bd2aeff1005feb870bb710
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/53cb05e1edb4339132a9d78e420795282e0286
/usr/lib/.build-id/be
/usr/lib/.build-id/be/ec43f0a501cdcb5a044e9fe5f6d930c396578b
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/58df90d685e4109c39253eac618275ee9b430c
/usr/lib/.build-id/bf/a3857e0ffb007721ae9a691bb2d4c9ef262594
/usr/lib/.build-id/bf/ca9686dec6d1f575b3683eeffc28bc627ce39a
/usr/lib/.build-id/c0/04b938fd4a53f4243fb998051555752ebde82f
/usr/lib/.build-id/c0/5847662709019f322e3ec062dc85be7300d5de
/usr/lib/.build-id/c1/e7b2debdf634cbc72c412f6ed2dfa51dd7badc
/usr/lib/.build-id/c1/fd564558586ac0a2fd8e3678eed7009c1877a8
/usr/lib/.build-id/c2/1248ad1783d83f7edce4cd9e524d77b5aba830
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/1a8ce3d36f5d984b8b346c2d96827d012480a9
/usr/lib/.build-id/c4/31e40a934208564a955a34081e561bf4937df1
/usr/lib/.build-id/c4/b8c4fe58a48f9c2e0dc6a488c0ba45f66c0408
/usr/lib/.build-id/c4/ed64647317becfa6c271f4ea94c927c8572ef0
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/d31a1e2c8b962922a0b5d347478f62c2a1f9d0
/usr/lib/.build-id/c7/0b44fe2bcddc9aee9d957eb9f99fa18b87843e
/usr/lib/.build-id/c7/48dd29b5b7209f322d593cfe07f68140ae13b0
/usr/lib/.build-id/c9/9b9ff1f62a46f4ed33b4ee1b153ce4c186be38
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/c1b29ed624db53648f130e48d2a5843fde5acb
/usr/lib/.build-id/cb/6323b3e5dd2a6ea9b420894436237d862c9431
/usr/lib/.build-id/cb/fe489dddcfb594725fb01595385c6c487d0434
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/8e0395aa97465ce090759f6a20ff5a70ed0caa
/usr/lib/.build-id/ce/1c1bdc21544b58d26cca9cbbc657628fefa94c
/usr/lib/.build-id/ce/7285d3c3d6d28b57da84a3b18ea75e8a8dd4ec
/usr/lib/.build-id/ce/9463bd5c1e7335bd2f7b216213d5dd520921bb
/usr/lib/.build-id/d0/5d01f273a4779aba9aa1467b0038e6f7cdc3dc
/usr/lib/.build-id/d0/bb0b1911047f3becbaaa9dc8f6d86ed950b7ba
/usr/lib/.build-id/d3/787d2b0cc267573acb5a8ff676f0b4818c8a34
/usr/lib/.build-id/d3/920484e29208a99259658a0d82e06e5fb74418
/usr/lib/.build-id/d3/d8f3073bc4a2a1437e031a7418b87a4054382a
/usr/lib/.build-id/d4/d0147024586ce96d7de06747463d078c91b541
/usr/lib/.build-id/d4/ee841528593580562ccc6bb7ddda8d2a7959b0
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/de9840d4db79f7a251324645d01d372298ec22
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/4f3f04e33a5994c30af3be7b3a710136221993
/usr/lib/.build-id/d7/6738043f99ab1ab02be516b3b4cd7bbcfaaaec
/usr/lib/.build-id/d7/6c13e79ecabe935ba62a6d1239b62b29adb0cd
/usr/lib/.build-id/d8/11603f55af8800aea733c8c1b51a93baf398c6
/usr/lib/.build-id/d8/8d2bd853b3f32ebb2d492856d86a69e09238ef
/usr/lib/.build-id/d8/a314d120af228654418a1a510ff357fa69b217
/usr/lib/.build-id/d8/c14c8e75fc0fd8c12c4d6267d92dc6fa50e9cf
/usr/lib/.build-id/d8/d00bdcce01672f70119cd694bb20dec22af7b0
/usr/lib/.build-id/d9/29dd9f84d235f0ff7af3b43c1e8646493fb966
/usr/lib/.build-id/d9/63fed94fd0ef604900c6def2ba7aa6c6e1422a
/usr/lib/.build-id/d9/b9a688e613c468393c76f5a0fb338a1cc5e1f7
/usr/lib/.build-id/d9/d74afd46593662d5c75496dce5d2f73156624e
/usr/lib/.build-id/dd/79bfd5962f2419f68e17140f2fd08a71720471
/usr/lib/.build-id/de/e987664f33bdb870937fa590b949ff673b3744
/usr/lib/.build-id/de/fffe8bc68069aba40e2f559d6ced7cc8cf5162
/usr/lib/.build-id/df/b565682ae6fcb92cec84a3c453376f497c79a6
/usr/lib/.build-id/df/d5e6e569bea7ede9ce51bde13a466bf7616f5a
/usr/lib/.build-id/e1/aebce2d9d3702c71f70bde693121e384f52591
/usr/lib/.build-id/e2/be419a3ba4801d3ddcd07d7e83a727a7effb03
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/9fc757da99bbdf50f1089ce9ba4a9f38dc066e
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/fe86afa4c33766eddb0315129f82563f1d59f6
/usr/lib/.build-id/e5/9a4fe5df9c72b96ecc263a53589c7d5f86ccc8
/usr/lib/.build-id/e5/ad9e53c4a71d222a4bbb46b956d06ecd6b416e
/usr/lib/.build-id/e5/c9b0410f0c105559565b151f838bcd8ce3765f
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/ac936a3dcbc921364660e591a18aed6b78c5a0
/usr/lib/.build-id/e8/038c9922295322f980920c0c3b7a3c3f4efd00
/usr/lib/.build-id/e8/6b2b0c73e3baf8e708c7be2f1b50bd946acdd9
/usr/lib/.build-id/e8/8ba2597dc73878377745eda7989f9bbfe771e3
/usr/lib/.build-id/e9/5ed71fa34a9a55b507f2c091364f7d40f86c70
/usr/lib/.build-id/eb/bfe057033986862dda87c8f4a4d9b8076fb4b4
/usr/lib/.build-id/eb/d77478b08276cf635b558994a7b1b955a9aaf0
/usr/lib/.build-id/f1/3966fde269c441edfabf51b26bdbf28efd93f1
/usr/lib/.build-id/f1/47cdf0d41dda6f4671fd32be9ed251c0e2cff8
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/3369c6586dea230972406198476803eafc223e
/usr/lib/.build-id/f3/694e9c088f29f1c7b889eb43f4d163d1dcfbcc
/usr/lib/.build-id/f3/9e541062cf5ee008f64a192414f8a4393901bc
/usr/lib/.build-id/f5/c15e0782e589c74c3300729f73d63d758ce475
/usr/lib/.build-id/f6/2abe50e052986693e3f66801c30ee34d850c00
/usr/lib/.build-id/f6/4bdec62730ca3c4aa5470e2ec00f2034393a20
/usr/lib/.build-id/f6/c7ed33c75f5ff05ddfa0bfc6ddc674839ff106
/usr/lib/.build-id/f7/bd03bbc9f1a81898135da287bf0f303f0fdb02
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/5960b77dbb12a275525106d3d403222e73b7ec
/usr/lib/.build-id/f9/7d0393ec3b09080df8211e7e9c1400b6279a02
/usr/lib/.build-id/f9/b2eadba24f67957c52077ed6e1e70a3d150e06
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/7f5bd884649143e189845835389f54db9492df
/usr/lib/.build-id/fb/ca0f53af546ddde3a713757d32685726da7a8e
/usr/lib/.build-id/fc/51fc042a0707e622534bad6a0672082d2d2f63
/usr/lib/.build-id/fc/eea4cd8c3c20d2950b748e4c6c3680f888371b
/usr/lib/.build-id/fd/df303dd60d1664f192e8cd3f5fc63d392fab52
/usr/lib/.build-id/ff/199db1d2167b1c6a1c5ce38934b75664a6cca8
/usr/libexec/glibc-benchtests
/usr/libexec/glibc-benchtests/bench-acos
/usr/libexec/glibc-benchtests/bench-acosf
/usr/libexec/glibc-benchtests/bench-acosh
/usr/libexec/glibc-benchtests/bench-acoshf
/usr/libexec/glibc-benchtests/bench-acospif
/usr/libexec/glibc-benchtests/bench-arc4random
/usr/libexec/glibc-benchtests/bench-asin
/usr/libexec/glibc-benchtests/bench-asinf
/usr/libexec/glibc-benchtests/bench-asinh
/usr/libexec/glibc-benchtests/bench-asinhf
/usr/libexec/glibc-benchtests/bench-asinpif
/usr/libexec/glibc-benchtests/bench-atan
/usr/libexec/glibc-benchtests/bench-atan2
/usr/libexec/glibc-benchtests/bench-atan2f
/usr/libexec/glibc-benchtests/bench-atan2pif
/usr/libexec/glibc-benchtests/bench-atanf
/usr/libexec/glibc-benchtests/bench-atanh
/usr/libexec/glibc-benchtests/bench-atanhf
/usr/libexec/glibc-benchtests/bench-atanpif
/usr/libexec/glibc-benchtests/bench-bsearch
/usr/libexec/glibc-benchtests/bench-bzero
/usr/libexec/glibc-benchtests/bench-bzero-large
/usr/libexec/glibc-benchtests/bench-calloc-simple
/usr/libexec/glibc-benchtests/bench-calloc-tcache
/usr/libexec/glibc-benchtests/bench-calloc-thread
/usr/libexec/glibc-benchtests/bench-cbrt
/usr/libexec/glibc-benchtests/bench-cbrtf
/usr/libexec/glibc-benchtests/bench-ceil
/usr/libexec/glibc-benchtests/bench-ceilf
/usr/libexec/glibc-benchtests/bench-cos
/usr/libexec/glibc-benchtests/bench-cosf
/usr/libexec/glibc-benchtests/bench-cosh
/usr/libexec/glibc-benchtests/bench-coshf
/usr/libexec/glibc-benchtests/bench-cospif
/usr/libexec/glibc-benchtests/bench-dl-elf-hash
/usr/libexec/glibc-benchtests/bench-dl-new-hash
/usr/libexec/glibc-benchtests/bench-double-advsimd-acos
/usr/libexec/glibc-benchtests/bench-double-advsimd-acosh
/usr/libexec/glibc-benchtests/bench-double-advsimd-acospi
/usr/libexec/glibc-benchtests/bench-double-advsimd-asin
/usr/libexec/glibc-benchtests/bench-double-advsimd-asinh
/usr/libexec/glibc-benchtests/bench-double-advsimd-asinpi
/usr/libexec/glibc-benchtests/bench-double-advsimd-atan
/usr/libexec/glibc-benchtests/bench-double-advsimd-atan2
/usr/libexec/glibc-benchtests/bench-double-advsimd-atan2pi
/usr/libexec/glibc-benchtests/bench-double-advsimd-atanh
/usr/libexec/glibc-benchtests/bench-double-advsimd-atanpi
/usr/libexec/glibc-benchtests/bench-double-advsimd-cbrt
/usr/libexec/glibc-benchtests/bench-double-advsimd-cos
/usr/libexec/glibc-benchtests/bench-double-advsimd-cosh
/usr/libexec/glibc-benchtests/bench-double-advsimd-cospi
/usr/libexec/glibc-benchtests/bench-double-advsimd-erf
/usr/libexec/glibc-benchtests/bench-double-advsimd-erfc
/usr/libexec/glibc-benchtests/bench-double-advsimd-exp
/usr/libexec/glibc-benchtests/bench-double-advsimd-exp10
/usr/libexec/glibc-benchtests/bench-double-advsimd-exp2
/usr/libexec/glibc-benchtests/bench-double-advsimd-expm1
/usr/libexec/glibc-benchtests/bench-double-advsimd-hypot
/usr/libexec/glibc-benchtests/bench-double-advsimd-log
/usr/libexec/glibc-benchtests/bench-double-advsimd-log10
/usr/libexec/glibc-benchtests/bench-double-advsimd-log1p
/usr/libexec/glibc-benchtests/bench-double-advsimd-log2
/usr/libexec/glibc-benchtests/bench-double-advsimd-pow
/usr/libexec/glibc-benchtests/bench-double-advsimd-sin
/usr/libexec/glibc-benchtests/bench-double-advsimd-sinh
/usr/libexec/glibc-benchtests/bench-double-advsimd-sinpi
/usr/libexec/glibc-benchtests/bench-double-advsimd-tan
/usr/libexec/glibc-benchtests/bench-double-advsimd-tanh
/usr/libexec/glibc-benchtests/bench-double-advsimd-tanpi
/usr/libexec/glibc-benchtests/bench-double-sve-acos
/usr/libexec/glibc-benchtests/bench-double-sve-acosh
/usr/libexec/glibc-benchtests/bench-double-sve-acospi
/usr/libexec/glibc-benchtests/bench-double-sve-asin
/usr/libexec/glibc-benchtests/bench-double-sve-asinh
/usr/libexec/glibc-benchtests/bench-double-sve-asinpi
/usr/libexec/glibc-benchtests/bench-double-sve-atan
/usr/libexec/glibc-benchtests/bench-double-sve-atan2
/usr/libexec/glibc-benchtests/bench-double-sve-atan2pi
/usr/libexec/glibc-benchtests/bench-double-sve-atanh
/usr/libexec/glibc-benchtests/bench-double-sve-atanpi
/usr/libexec/glibc-benchtests/bench-double-sve-cbrt
/usr/libexec/glibc-benchtests/bench-double-sve-cos
/usr/libexec/glibc-benchtests/bench-double-sve-cosh
/usr/libexec/glibc-benchtests/bench-double-sve-cospi
/usr/libexec/glibc-benchtests/bench-double-sve-erf
/usr/libexec/glibc-benchtests/bench-double-sve-erfc
/usr/libexec/glibc-benchtests/bench-double-sve-exp
/usr/libexec/glibc-benchtests/bench-double-sve-exp10
/usr/libexec/glibc-benchtests/bench-double-sve-exp2
/usr/libexec/glibc-benchtests/bench-double-sve-expm1
/usr/libexec/glibc-benchtests/bench-double-sve-hypot
/usr/libexec/glibc-benchtests/bench-double-sve-log
/usr/libexec/glibc-benchtests/bench-double-sve-log10
/usr/libexec/glibc-benchtests/bench-double-sve-log1p
/usr/libexec/glibc-benchtests/bench-double-sve-log2
/usr/libexec/glibc-benchtests/bench-double-sve-pow
/usr/libexec/glibc-benchtests/bench-double-sve-sin
/usr/libexec/glibc-benchtests/bench-double-sve-sinh
/usr/libexec/glibc-benchtests/bench-double-sve-sinpi
/usr/libexec/glibc-benchtests/bench-double-sve-tan
/usr/libexec/glibc-benchtests/bench-double-sve-tanh
/usr/libexec/glibc-benchtests/bench-double-sve-tanpi
/usr/libexec/glibc-benchtests/bench-erf
/usr/libexec/glibc-benchtests/bench-erfc
/usr/libexec/glibc-benchtests/bench-erfcf
/usr/libexec/glibc-benchtests/bench-erff
/usr/libexec/glibc-benchtests/bench-exp
/usr/libexec/glibc-benchtests/bench-exp10
/usr/libexec/glibc-benchtests/bench-exp10f
/usr/libexec/glibc-benchtests/bench-exp10m1f
/usr/libexec/glibc-benchtests/bench-exp2
/usr/libexec/glibc-benchtests/bench-exp2f
/usr/libexec/glibc-benchtests/bench-exp2m1f
/usr/libexec/glibc-benchtests/bench-expf
/usr/libexec/glibc-benchtests/bench-expf128
/usr/libexec/glibc-benchtests/bench-expl
/usr/libexec/glibc-benchtests/bench-expm1
/usr/libexec/glibc-benchtests/bench-expm1f
/usr/libexec/glibc-benchtests/bench-fclose
/usr/libexec/glibc-benchtests/bench-ffs
/usr/libexec/glibc-benchtests/bench-ffsll
/usr/libexec/glibc-benchtests/bench-float-advsimd-acos
/usr/libexec/glibc-benchtests/bench-float-advsimd-acosh
/usr/libexec/glibc-benchtests/bench-float-advsimd-acospi
/usr/libexec/glibc-benchtests/bench-float-advsimd-asin
/usr/libexec/glibc-benchtests/bench-float-advsimd-asinh
/usr/libexec/glibc-benchtests/bench-float-advsimd-asinpi
/usr/libexec/glibc-benchtests/bench-float-advsimd-atan
/usr/libexec/glibc-benchtests/bench-float-advsimd-atan2
/usr/libexec/glibc-benchtests/bench-float-advsimd-atan2pi
/usr/libexec/glibc-benchtests/bench-float-advsimd-atanh
/usr/libexec/glibc-benchtests/bench-float-advsimd-atanpi
/usr/libexec/glibc-benchtests/bench-float-advsimd-cbrt
/usr/libexec/glibc-benchtests/bench-float-advsimd-cos
/usr/libexec/glibc-benchtests/bench-float-advsimd-cosh
/usr/libexec/glibc-benchtests/bench-float-advsimd-cospi
/usr/libexec/glibc-benchtests/bench-float-advsimd-erf
/usr/libexec/glibc-benchtests/bench-float-advsimd-erfc
/usr/libexec/glibc-benchtests/bench-float-advsimd-exp
/usr/libexec/glibc-benchtests/bench-float-advsimd-exp10
/usr/libexec/glibc-benchtests/bench-float-advsimd-exp2
/usr/libexec/glibc-benchtests/bench-float-advsimd-expm1
/usr/libexec/glibc-benchtests/bench-float-advsimd-hypot
/usr/libexec/glibc-benchtests/bench-float-advsimd-log
/usr/libexec/glibc-benchtests/bench-float-advsimd-log10
/usr/libexec/glibc-benchtests/bench-float-advsimd-log1p
/usr/libexec/glibc-benchtests/bench-float-advsimd-log2
/usr/libexec/glibc-benchtests/bench-float-advsimd-pow
/usr/libexec/glibc-benchtests/bench-float-advsimd-sin
/usr/libexec/glibc-benchtests/bench-float-advsimd-sinh
/usr/libexec/glibc-benchtests/bench-float-advsimd-sinpi
/usr/libexec/glibc-benchtests/bench-float-advsimd-tan
/usr/libexec/glibc-benchtests/bench-float-advsimd-tanh
/usr/libexec/glibc-benchtests/bench-float-advsimd-tanpi
/usr/libexec/glibc-benchtests/bench-float-sve-acos
/usr/libexec/glibc-benchtests/bench-float-sve-acosh
/usr/libexec/glibc-benchtests/bench-float-sve-acospi
/usr/libexec/glibc-benchtests/bench-float-sve-asin
/usr/libexec/glibc-benchtests/bench-float-sve-asinh
/usr/libexec/glibc-benchtests/bench-float-sve-asinpi
/usr/libexec/glibc-benchtests/bench-float-sve-atan
/usr/libexec/glibc-benchtests/bench-float-sve-atan2
/usr/libexec/glibc-benchtests/bench-float-sve-atan2pi
/usr/libexec/glibc-benchtests/bench-float-sve-atanh
/usr/libexec/glibc-benchtests/bench-float-sve-atanpi
/usr/libexec/glibc-benchtests/bench-float-sve-cbrt
/usr/libexec/glibc-benchtests/bench-float-sve-cos
/usr/libexec/glibc-benchtests/bench-float-sve-cosh
/usr/libexec/glibc-benchtests/bench-float-sve-cospi
/usr/libexec/glibc-benchtests/bench-float-sve-erf
/usr/libexec/glibc-benchtests/bench-float-sve-erfc
/usr/libexec/glibc-benchtests/bench-float-sve-exp
/usr/libexec/glibc-benchtests/bench-float-sve-exp10
/usr/libexec/glibc-benchtests/bench-float-sve-exp2
/usr/libexec/glibc-benchtests/bench-float-sve-expm1
/usr/libexec/glibc-benchtests/bench-float-sve-hypot
/usr/libexec/glibc-benchtests/bench-float-sve-log
/usr/libexec/glibc-benchtests/bench-float-sve-log10
/usr/libexec/glibc-benchtests/bench-float-sve-log1p
/usr/libexec/glibc-benchtests/bench-float-sve-log2
/usr/libexec/glibc-benchtests/bench-float-sve-pow
/usr/libexec/glibc-benchtests/bench-float-sve-sin
/usr/libexec/glibc-benchtests/bench-float-sve-sinh
/usr/libexec/glibc-benchtests/bench-float-sve-sinpi
/usr/libexec/glibc-benchtests/bench-float-sve-tan
/usr/libexec/glibc-benchtests/bench-float-sve-tanh
/usr/libexec/glibc-benchtests/bench-float-sve-tanpi
/usr/libexec/glibc-benchtests/bench-floor
/usr/libexec/glibc-benchtests/bench-floorf
/usr/libexec/glibc-benchtests/bench-fmal
/usr/libexec/glibc-benchtests/bench-fmax
/usr/libexec/glibc-benchtests/bench-fmaxf
/usr/libexec/glibc-benchtests/bench-fmin
/usr/libexec/glibc-benchtests/bench-fminf
/usr/libexec/glibc-benchtests/bench-fmod
/usr/libexec/glibc-benchtests/bench-fmodf
/usr/libexec/glibc-benchtests/bench-hypot
/usr/libexec/glibc-benchtests/bench-hypotf
/usr/libexec/glibc-benchtests/bench-ilogb
/usr/libexec/glibc-benchtests/bench-ilogbf
/usr/libexec/glibc-benchtests/bench-ilogbf128
/usr/libexec/glibc-benchtests/bench-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-llrint
/usr/libexec/glibc-benchtests/bench-llrintf
/usr/libexec/glibc-benchtests/bench-log
/usr/libexec/glibc-benchtests/bench-log10
/usr/libexec/glibc-benchtests/bench-log10f
/usr/libexec/glibc-benchtests/bench-log10p1f
/usr/libexec/glibc-benchtests/bench-log1p
/usr/libexec/glibc-benchtests/bench-log1pf
/usr/libexec/glibc-benchtests/bench-log2
/usr/libexec/glibc-benchtests/bench-log2f
/usr/libexec/glibc-benchtests/bench-log2l
/usr/libexec/glibc-benchtests/bench-log2p1f
/usr/libexec/glibc-benchtests/bench-logb
/usr/libexec/glibc-benchtests/bench-logbf
/usr/libexec/glibc-benchtests/bench-logf
/usr/libexec/glibc-benchtests/bench-lrint
/usr/libexec/glibc-benchtests/bench-lrintf
/usr/libexec/glibc-benchtests/bench-malloc-simple
/usr/libexec/glibc-benchtests/bench-malloc-tcache
/usr/libexec/glibc-benchtests/bench-malloc-thread
/usr/libexec/glibc-benchtests/bench-math-inlines
/usr/libexec/glibc-benchtests/bench-memccpy
/usr/libexec/glibc-benchtests/bench-memchr
/usr/libexec/glibc-benchtests/bench-memcmp
/usr/libexec/glibc-benchtests/bench-memcmpeq
/usr/libexec/glibc-benchtests/bench-memcpy
/usr/libexec/glibc-benchtests/bench-memcpy-large
/usr/libexec/glibc-benchtests/bench-memcpy-random
/usr/libexec/glibc-benchtests/bench-memmem
/usr/libexec/glibc-benchtests/bench-memmove
/usr/libexec/glibc-benchtests/bench-memmove-large
/usr/libexec/glibc-benchtests/bench-mempcpy
/usr/libexec/glibc-benchtests/bench-memrchr
/usr/libexec/glibc-benchtests/bench-memset
/usr/libexec/glibc-benchtests/bench-memset-large
/usr/libexec/glibc-benchtests/bench-memset-random
/usr/libexec/glibc-benchtests/bench-memset-zero
/usr/libexec/glibc-benchtests/bench-memset-zero-large
/usr/libexec/glibc-benchtests/bench-modf
/usr/libexec/glibc-benchtests/bench-modff
/usr/libexec/glibc-benchtests/bench-nearbyint
/usr/libexec/glibc-benchtests/bench-nearbyintf
/usr/libexec/glibc-benchtests/bench-nss-hash
/usr/libexec/glibc-benchtests/bench-pow
/usr/libexec/glibc-benchtests/bench-powf
/usr/libexec/glibc-benchtests/bench-powf128
/usr/libexec/glibc-benchtests/bench-powl
/usr/libexec/glibc-benchtests/bench-pthread-locks
/usr/libexec/glibc-benchtests/bench-pthread-mutex-lock
/usr/libexec/glibc-benchtests/bench-pthread-mutex-trylock
/usr/libexec/glibc-benchtests/bench-pthread-spin-lock
/usr/libexec/glibc-benchtests/bench-pthread-spin-trylock
/usr/libexec/glibc-benchtests/bench-pthread_once
/usr/libexec/glibc-benchtests/bench-random-lock
/usr/libexec/glibc-benchtests/bench-rawmemchr
/usr/libexec/glibc-benchtests/bench-rint
/usr/libexec/glibc-benchtests/bench-rintf
/usr/libexec/glibc-benchtests/bench-roundeven
/usr/libexec/glibc-benchtests/bench-roundevenf
/usr/libexec/glibc-benchtests/bench-sin
/usr/libexec/glibc-benchtests/bench-sincos
/usr/libexec/glibc-benchtests/bench-sincosf
/usr/libexec/glibc-benchtests/bench-sinf
/usr/libexec/glibc-benchtests/bench-sinf128
/usr/libexec/glibc-benchtests/bench-sinh
/usr/libexec/glibc-benchtests/bench-sinhf
/usr/libexec/glibc-benchtests/bench-sinpif
/usr/libexec/glibc-benchtests/bench-sprintf
/usr/libexec/glibc-benchtests/bench-sqrt
/usr/libexec/glibc-benchtests/bench-stpcpy
/usr/libexec/glibc-benchtests/bench-stpcpy_chk
/usr/libexec/glibc-benchtests/bench-stpncpy
/usr/libexec/glibc-benchtests/bench-strcasecmp
/usr/libexec/glibc-benchtests/bench-strcasestr
/usr/libexec/glibc-benchtests/bench-strcat
/usr/libexec/glibc-benchtests/bench-strchr
/usr/libexec/glibc-benchtests/bench-strchrnul
/usr/libexec/glibc-benchtests/bench-strcmp
/usr/libexec/glibc-benchtests/bench-strcoll
/usr/libexec/glibc-benchtests/bench-strcpy
/usr/libexec/glibc-benchtests/bench-strcpy_chk
/usr/libexec/glibc-benchtests/bench-strcspn
/usr/libexec/glibc-benchtests/bench-strlen
/usr/libexec/glibc-benchtests/bench-strlen-random
/usr/libexec/glibc-benchtests/bench-strncasecmp
/usr/libexec/glibc-benchtests/bench-strncat
/usr/libexec/glibc-benchtests/bench-strncmp
/usr/libexec/glibc-benchtests/bench-strncpy
/usr/libexec/glibc-benchtests/bench-strnlen
/usr/libexec/glibc-benchtests/bench-strpbrk
/usr/libexec/glibc-benchtests/bench-strrchr
/usr/libexec/glibc-benchtests/bench-strsep
/usr/libexec/glibc-benchtests/bench-strspn
/usr/libexec/glibc-benchtests/bench-strstr
/usr/libexec/glibc-benchtests/bench-strtod
/usr/libexec/glibc-benchtests/bench-strtok
/usr/libexec/glibc-benchtests/bench-tan
/usr/libexec/glibc-benchtests/bench-tanf
/usr/libexec/glibc-benchtests/bench-tanh
/usr/libexec/glibc-benchtests/bench-tanhf
/usr/libexec/glibc-benchtests/bench-tanpif
/usr/libexec/glibc-benchtests/bench-tgamma
/usr/libexec/glibc-benchtests/bench-tgammaf
/usr/libexec/glibc-benchtests/bench-thread_create
/usr/libexec/glibc-benchtests/bench-timing-type
/usr/libexec/glibc-benchtests/bench-trunc
/usr/libexec/glibc-benchtests/bench-truncf
/usr/libexec/glibc-benchtests/bench-wcpcpy
/usr/libexec/glibc-benchtests/bench-wcpncpy
/usr/libexec/glibc-benchtests/bench-wcrtomb
/usr/libexec/glibc-benchtests/bench-wcscat
/usr/libexec/glibc-benchtests/bench-wcschr
/usr/libexec/glibc-benchtests/bench-wcschrnul
/usr/libexec/glibc-benchtests/bench-wcscmp
/usr/libexec/glibc-benchtests/bench-wcscpy
/usr/libexec/glibc-benchtests/bench-wcscspn
/usr/libexec/glibc-benchtests/bench-wcslen
/usr/libexec/glibc-benchtests/bench-wcsncat
/usr/libexec/glibc-benchtests/bench-wcsncmp
/usr/libexec/glibc-benchtests/bench-wcsncpy
/usr/libexec/glibc-benchtests/bench-wcsnlen
/usr/libexec/glibc-benchtests/bench-wcspbrk
/usr/libexec/glibc-benchtests/bench-wcsrchr
/usr/libexec/glibc-benchtests/bench-wcsspn
/usr/libexec/glibc-benchtests/bench-wmemchr
/usr/libexec/glibc-benchtests/bench-wmemcmp
/usr/libexec/glibc-benchtests/bench-wmemset
/usr/libexec/glibc-benchtests/bench-y0
/usr/libexec/glibc-benchtests/bench-y1
/usr/libexec/glibc-benchtests/bench.mk
/usr/libexec/glibc-benchtests/benchout.schema.json
/usr/libexec/glibc-benchtests/compare_bench.py
/usr/libexec/glibc-benchtests/glibc-bench-compare
/usr/libexec/glibc-benchtests/import_bench.py
/usr/libexec/glibc-benchtests/validate_benchout.py


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Jul 21 23:51:07 2025