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

glibc-benchtests-2.42-3.fc43 RPM for aarch64

From Fedora Rawhide for aarch64 / g

Name: glibc-benchtests Distribution: Fedora Project
Version: 2.42 Vendor: Fedora Project
Release: 3.fc43 Build date: Fri Aug 8 18:30:44 2025
Group: Unspecified Build host: buildvm-a64-48.rdu3.fedoraproject.org
Size: 26622516 Source RPM: glibc-2.42-3.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 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/32d17472ec51677dac1ac27fd3c18db6dcedac
/usr/lib/.build-id/00/7f28871e21af2d9aa564e537c2f5c131f416e9
/usr/lib/.build-id/00/8bf625eadb9227399615404bc0317d5cd28e22
/usr/lib/.build-id/02/2994400c1ebf9b2720519ca8e73edb1287013d
/usr/lib/.build-id/02/35bd20a66c055e5261ecb43c35420872f4c104
/usr/lib/.build-id/02/51e8f39658a7b52280784bb41b6e57a7256d6b
/usr/lib/.build-id/03
/usr/lib/.build-id/03/143085059003f789d705c6cd206465cab0b3db
/usr/lib/.build-id/03/dfde70aeef87e66c3fccd1318e30f5e8200db0
/usr/lib/.build-id/04/506b71d3e731a3aa46cfc0995aedb1c68791c5
/usr/lib/.build-id/04/7a655ff607282e0764e8a78f876dd92a2f2f61
/usr/lib/.build-id/04/dd1265bce581f12b277d5848838668ce168dea
/usr/lib/.build-id/05/137125102b89e68433e33f2ead85b2ad26a56f
/usr/lib/.build-id/05/431cf3ce02c45d6b6a46e6f9a450317f81b1c8
/usr/lib/.build-id/05/6aa0502c05dd7ef48d1557604251ea416e2051
/usr/lib/.build-id/05/e7ca7bde1a8e592e19f1cb13c8102a85c71e5f
/usr/lib/.build-id/06/0ba00f63509c3ea8cf2114b1a9b152694b91fb
/usr/lib/.build-id/06/8dc2f9af2ab6f269682de347fb082c42afdebf
/usr/lib/.build-id/06/969da073762fb303d721d58db456cc3353f950
/usr/lib/.build-id/07/4a00888d8879171935a1a614f85e690ced86ae
/usr/lib/.build-id/0a/693b7fd4c876e71829b050a387d26b598ba17c
/usr/lib/.build-id/0d
/usr/lib/.build-id/0d/40b305932b9523966cbfb593f218358402698b
/usr/lib/.build-id/0f/cfabc42a533ad3a261c2d11a2d1d390ea8e3a9
/usr/lib/.build-id/11/e5af153f0a17a66b4962506a49eaa22ed01c96
/usr/lib/.build-id/11/f79624777f058cc6926d80e621307fed0b323a
/usr/lib/.build-id/12/3412dc5fa89eeda5d9bd926ac9f078fb688678
/usr/lib/.build-id/12/4f5b83957dd93eb2ba0714a64124cd8ff2ca1f
/usr/lib/.build-id/12/a56f2d310c739aaf8fb2a7bc1070cb554e0949
/usr/lib/.build-id/12/bf1ea86bc4adc9be8036956f31cfd22be67d59
/usr/lib/.build-id/14
/usr/lib/.build-id/14/0322227a76c78366ffe0833f9da51b5b62d3df
/usr/lib/.build-id/14/e3c5c467de4230c6919d7387e46de09121748b
/usr/lib/.build-id/15/47267851bae1b2a02c73e44e2bd8952abf6095
/usr/lib/.build-id/15/b5c2c09d836891f4074a6abe387d80f638fa5d
/usr/lib/.build-id/16/dc739577b2bad86f726746527af1ff431ed8b7
/usr/lib/.build-id/17/b8c18b2549f386aece742a99eff44570832a6e
/usr/lib/.build-id/18/00a9481aff3ea436ac2757b7f33906e0bbae92
/usr/lib/.build-id/19
/usr/lib/.build-id/19/74f69788098041642b166c9267d441ab0fe032
/usr/lib/.build-id/1a/894e6585f86e1290a90268bebc1a4879ac58e4
/usr/lib/.build-id/1a/952ee5564a1332a7c0343ee81d8dacd1bb571c
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/237782fd327f042ce68f35ffa83579593632c1
/usr/lib/.build-id/1b/42615313431de58d491e815e8fc2e3a7a28c0f
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/9e5bf16b74026df21614cda60fbd966135aed4
/usr/lib/.build-id/1c/b25b049e9af24fe25196b1c699bcdf8fe360f9
/usr/lib/.build-id/1d/2c22d2f88869a6cb8c5a4a92598aeda8469cb6
/usr/lib/.build-id/1e/b76de67f141b4b3087e9d58909ba5bde6a6293
/usr/lib/.build-id/20/461edbd55eeaebcf60d68aeca2b284e128f4e6
/usr/lib/.build-id/21/32d20498a72b74c384813912f769651caea49d
/usr/lib/.build-id/22/d9e5819fab215cb3d97b8e4ca9e9a3834e4d99
/usr/lib/.build-id/24/09e8345c3c7718404d50f0cfcb069de6acc55e
/usr/lib/.build-id/24/7b7c59054faae389bad9c699178f9c5d8300c1
/usr/lib/.build-id/26
/usr/lib/.build-id/26/59bf408d73081f22a8ab1596d8a6fe1486d90e
/usr/lib/.build-id/26/748091f5395ab5908a3e4ed668b5e61b578663
/usr/lib/.build-id/26/76cd4ced1e5a4e34080166f232b326dc901565
/usr/lib/.build-id/26/af819bd77786c64e72e572410642f37c352618
/usr/lib/.build-id/26/f30f088971e550219b67e440d7a632e27c94f1
/usr/lib/.build-id/27/951cd0dfd8b3008a0035d1debf3d26df308c07
/usr/lib/.build-id/27/e4de414e863a6724bf1486b1b93ac26028153a
/usr/lib/.build-id/28/4f4e45b82bc34b60b151cfca02e51b59495b40
/usr/lib/.build-id/28/f1c98b0c8d25d4fe2c5c0e486232108e0e980a
/usr/lib/.build-id/28/fb88efda9e4f5e3f71d92db1f40347b5043837
/usr/lib/.build-id/29/490e76dc3eb6867ebd993b6e580559511b807c
/usr/lib/.build-id/2a/5ae25df2b54e922b2742d36064a510f51bc1f3
/usr/lib/.build-id/2b/46cb26903f9ea79a06756bcbffbc263dcdfbc2
/usr/lib/.build-id/2b/58671f27cf1681e70aa73097c6e723c651a4e2
/usr/lib/.build-id/2b/6e216bf787fec511a0be7e22fe260ce5e1f862
/usr/lib/.build-id/2f/a9cf75ae0ab0811dc00e1010c0059498488fa7
/usr/lib/.build-id/30/23e67bc78c180a69ec5a42c370aaa1b75d1299
/usr/lib/.build-id/30/2c92da2d08b8f58e8a9cb9a689213f2b167cb5
/usr/lib/.build-id/30/953b0abbc9cfa63894b11a97c669095caced88
/usr/lib/.build-id/31/51f98fff2b7cdda48c1d534c9eac359613e5fe
/usr/lib/.build-id/32/2551dfc41a0e854770ceb0282d94692ed4ef03
/usr/lib/.build-id/32/501451ea9c5b9daa0f3ca842dac98e568ca38a
/usr/lib/.build-id/32/daa896e4276653a31ec681dea13eb09681f685
/usr/lib/.build-id/33
/usr/lib/.build-id/33/9725fa8c8bfd25983d9f818a093c17d4db4585
/usr/lib/.build-id/33/d0a64efe8ae0b282d0647725c363d4caf25938
/usr/lib/.build-id/34/b0fb072bb7be88f6236cce6b4e98d44478d943
/usr/lib/.build-id/35
/usr/lib/.build-id/35/ce08d47d61f0eeeb08dd76ec48942164519e5c
/usr/lib/.build-id/36/6e2b5522708336e0bbebc2b58e339e118d82c5
/usr/lib/.build-id/37/ae0200e9afa6a9593fca3cec93b2f5b9bcfc28
/usr/lib/.build-id/37/ee599265047b877b8c289c8e6a8c17aa8fb2b2
/usr/lib/.build-id/38
/usr/lib/.build-id/38/1170c3e45cdb568b4aaeb741d62e9446f250b5
/usr/lib/.build-id/38/9aa85c90e2af9561e373af63c426af5b47c58b
/usr/lib/.build-id/3c/1208f32d41f01466bd48c12ee810be92c4babe
/usr/lib/.build-id/3c/3663834247bd65755b2244f22f56fd41d4a03b
/usr/lib/.build-id/3c/c06e9952e86db05c73a61b1939f5088e49e8f6
/usr/lib/.build-id/3c/c6618b0c62609e3887ddc270ffc6fe9adae90b
/usr/lib/.build-id/3c/d608e1e2245b2fb8ef3482b449e707d19cb0b1
/usr/lib/.build-id/3c/f3aa2e33c6a0386aadbfd13121bb6b643c26f1
/usr/lib/.build-id/3e/03a9894e13b495a6a804e3da48b0319741186b
/usr/lib/.build-id/3e/84e05680fb5a8f76208d84fe47383777c1eecf
/usr/lib/.build-id/3f/8a6315655a8ac1a3afef53f3f85afa65030672
/usr/lib/.build-id/3f/e790c47dd57a6e73a29d59b1bc9db6b1a23a0a
/usr/lib/.build-id/41
/usr/lib/.build-id/41/172dd34256cae4fa80df42b00b2eff56791d54
/usr/lib/.build-id/41/e2dca1f48dcef385c67c2c4831682b81bcba86
/usr/lib/.build-id/42
/usr/lib/.build-id/42/c650185973801fd3b62b4f4680427ca6737498
/usr/lib/.build-id/42/e48f5a37e59464228abcb2471d6af69dc9615e
/usr/lib/.build-id/43/bad0f7cfd089b517df11c7d2ceac35e5985756
/usr/lib/.build-id/45/8772374f7871656424d301c1f32f83afea964c
/usr/lib/.build-id/45/aee9084a5bc175fc8186ce699a1ea00fa4dfed
/usr/lib/.build-id/46/431fb6a4175e238421660c0b441f356e78e762
/usr/lib/.build-id/47/cc2a6f0575b228cd30a67fb93559b8c05a80fe
/usr/lib/.build-id/48/115fe16a3a2fe38b4b684de2e37eb8a56ede5a
/usr/lib/.build-id/49
/usr/lib/.build-id/49/0cea1e99d0c3524f3adc939ef7ad88b5460275
/usr/lib/.build-id/49/fd2ba1dcbb1eab162bf538fd8249e314c837a4
/usr/lib/.build-id/4a/61de67acd7dc8e80da6754c4b7ef7b32731002
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/64ffed9c16ba533af6585362ae0bd3ee5b7377
/usr/lib/.build-id/4d/1b4860ffd4b746dd2601dc5660da54825a0e46
/usr/lib/.build-id/4e/ceaf11a6eda25e0873050bc7c304cbf308ffb0
/usr/lib/.build-id/50
/usr/lib/.build-id/50/6b9a887105bd00b57f9dd7b794707a3c1aff6a
/usr/lib/.build-id/51
/usr/lib/.build-id/51/06cf18c55b6d9ccdd1b668723a38ea7d85eda6
/usr/lib/.build-id/52/18fd4db841df96d19252ac9ae86c2036b0336f
/usr/lib/.build-id/52/5c1b9ff760f7bb07b3fffd3fa2ee98b80365f9
/usr/lib/.build-id/52/6df4315ed6c08fdf9a404ada3ca570cd2233ce
/usr/lib/.build-id/54/8985658acce75bc86fe3d7b42b0ad573b5c1d1
/usr/lib/.build-id/54/aaddb251bb614cacc2a073f12e6d4cd4337cb3
/usr/lib/.build-id/54/f9dbe3382971330ceacf476623e65504606057
/usr/lib/.build-id/55/492b76d23b2bc027016b0db534fed5474de701
/usr/lib/.build-id/56/6d953b7ee290bb992d2e73d40e9d6233088702
/usr/lib/.build-id/56/806edaf4fbf607eeed840219861a312fa69728
/usr/lib/.build-id/56/b0a35150c421028311bb646bd55c70f4dc8fbd
/usr/lib/.build-id/57/60653eb5db0ff12ac4e02a9d413832b6116c5b
/usr/lib/.build-id/57/a9b115b35558c95b2773221c59379c5ebe04df
/usr/lib/.build-id/59
/usr/lib/.build-id/59/b032e5d499436df598ee2052158850e9754b12
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/dbc1d95c5b1a33b412d8a95739d526e80e7f12
/usr/lib/.build-id/5c/d1e41ef145910056fd6805c0cf5996db4a7248
/usr/lib/.build-id/5d/2cb86ebc5c6a6127fb46a06123600c05ce0daf
/usr/lib/.build-id/5d/dcfd60e2f79cd1601ef06c7d2d4fb8c2a9d5fc
/usr/lib/.build-id/5f/cd4c201f1bdee9711b4e46a1ccbad6b4e6a10d
/usr/lib/.build-id/61/1f53545e30073f6d946dc2e13986e29ff97d95
/usr/lib/.build-id/62/1a119ac82ac397cfe42b930ed95e99d35e12d3
/usr/lib/.build-id/62/2e3fc119d4db7c83a4df006b16ac196b8e7826
/usr/lib/.build-id/64/31257620059db0c22260a136e4437101ca6822
/usr/lib/.build-id/65/5516e31b35e95c9f77f4152219f22c3196c51d
/usr/lib/.build-id/65/5d6872b16c61fe0cdaa0d1726073821e84c60b
/usr/lib/.build-id/65/d90776b55c99b4cdd23bc52f717bbebd8f0eee
/usr/lib/.build-id/66/686c02d42b5057b1e5ab3f286364d075ffe4ae
/usr/lib/.build-id/66/a742f4ef6e4d67d415d2d3b8713b398d68411c
/usr/lib/.build-id/67
/usr/lib/.build-id/67/8d8156eb4dd95b38a9afd84e90e6cef0d70b38
/usr/lib/.build-id/68/b02df1ee2dbf6dc82947c6de08f35c6bb008cb
/usr/lib/.build-id/68/bc5edcfde729d6a3973bbc4ac8ffad1cc1acf2
/usr/lib/.build-id/68/f55b442c188e65178e10e0a7086449e3e88d51
/usr/lib/.build-id/69/e238e8b243d73e549a92a12064448a391685dc
/usr/lib/.build-id/6a/109e51d7da03dd11a215a3d5b76038dc5ae5d8
/usr/lib/.build-id/6a/dc659f67243904c9546c0ac112242027b30b5d
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/22088ac81ed5b40a14b1954e5ece16dff592c0
/usr/lib/.build-id/6d/0b8a9cc2f9a00d7e8578e66b2fdfc468247c9d
/usr/lib/.build-id/6d/82ce2d3d5e0b3d32a8d571fb4c48ab2a2b58a9
/usr/lib/.build-id/6f/a6fe22d94b41b412ee5a8220169b3082b3aeca
/usr/lib/.build-id/70
/usr/lib/.build-id/70/d4de1c731fd71678a67135afbda45812d9a379
/usr/lib/.build-id/71/acc2ef41ad5617c6b8cd30d36219209937ff9d
/usr/lib/.build-id/73
/usr/lib/.build-id/73/4520481413270e841fa3a7340b1920cd377630
/usr/lib/.build-id/74
/usr/lib/.build-id/74/26de23f8bd8d1937428b99bd5509d99ac15fe6
/usr/lib/.build-id/76/2cbcf360db981e410f1d18d3c284015fc5c37c
/usr/lib/.build-id/76/4b1ef57b6244095ffdb8a14258c574549e785c
/usr/lib/.build-id/77/562d440fe24ead411e6785612249084e7cd6d8
/usr/lib/.build-id/77/a4091da1e770ba0f346a88161c1ffd81337feb
/usr/lib/.build-id/79/34afe9a269491eee1131b9460f42ac228faabd
/usr/lib/.build-id/79/5d5768ee602f83ab89d604652a44964fa10829
/usr/lib/.build-id/79/92bb13e8d7e18ec9c02a1bad2d7be60fb4a286
/usr/lib/.build-id/7a/263a20aa5d600f7004e9610cd7412de841ffa4
/usr/lib/.build-id/7a/2678dad5a3a12ea3ecaf3650477823b5add805
/usr/lib/.build-id/7a/4914507ee152d3bfb0fe3eacb8d0ad95a1f1e3
/usr/lib/.build-id/7b/b1c42ff35a1078e5b06c2ad4dc09ad68798a17
/usr/lib/.build-id/7c/541a9f9c0a4b280dceab395f08f58da7e95121
/usr/lib/.build-id/7f/ef6eea17471d4fc2b18d6701998f2089470127
/usr/lib/.build-id/80/4ac97b4809b0c5b7dfee2b60db9e02f7467007
/usr/lib/.build-id/81/ed8c9bfb07c1f6bbbb7dad75d33cf04054ce80
/usr/lib/.build-id/82/bd7c6bf7ea57a7b2b6cd89df982e8cae96572f
/usr/lib/.build-id/83/83b3ea8b7fbbc8e0314a510ef90e562ffd848b
/usr/lib/.build-id/84/e0d3ed191f1a2e1be3ee51f0f0a2ec7f49c60b
/usr/lib/.build-id/84/fe6daf83153c79510fdc76c4f8b87bfb0acc54
/usr/lib/.build-id/85/7398a343f50544a6ce915bf0604058e1cff452
/usr/lib/.build-id/86/805c5e259c347e3814d83e71506b815e39caed
/usr/lib/.build-id/86/d77b98906211c56863f5e17e22b20120377ab2
/usr/lib/.build-id/89/20a4e326dfdd0831a335015fdffb4f3ca96afa
/usr/lib/.build-id/8b/6eb83e5509a222bf64b59d5022bbf0bbb5b919
/usr/lib/.build-id/8b/80dfb211b7ac619d9ab7f3e0930ade8dfa0b8e
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/330810da7587c61c95bef25975eaae27da648a
/usr/lib/.build-id/8d/3ed78dffedc14264abc1b8dcece0abf9a96e21
/usr/lib/.build-id/8e/39958ae275b8008d8a8fb65cb6144ac78d7097
/usr/lib/.build-id/8e/8e38ef785a0f079f30c62f874ed28564794a0e
/usr/lib/.build-id/8f/04a5d38c95495aff6c64a7bf9a024f61515112
/usr/lib/.build-id/8f/b3b248988998e0fd49808877a3c7003eacd883
/usr/lib/.build-id/8f/f130c797c430d83f4c09a421146a2436267eaf
/usr/lib/.build-id/90
/usr/lib/.build-id/90/1bde5d34103492f0ebf063719499ba876e932b
/usr/lib/.build-id/90/2d584e40c5a6ddc0ebeea67ace62ee52ba844f
/usr/lib/.build-id/90/8817ccb6caec1f5a2f76768087e44a2ea129b4
/usr/lib/.build-id/90/a74ecbfda86f63af7f5f9d5e200ce22268dc59
/usr/lib/.build-id/90/b71b61ae6a26f23226dc3c503d2813281f822b
/usr/lib/.build-id/91/8cba885d2bd939effcbb9ba91f3e208dc46461
/usr/lib/.build-id/91/d5ef4aceda762236fec926dda64e0c881e41eb
/usr/lib/.build-id/92/32799a1b78933280660536d9b11e97667bd8db
/usr/lib/.build-id/92/4d932fc3a580cca8b8641a4d5adfa84271201c
/usr/lib/.build-id/92/924eaaa5d15321c93c1d12affe2605b19fa11b
/usr/lib/.build-id/93/54d7061984eb378eaa2a3ab162e4c2c75c33ca
/usr/lib/.build-id/93/b4d02bd2623999e8e18cab6b0a59df79477e4b
/usr/lib/.build-id/94
/usr/lib/.build-id/94/3011706fb9c8c44161a3d8256081f55f8a2769
/usr/lib/.build-id/94/927b57388d188a66d9b169813ac5fdd918dfb3
/usr/lib/.build-id/95
/usr/lib/.build-id/95/30704d2f5f98befa361f600457a6f96f6c600c
/usr/lib/.build-id/95/3106e306c7f670b8d4967f31504fa289aec5f1
/usr/lib/.build-id/95/b86798b70b9611a44b2a18ec604b53ab383fc8
/usr/lib/.build-id/95/d453579adec4c1dcf58accc8a266efe152922a
/usr/lib/.build-id/96
/usr/lib/.build-id/96/a80c5faa947034375bc12a5a997e2db69eebe3
/usr/lib/.build-id/97
/usr/lib/.build-id/97/8da6c4c60cad3defd2dc08e3b89d43150085dc
/usr/lib/.build-id/97/8e3592610e5c0b8f312f2883ea10e1a5517b2e
/usr/lib/.build-id/97/95dc35cc366dd6ac438ed7dfca359aaf771877
/usr/lib/.build-id/98
/usr/lib/.build-id/98/538a6fe5cf3d24b4bf8f3b312d8d21e058675e
/usr/lib/.build-id/98/84adc766b06d058feab533a2a7feeea5dd9432
/usr/lib/.build-id/98/8684471164acccaa3188d0b5d22e2c0a206774
/usr/lib/.build-id/99/5d479e8338a7b2e1074bdc1a03b79b95d53f3b
/usr/lib/.build-id/9a/383f5ce00dab11ac26b9d87893acb4c43b8341
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/be9af8aac6ef1dcae88f82bc0de4a22a50213b
/usr/lib/.build-id/9c/e3023faff74592cc3a8882855866621a4a1e7f
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/3e2fc6d8c7ae1da5c2b817f1dc28645f5569af
/usr/lib/.build-id/9d/48782c6c23780ef82a3f1e6ce0d442edc97c55
/usr/lib/.build-id/9d/6162f061cc08e91283f5bb09dc0ea16c345b31
/usr/lib/.build-id/9d/67573031c1597503a5bce68c503c61ea6c348a
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/61b3ef4ac930b927a4ed94f6c1bdf5b68e4d5c
/usr/lib/.build-id/9f/7345173f2f4282c309d42d670b7322b1721209
/usr/lib/.build-id/a0/17d976e6690a15b76148e397e91c1771e29344
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/080e7733116599c84a5df25d5238e934c1431c
/usr/lib/.build-id/a2/0fdeff73256fc33af00c8165cce7b27d50ea43
/usr/lib/.build-id/a2/8e5b680d0cd52a95f25dea0780e8ab6421eeb8
/usr/lib/.build-id/a4/1e3bdcdff6195fb4ac270f15aa52ef3d122ccb
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/2fe8880796cca3a151e8d909b77ccd07c47805
/usr/lib/.build-id/a5/5a63db9bca0de04a973284685fdd792f29c118
/usr/lib/.build-id/a6/940c1212689c6dc72f952eee58ee44039221b8
/usr/lib/.build-id/a7/aae2b63a224fb3f4bf5a3a822aeb680ad0c594
/usr/lib/.build-id/a7/c90bbe79caf74390333375c3e10a687c285b66
/usr/lib/.build-id/a7/d118ce7aeb60d3dfc722db820b8febc171ed0b
/usr/lib/.build-id/a8
/usr/lib/.build-id/a8/72e095e223f0fa3db7b5d097607ebd864e726e
/usr/lib/.build-id/a8/8dcaa98b5d7735d25d5ec0fc919a6c5b01d0ea
/usr/lib/.build-id/a8/d0e84ab085e3026617dff8c939792304409961
/usr/lib/.build-id/a9/cc5f3dedfcf274d177100d977d510c3202ba0b
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/057b2373c5eb47dfefeb9fde82dff34b30ae95
/usr/lib/.build-id/aa/b3ff1ffbbb85311ece3eb9ea7a68cb72637bcb
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/5ff5930bd035b6d6e46a233f6b349534c6bccf
/usr/lib/.build-id/ab/ee6c072239e1d92d32f3dfd2fa908f616d9c23
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/2ad6cdf703b43aa3e8c8145bbbcf6fb5563651
/usr/lib/.build-id/ad/c96123a38613106282c11ce530694baa92dd9b
/usr/lib/.build-id/ad/cab3e751db2bcb8483966d7ff11d14b2f46a4a
/usr/lib/.build-id/ae/02f3d0709710e12e82e5aa76a7eaf28f098d06
/usr/lib/.build-id/ae/0fbfc4260e8c12f65ea462503419074f9b0cb7
/usr/lib/.build-id/af
/usr/lib/.build-id/af/fc5e053744e2d0c895dea800d9c90a4836c7f2
/usr/lib/.build-id/b0/01d8649555ed3bc5954e4ac6675fe732612f44
/usr/lib/.build-id/b0/aa7631fe74a8855ff6866a65f9eccc7a0d2158
/usr/lib/.build-id/b1/1264dc9270881e5e97eedc73830cf543e9cd4b
/usr/lib/.build-id/b2/edb6fdd1877d0d247aeb5183cd29ec9d56fc10
/usr/lib/.build-id/b3/1f178e684d8e4b38f899153a380409e85b6f63
/usr/lib/.build-id/b3/38a804d457a791586c51f9f8777b2d01ad64bd
/usr/lib/.build-id/b5/91a47980c231954dc1bdb5d3728d69fba82f65
/usr/lib/.build-id/b7/dac51f3a574165756655113d3f811dd947e616
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/bdcf4168ad8092813d07dce1ddbea4112834a7
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/0ae6e6ba07f792ca8d81c844f203ec84abcade
/usr/lib/.build-id/bb/ae7dcb3d77c73fd252e7ec30d48086f8667fde
/usr/lib/.build-id/bd/1b670e5ba42f0e0a560d3a4df12efeecac4d1b
/usr/lib/.build-id/be
/usr/lib/.build-id/be/3d0df228d17d9317aa31c6c3a26a1ab02583c1
/usr/lib/.build-id/bf/d2e5949e8299886c641f14d60d15ad073c13ca
/usr/lib/.build-id/bf/f860fd6a844c79355a667d0dbda409bbdb655d
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/09a2f444762fc5d1529f76a4d9850bf51da35d
/usr/lib/.build-id/c1/0102f9543bb795952837e33a9498023aa49f08
/usr/lib/.build-id/c2/6309f230753abcc75d0fdddfcae008c957913a
/usr/lib/.build-id/c2/968ff47ff30b0150ca60deb7562a839ff8ce28
/usr/lib/.build-id/c3/69325e30785d23a5d5d7a4e8c0aecc9459f91b
/usr/lib/.build-id/c3/70c69687ccbf915843c8223c21848d12eda503
/usr/lib/.build-id/c3/d42d5aa5400aae9491206216e1c244fd8b8185
/usr/lib/.build-id/c4/062b212876ffda77b13cb43c916670250da749
/usr/lib/.build-id/c4/8d4fd3b2c3614612d4eef0e2e9f537994d05ae
/usr/lib/.build-id/c5/6467dda9155f0b07775b4cdfa327a6bf6a5979
/usr/lib/.build-id/c5/a06ae63f11391877e4ea35750bc7a7ef2f74df
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/9d11ab2dbc3e9386a4f93d6ad516edacb7f09a
/usr/lib/.build-id/c6/a9f3a4eab16fc245c0a8d227f4a5fc2045e39a
/usr/lib/.build-id/c6/af942e66acbaac16c4296078678526ce29b01a
/usr/lib/.build-id/c7/ffb189f1c97b656f3ae0f8a4d4df0815da4e23
/usr/lib/.build-id/c8/e8793025272f520b1fc55c2da4bce0b3cdb3eb
/usr/lib/.build-id/c8/fe47b02f8b55f8aa949c61dacf251d1b399764
/usr/lib/.build-id/c9/ec39275cb2bf089282a06de39a753174e8cfdf
/usr/lib/.build-id/ca/7142b56ceb247b4f95f3ac3414f83b65c2d06a
/usr/lib/.build-id/cc/37ec57b6701c45e928b65790cdea5d8c5c7fb1
/usr/lib/.build-id/cd/aec9769c1720e1094e4e7819d4578317fd9557
/usr/lib/.build-id/cd/bb408ce4f98ceb90a5786388abddc374c79e1b
/usr/lib/.build-id/ce/0dc447f9b54f9c88d7006d013b9b04fab4c1d1
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/6be5f2aa442a119da82a25ee98c4eb8a06e351
/usr/lib/.build-id/d1/d798f45ed2aefe095623b11f8a42b8d3a69edc
/usr/lib/.build-id/d1/f61dea98e2458d9ece7eb1320c08d51d9cfebb
/usr/lib/.build-id/d2/4db35f2b98fe01f34f88246a730ed7b266db03
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/0ec311eaeac1762c1594d54f46aefe9d904277
/usr/lib/.build-id/d5/144bae2444bc9420b397ae9ddbb17862d5df3e
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/ef342017e190e52e99d548705e8e92f6045b9c
/usr/lib/.build-id/da
/usr/lib/.build-id/da/0a8ce2f542db54b271e601960d68aa68d15196
/usr/lib/.build-id/da/67ce4df9be372316aff9add0381501e0f2cdd6
/usr/lib/.build-id/da/ce4bdf4d6dedea390b2c4456d23fa03c2e6bf7
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/467e3b4384f0569d041ed7a2865000ca9f7243
/usr/lib/.build-id/dd/aedbaf5062f7b351095aaa8ab69345e0ce4a77
/usr/lib/.build-id/df/febf5d4bdbd0dd597b7ff9621ed5989406375a
/usr/lib/.build-id/e0/c0a944d40d3f3c6caf7a9e1bb2b1ddfe2a8e0f
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/18942012d7347d58065fef57c14b959011f32f
/usr/lib/.build-id/e1/f308b05ba5b405d40e16df4a846b063064ea96
/usr/lib/.build-id/e2/2b731cb6c10a25db948a22d6656570079edfc6
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/3f6f726ea3e678f8ba7988d370f9061e6d6b8d
/usr/lib/.build-id/e5/ab0fd5141e73b67cae332b689c06e6eec0ef98
/usr/lib/.build-id/e5/c53cd9602e215cec25e8a354ffae6bc6505e11
/usr/lib/.build-id/e5/ccf048aaeaf426fed3781456d2cba601a60aae
/usr/lib/.build-id/e6/6a1fba0aa4ab8ff046e341244d0e48630575fc
/usr/lib/.build-id/e7/0b407e54c15d8cbce2a11548b7be4cacff7a68
/usr/lib/.build-id/e8/39d7b8e69bf4557513dc3dce2f2bf4e373e074
/usr/lib/.build-id/e9/1cfc8572ea3fe2e05b654a97ec5d442d2d7544
/usr/lib/.build-id/ea/11d01bb69e352654874c7a548b371ed768843e
/usr/lib/.build-id/ea/32085cfa2682b55ff89d85adc27a87728d2402
/usr/lib/.build-id/ea/a881071fc181978a5bfa5174256be6e885ed67
/usr/lib/.build-id/ea/b8571ed70636d70d2a8bb3f3c275c1ed0ecf9f
/usr/lib/.build-id/ea/eaf661ffa99e6eee7c8c03ddcc485edaf7ff28
/usr/lib/.build-id/eb/9c843be5fd78fcb50ca78a1e8935cec9d36a72
/usr/lib/.build-id/ec/e1017645c0aa389a6f942c0c0861198c070368
/usr/lib/.build-id/ed/05440c7ca2b6d266e61889810494c560609be7
/usr/lib/.build-id/ed/7366ae83a7a9c4f7d596bc43d47068ddea355a
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/237a29c7ff230dfe77eda660f129f460689eb1
/usr/lib/.build-id/ee/e143af5ab91fe0ab677e4f859b5ea5f27abf6a
/usr/lib/.build-id/ef/5e77b4051fa5f006ba4c5eb907fba4cc6a9bea
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/d50f6c0bc8d6a016526b34d8b34085859f708b
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/07642fb9222b89fb1fd55923b17c85a2ba7ddc
/usr/lib/.build-id/f2/3980b2e2e9a09eba3ae3ce0390ed3468bfd3f3
/usr/lib/.build-id/f3/a715eade06389a36476b75b496a84a611ab847
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/2166c74ac244ad8b237c023c849f687df3f317
/usr/lib/.build-id/f4/ae0db3a1b50e110ae9a97ea255b70996db50d0
/usr/lib/.build-id/f5/030c39b2e78be047270493bc4d00b23b50c3f6
/usr/lib/.build-id/f7/0ae6ab2056240449daf97fb284b355439ec013
/usr/lib/.build-id/f8/a69009e74bdb93442fe2b6146c97c7c8a42b7a
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/4e29fe30085cd09279a45a403c4f6af62fd3ef
/usr/lib/.build-id/f9/8c5c1603cc03f101461046a0424bd7be3da69e
/usr/lib/.build-id/f9/b470785775949d379e8cbd1b8c4c960d4eca07
/usr/lib/.build-id/f9/b86074776a52988d9311cc1e8b4fa554a35465
/usr/lib/.build-id/f9/bad7c9662e25b7631b94ac71d7101e3edec89f
/usr/lib/.build-id/f9/c96b6c291efd7852beb5f4c4066c2c5eb82173
/usr/lib/.build-id/fb/0844d794a0bc76df40685c7349cabedb803571
/usr/lib/.build-id/fb/1084b3f80c5ff63af88d54be33c0fc75162e03
/usr/lib/.build-id/fb/339913e77ddab670f234f4d5134622fed2ec46
/usr/lib/.build-id/fd/8524c0ac52d799dbdb10ef5b17422c0100b032
/usr/lib/.build-id/fd/a240f1ab02aeced63c99687663a4b064bc37e3
/usr/lib/.build-id/ff/db62cf29675ff50ee1b6c7df9e01676b30c900
/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, Tue Aug 19 23:04:11 2025