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

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

From Fedora Rawhide for aarch64 / g

Name: glibc-benchtests Distribution: Fedora Project
Version: 2.42 Vendor: Fedora Project
Release: 2.fc43 Build date: Fri Aug 1 19:37:26 2025
Group: Unspecified Build host: buildvm-a64-46.rdu3.fedoraproject.org
Size: 26622620 Source RPM: glibc-2.42-2.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 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/77077bed99b0467ca00045e29d64d96d5c5163
/usr/lib/.build-id/01
/usr/lib/.build-id/01/a95c32c0e202d51d3354a2ee3bed1d11a410fd
/usr/lib/.build-id/02/13084184f30b4bbd2ef216a5a2e0088e1479b7
/usr/lib/.build-id/03/21c6939843b38e41491ebbf46e102f3a874e99
/usr/lib/.build-id/04/0e064b797385c1ab756bf05078b6a6b89d94e2
/usr/lib/.build-id/05/1e2d2a0dab553df26c49f4c3cee2775501ff6d
/usr/lib/.build-id/05/c9a87965b58012aefdd714596cc108300c075c
/usr/lib/.build-id/05/d268abb43143960f8bb489cf94b702cdb1fd52
/usr/lib/.build-id/05/ef4cc4ec05b3f65b5bbfc2d5e536f6624dcc93
/usr/lib/.build-id/06/ba04e6c819704d7f9424bac2e634214a51a5aa
/usr/lib/.build-id/0a/da8a5b854bf45d3aa583e717aaf362971714bd
/usr/lib/.build-id/0c/0867d7fea2418e5938b5b02cdca51f8d006ad4
/usr/lib/.build-id/0c/0ea49e5244c4f6f950d70db6411e89f33e51bf
/usr/lib/.build-id/0c/c8cc106fcb6149c91fe6e8d023fefa66f044fc
/usr/lib/.build-id/0f
/usr/lib/.build-id/0f/57e02b731e9caeea90f043f1a25a3e03798881
/usr/lib/.build-id/0f/975213fdec572db049804c7c423e16b4d958be
/usr/lib/.build-id/0f/fbc7c5016eca564a79f0a875bfc12407f4c1b7
/usr/lib/.build-id/10
/usr/lib/.build-id/10/4260e09b507385e7c0fd6ef8637c90bbf6dd02
/usr/lib/.build-id/11
/usr/lib/.build-id/11/e53663b7c13eb3eb9e3985ee1bcb52a7b3e853
/usr/lib/.build-id/12/775cc45219fe69c18c5d1acacc9c330f538e44
/usr/lib/.build-id/14/c706052beb89f903075f9c65b043bb869dfbca
/usr/lib/.build-id/15
/usr/lib/.build-id/15/4e7156840278fb8c60c72dcfad4d44e1093ccf
/usr/lib/.build-id/15/a76e3a0a3f3ba9263d909df625b1aae614079a
/usr/lib/.build-id/16
/usr/lib/.build-id/16/19525c6987a95fdb40f89d4c13673c4a740c89
/usr/lib/.build-id/18
/usr/lib/.build-id/18/0378389fba64d6b9010f801485f65a751c5980
/usr/lib/.build-id/18/432f082274e34300594cb5fdadc05fa8e6900c
/usr/lib/.build-id/19
/usr/lib/.build-id/19/7a16fb0de56e1030e27abd24979c858e545754
/usr/lib/.build-id/19/b9ac2acd49cb60e72148036a1474722f6af84d
/usr/lib/.build-id/19/f27568e7c0c0a55e96beb159030312db9dccf0
/usr/lib/.build-id/1b/508a8dbf428cccebde014482552c63adcd4bde
/usr/lib/.build-id/1c/548f1488d8eca1c4b627f8615dfae42b81a0da
/usr/lib/.build-id/1e/cae68c71561b092df4e77f63738e69deba3b17
/usr/lib/.build-id/1f/56d4354da2008a5c46b94ee19f1f77e56e4cc8
/usr/lib/.build-id/1f/9bdb1da8d284bb6926c682febd24417301e493
/usr/lib/.build-id/21/061bf28080b4a78cd2c46ee782c7a64e3e0788
/usr/lib/.build-id/21/81afe1b06be0ce08355d099d60e043eefa08c1
/usr/lib/.build-id/21/e1be11062c8371588dd150e420365c08cc5356
/usr/lib/.build-id/22/ce52be8d7493f77cff781a4b3c89b8377ea718
/usr/lib/.build-id/22/f1fabc04c511b84117bcde5d563ff6648948cc
/usr/lib/.build-id/23
/usr/lib/.build-id/23/1e0fbcfc21b685164edb3d593401b4144c5a41
/usr/lib/.build-id/23/905447a40b2e5043575e809359bd0501f0a9c1
/usr/lib/.build-id/23/98e6ba84eaf56f713b3d085c81c81af5fd8542
/usr/lib/.build-id/24/17f25f17931b7b5180ef68c74388630573b951
/usr/lib/.build-id/24/98537412be34797a1694dd223a6dc7ee8495e7
/usr/lib/.build-id/25
/usr/lib/.build-id/25/8740ff8e18bc39f129b9263397deb1c4bfaf56
/usr/lib/.build-id/26
/usr/lib/.build-id/26/e7980a55c7c086008e012ed4aa2bb7bb36bdc7
/usr/lib/.build-id/27/6e43c8fb8db4e767b9b8c22c37f51577df7dbd
/usr/lib/.build-id/27/8bbd1b8a4f35f9faa7c570aa13afe5ee1d3198
/usr/lib/.build-id/27/95e6f085365ad2d69b4e935e45aff4d6fe3370
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/6cc849cdd08d3eee1fb17bebec77e968a6d974
/usr/lib/.build-id/2a/e413bed568a7428f37a7fa5761f6a32ba7b7d7
/usr/lib/.build-id/2c/3b7fdf798769ce0dcc78f6d7ff840a91a5f55b
/usr/lib/.build-id/2c/495413a6e90371ce89975b28f1b3ab65dfcf9a
/usr/lib/.build-id/2d/265d381af8f20bbc622a7c98aa1a5dd361a689
/usr/lib/.build-id/2d/44f09991acc035bf7e60f1a395764110b06c9e
/usr/lib/.build-id/2d/61c3a7fee925694d57db7be6cf64544dd69c78
/usr/lib/.build-id/2e/2f2e453246dfbb994c1ff619c5ce8a542192a5
/usr/lib/.build-id/2f/40f409a493b5d5b2dd0e66df95b8b043490b94
/usr/lib/.build-id/30/77a11fa4a1eeeb9d2d65b530f48c888ae6e005
/usr/lib/.build-id/30/84aa6b28a859aa61226f63d61c0a44891e8d5f
/usr/lib/.build-id/30/a1dd417560b1070cc8bf2a7cf7be5da9c027cd
/usr/lib/.build-id/30/e8b2f9cca6795f1f70a99febc0c0b0407ed224
/usr/lib/.build-id/31
/usr/lib/.build-id/31/91e3b82c62285cd5d53b90fc17b4550582a454
/usr/lib/.build-id/32/1a289063046afbd7c6514fe98c6bff236a21ca
/usr/lib/.build-id/32/28fbed3bffeb79c167d0c652e3605183b6d68e
/usr/lib/.build-id/33/0594884903a3af1593952b243aac01ec89734c
/usr/lib/.build-id/34/ea1d08a926c1563e8c78dad2b818dfacf90101
/usr/lib/.build-id/36/c95ebf96e9142dc1fd391edf675a1d4ffbadcb
/usr/lib/.build-id/39/68cc4008a110135116380082b57a2499e97010
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/1dc8eebfbce856da76cc63126d1e9877012e28
/usr/lib/.build-id/3a/f5a6ab7c9f48d9f6e65433e25b3a2830185c59
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/9bd6802c5fb9ef6ce8076b9a7b299080f9c137
/usr/lib/.build-id/3c/810231618c06152083d01b4d529a76b348a22b
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/2ce1a8049272cc9bd78748d4da70116dc94d7b
/usr/lib/.build-id/3e/59c2f841e73a99a9165afed9bd33694d75325a
/usr/lib/.build-id/3e/ed25a8224f79bb12fe575836d6e6374d1da343
/usr/lib/.build-id/3f/1b2137272726a1372cc3efc25f2cff3acf5715
/usr/lib/.build-id/3f/42683f5998f67721186b485024be9a45bcba49
/usr/lib/.build-id/3f/8f52d345052980929fb84514146b7bffa9bd78
/usr/lib/.build-id/40/a32d155085263367c065f0b653dca65b444746
/usr/lib/.build-id/41
/usr/lib/.build-id/41/68467b34414f6909af020383aa8939445598b4
/usr/lib/.build-id/41/68ba851726f479fc9eef8a7a2ea8da02f072e6
/usr/lib/.build-id/41/95fdd97fe08a2ab4e8ac11201c17a922aaeb98
/usr/lib/.build-id/43/3d044589e890a7ac53fdf81b76fd7fb29092bd
/usr/lib/.build-id/43/758aa20bc85aa3d700404ffa0444cb9d5f6b23
/usr/lib/.build-id/45/c62616dc09a06eff3e6825e4429857442cc802
/usr/lib/.build-id/45/d52de3efd629d2455585a61fbde88d760b0a5e
/usr/lib/.build-id/46/966ae96e64dfc4b61cd4726a8348433d3d5114
/usr/lib/.build-id/47/112e6f5567a252d2eb29eba5f21ec5ede93ec9
/usr/lib/.build-id/48/4006622fee462bbb49637bc69a1a5afc402171
/usr/lib/.build-id/48/9bc56b7a7397fec6e57436c1b13e65f0c18b0a
/usr/lib/.build-id/4a/0161d491200061ca65ca31dd15922a9aeca51c
/usr/lib/.build-id/4a/0580014e042a4fbaa3942c10bc138c5b7af042
/usr/lib/.build-id/4a/26a5e19cf10a68da84b04a6d20810a81ab0a69
/usr/lib/.build-id/4a/d5bec6ccf8a883777cbe93a3f98410f9493c50
/usr/lib/.build-id/4a/d68fb79ad8e89767fd600df160c56b2ebe64cb
/usr/lib/.build-id/4b/5c213514c8e905480c50a07c9db8147c077bdc
/usr/lib/.build-id/4b/8e36805959fb67c06bc955ae3c6583adc2fd02
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/1f58e8fe6f38e6d8798a43655e206f1826e041
/usr/lib/.build-id/4e/2b0a399502c8c533acfedf6768b2494d1f45c7
/usr/lib/.build-id/4e/a6976edf477b2628f6cf7ca86ede48b78c7345
/usr/lib/.build-id/4f/69d46e1210fb85fae7aa4a9807b68af21939a4
/usr/lib/.build-id/4f/9d1628c3e4d23f5368497a05182435a734df8a
/usr/lib/.build-id/4f/d4a25bc9d1422e7ac611400657c0cfccc09e5d
/usr/lib/.build-id/50/5bf266c23b433ba0156be05b8ba7776490b250
/usr/lib/.build-id/50/89a8b39750d08e652eb517698894ac853f5fea
/usr/lib/.build-id/52/2d2b4e735a712f0156bf0227f787e798d856a2
/usr/lib/.build-id/54/06f796141242722157de1aef3176aaee4234e8
/usr/lib/.build-id/54/b61717055d435310dfb02faa68ee6e042113dc
/usr/lib/.build-id/55
/usr/lib/.build-id/55/06f14a6ac3b095405107e2f6bd597ff33df311
/usr/lib/.build-id/55/467d6ae77910a319b113e5083ef8bf5a64231a
/usr/lib/.build-id/55/805b289a93dce8e074d4c4db8cafbbd21c2227
/usr/lib/.build-id/56/dee13e50197345b9debc785594493693e8ead2
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/7a88b509d8aec8a5d6cca9361c522b91dcdc7f
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/09ceac404ae9d49c6cec019144345d9309f776
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/4001e9138d3dcd85f966e2b5a067e556ac9755
/usr/lib/.build-id/5c/c750d144f1c71c34a83ca306cdac8446a57c72
/usr/lib/.build-id/5c/dfa3e2a3aac7f7b58b17a86588d82cc8d3f0a1
/usr/lib/.build-id/5d/8f67443239ec7e587669e5dbed1602205603b6
/usr/lib/.build-id/5d/de87f5b60f8dfb20a597d4738608893fa1b332
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/931f05df313b2371213e6338fff0d12dc8d93b
/usr/lib/.build-id/5f/5d6c122c1a514916cc21fb44731f2597f3f872
/usr/lib/.build-id/5f/de6a22a47750cabea2e382fcd3fe7ea39b3bc1
/usr/lib/.build-id/60/4eb54b53c2f14b4628dbb4458be4157ebe214e
/usr/lib/.build-id/62/7f36e82f14e63a1222b5a4929c27c84a64bbde
/usr/lib/.build-id/62/aa97f9779d8fffdab78698195f1ca6adb34e8a
/usr/lib/.build-id/62/ba2372156a32e969e7e494512005cd764de033
/usr/lib/.build-id/63/b9d16c3b792d765fea950882825e391dc8aefc
/usr/lib/.build-id/63/d50d20809c4df53115ab618ae931838a2f0995
/usr/lib/.build-id/64/114018e2a6d2adbc979d63678a708340ae3dbe
/usr/lib/.build-id/64/2b5edeb9ff64e3d91a05b6bd4a70df7dff3249
/usr/lib/.build-id/65
/usr/lib/.build-id/65/03918270617142063b14ba08b2e458b952ab83
/usr/lib/.build-id/65/6ce926ec2da9765d5cff10cf481ec532e888cc
/usr/lib/.build-id/67/332935ddc7d0ad98a4f29d2dbe2f2459eb2ff1
/usr/lib/.build-id/67/5c2f4263af0f1ca11990ac199a046b029c91f6
/usr/lib/.build-id/69
/usr/lib/.build-id/69/07937c7d004d5b933cef36292bd059b2f102de
/usr/lib/.build-id/6b/d94e566c842004252ca67e7cc2a5e6de836615
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/369d86a4558f475ecd15c1ea23f9d0f328e2b5
/usr/lib/.build-id/6d/4c9803c3cebb40b6bd535639f7c052f8604e4f
/usr/lib/.build-id/6d/c3d842381b0434b5421ac75464b3c0e65dacba
/usr/lib/.build-id/6e/9e1a77d18794719fe74f7da3130fd7a06dd968
/usr/lib/.build-id/6e/f7054d48bbfdb68b38dc8d1fb35874f945f2b9
/usr/lib/.build-id/6f/5c27b2659dfc503b6e97c960bd75158b7fc426
/usr/lib/.build-id/6f/c2cb23f301eb1546e1d7456116a38a5e888318
/usr/lib/.build-id/6f/df3b4dcbccb4a84f601fc65792cbf89503d36b
/usr/lib/.build-id/70/b0d3d5ac535b4838ec9c3b43ca9c251123ba1b
/usr/lib/.build-id/71
/usr/lib/.build-id/71/8cff485da9b349038ec10b778f25bc1ded1207
/usr/lib/.build-id/71/f0f78067fedde30903f62c974a20b3e8f9c6de
/usr/lib/.build-id/72/2bf3d05b0faffbb8e57d3bd3f6445eb0a1b8b8
/usr/lib/.build-id/72/846d01c880e057bcee01d7615d7cbd311c7041
/usr/lib/.build-id/73
/usr/lib/.build-id/73/33a48f90a40ecb2a09c8486b23f08d8b5d4902
/usr/lib/.build-id/73/5034d0333ae6b1ac6d5bc72f776d3a5844e8d9
/usr/lib/.build-id/74/ff6b1d8351f1beb7fa3ad06b4587a617e87a7d
/usr/lib/.build-id/75
/usr/lib/.build-id/75/0336af2839260c13ab806d3951017219431388
/usr/lib/.build-id/76
/usr/lib/.build-id/76/1ae5e7ade9ece098b3fb255693f2671de7bf30
/usr/lib/.build-id/77/d73b0be17e6392baa6b312fb1fb7bdb8d93969
/usr/lib/.build-id/78/1cd5f7619e7dae0e98502b6237f66fcac25795
/usr/lib/.build-id/79/65c68e00a38c558c6a63d2094381120dc8a863
/usr/lib/.build-id/79/b62ba46fbed2a68fdd5170122fbbfd2069fdb8
/usr/lib/.build-id/79/e65b1d65fbc1678a4ebfa3ded928318103e059
/usr/lib/.build-id/79/eb387d011918ec526c182f4deee4235b194fae
/usr/lib/.build-id/7a/1599aeed2571455cf33e3df64efda349a3eae7
/usr/lib/.build-id/7a/4bf18ac686a351563ecdb1d3617d4ed99ae5d7
/usr/lib/.build-id/7b/8e283d1a4d5a2eb213b74776551508ca833d4c
/usr/lib/.build-id/80
/usr/lib/.build-id/80/aa1265811392111c374ef779f0c7b8920fc02d
/usr/lib/.build-id/81/9ba663a1ee5a6924ca1a3ccb05258c19218331
/usr/lib/.build-id/81/ad784447db1176eb7d3a6e8dbcebc9c0a0daa6
/usr/lib/.build-id/82
/usr/lib/.build-id/82/90bb49b018d8590c184521ab7ceb61ba39e92e
/usr/lib/.build-id/82/f2246008a16c2b711dc31503a045be41eaa3f8
/usr/lib/.build-id/83/8f5b2b84c6af418568491f8b87dfa2a15af3cf
/usr/lib/.build-id/83/c53102ec318e46fdafba97ae7834f418256288
/usr/lib/.build-id/85
/usr/lib/.build-id/85/b7854bf9fb954029572fe033cf26226857bdf1
/usr/lib/.build-id/85/d42fd741a3517896971bd3140f25c6b46b2f3a
/usr/lib/.build-id/86/ba72c8f32883b77b1a77e8a0fcd55290138d0e
/usr/lib/.build-id/86/d679a3a233befee930a4128cd695dab81a8c0d
/usr/lib/.build-id/86/f1e5e3123399b4b1e56340cf4b97ed858ba7cc
/usr/lib/.build-id/87/5f6bd8d2e58ff53458bb701e75f06e1334bebf
/usr/lib/.build-id/88/816a5e0e1d220039a51fb9ace8c05c3248cb31
/usr/lib/.build-id/88/d0b1ca898909ed3d42ce3dea57b526addde548
/usr/lib/.build-id/88/f5ee3fe5aa47abe02982551d648a4d352a38ba
/usr/lib/.build-id/89/41a17b6789ffc1b2838c9536cac75383042ac1
/usr/lib/.build-id/89/ba3f2f06b05562965066bb1aee4f3c39eadef3
/usr/lib/.build-id/89/c6ab73ae382deb693aaf09ebc583495bd8ce9f
/usr/lib/.build-id/8b/a56e25e6b480daeea159d7b1b5763394298ea1
/usr/lib/.build-id/8c/5f3ef1c19561ed8484963dfd9704ba559cd057
/usr/lib/.build-id/8c/e46797c760db89d3d5475d5a8bb7dc9306eafd
/usr/lib/.build-id/8d/3ac522d81eb2d0c4d0292df2f194c8b0132445
/usr/lib/.build-id/8d/b784b080e66721c705a0a8b9c5a9d403590054
/usr/lib/.build-id/8d/d0e0335aa1a58e5a1bd6b8657cc637c9340092
/usr/lib/.build-id/90/1b8fb26f3903323de2d0d7ec76f700a01fcca7
/usr/lib/.build-id/90/6db8a082008a8e9c55f9fb9db4f89dc5e4d47c
/usr/lib/.build-id/90/c1c74e54808290a9957745fcfb0cf82c1cdc3b
/usr/lib/.build-id/91/2b582635a8adcc6dd5a3af41ab0dccac7f4c32
/usr/lib/.build-id/91/4d9a56a240bd0649d4d810fff8d61d3417f9c4
/usr/lib/.build-id/91/682e3f1e3dbfd0220e7ce6ba6007a280262386
/usr/lib/.build-id/91/7d429cd92e86232fcccc0b25cee01dc44f1dcf
/usr/lib/.build-id/91/aa71f6eb8e881a298d3ee2c32859d55d645f0e
/usr/lib/.build-id/91/e5310c900669e7453d65d3952da6d6c112350b
/usr/lib/.build-id/93/13967c3549861c8c5880316545f6cef8dbbac3
/usr/lib/.build-id/93/22b2a45da6a5e28e0ce61048e636237b0b5784
/usr/lib/.build-id/93/d5908f7131397ba3d1cff3cc21b9853eac61f0
/usr/lib/.build-id/96
/usr/lib/.build-id/96/234fde23bfba5f6912795a5d1175588d9fccb1
/usr/lib/.build-id/97
/usr/lib/.build-id/97/9bbc7afa0f168491779087acfd64586967a5c1
/usr/lib/.build-id/97/c375c1ec0dfd2720a010c8d932afd2f46eee5d
/usr/lib/.build-id/98
/usr/lib/.build-id/98/4519e8bcd675806f9d8937ed17a3d8e0ae0f15
/usr/lib/.build-id/98/59fece06c8f31e02376541e393daa08de2bad0
/usr/lib/.build-id/98/d3a158c36b303301d0cedd22bc3c9efb8b770c
/usr/lib/.build-id/99
/usr/lib/.build-id/99/2ee6cc216c14832b626fcd7cf998c18747a9a5
/usr/lib/.build-id/99/de7488e475da11d3b843ed10eac0cc26ddab8c
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/3127c2ca7828a2b611f191da5ba80e03d09c2b
/usr/lib/.build-id/9b/a6a0097af562586855226cf9d16cf9dc50b09f
/usr/lib/.build-id/9c/419e6d129cc399a32b3120fc6bd7f43bbf1b9a
/usr/lib/.build-id/9c/c71dc74aa1a10e110480af8b92ada0151e0673
/usr/lib/.build-id/9c/cc3bcd0599219062f306e400236c8a78fde068
/usr/lib/.build-id/9c/f30048382de9a1fe8197d4f37e8ab8fe14dd81
/usr/lib/.build-id/9d/f9469e73c136fef4852033d82a0fe3a0aa87d3
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/5d802489b06884c314eed80970f91e59ed3c00
/usr/lib/.build-id/9f/637f68532b41b31c912fbabc3df6694c5b4f1f
/usr/lib/.build-id/a0/f0ae433c7730d507f34b50873cf1f5b48adc78
/usr/lib/.build-id/a0/f16ed3dfe8093a5f1b39e2442f6861f3602289
/usr/lib/.build-id/a1/990c6ebe759a05d6821b8af58a031f3019cff9
/usr/lib/.build-id/a2/186583f7617e59fa7ca2204a9df75549a34e9a
/usr/lib/.build-id/a2/2764555646da861103a10df4dbacda07439a5f
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/0ac68dc17867283f82c712cd41ee88804dc4cf
/usr/lib/.build-id/a3/12521d0601d1ff4fd897c74b9223851a8155b8
/usr/lib/.build-id/a3/96562e0e322b1a2f848350e43dddef804c6370
/usr/lib/.build-id/a4/47edb7363398939e1f225d0c7762efc1c9626c
/usr/lib/.build-id/a4/c9345886e82f42565ecd4797a21cf068e86de2
/usr/lib/.build-id/a5/b6de6ba9cddfac9b3b62850d322d59f7e36ffd
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/44298486586ae61d208e0e464e12f2799aa99d
/usr/lib/.build-id/a7/b111d746116a0494cf0fce358d7517d49cfd29
/usr/lib/.build-id/a7/cb80641febf41f8b8ab52d54827508b2ecb69b
/usr/lib/.build-id/a8/23691453c91641fb5b33f9bdb846be103d348e
/usr/lib/.build-id/a9/3c3ea0dfccbfca5aa67990b9dc925febf3ef77
/usr/lib/.build-id/a9/c2324492611e6d9724e221fc79ebe1899cf3c8
/usr/lib/.build-id/a9/eff11f9cefcb1f38574292ed21ac7d97a63418
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/3c7febf9227e403e14e6c4b786fe4c717be3ea
/usr/lib/.build-id/aa/aa1614680e19e94096a662af150029a88858b0
/usr/lib/.build-id/ab/52685502e72211623dcc15d7f320851e0af430
/usr/lib/.build-id/ab/a763a1b4f59e41c7e1c6f40b69823d32bc26fe
/usr/lib/.build-id/ad/389d65b5466fd513678f9c56f9e3721104034b
/usr/lib/.build-id/ae/0105ff1de67c117a2ded9aa691f2a7f3942b9f
/usr/lib/.build-id/ae/86cd369051e9cad92b98d7e58e5eff17597b29
/usr/lib/.build-id/ae/c98813e250d7a0aac9976fdcb632d13faf89f6
/usr/lib/.build-id/ae/f672a03bf55d47c945b05dd3fcf2fade6d9998
/usr/lib/.build-id/af/4dcab6e3425cc847d32365502f030bf29602db
/usr/lib/.build-id/af/8e2800668b80f6fe4c81e30e45dec2b3530733
/usr/lib/.build-id/af/d5d95d8555d2690f0add5624b033d71345bc9f
/usr/lib/.build-id/b2/4c27edee1516c79088cb9254286fcc12c01951
/usr/lib/.build-id/b2/8399a364baf65b71a3ffcdf79c07afa700531e
/usr/lib/.build-id/b2/94c3dd4cfac02fe92eed3de4cc482b89fb01e5
/usr/lib/.build-id/b7/788630cca6cfb20ea8d556a2cf9e1330899f01
/usr/lib/.build-id/b8/79b0b05d0383537958de07856b7510beb864e3
/usr/lib/.build-id/b8/efd0a0a0d16ae2a92b765cfae9a615eb663aaa
/usr/lib/.build-id/b9/2581a2cb6944cd627aa266fa5c6bbb534095eb
/usr/lib/.build-id/bb/1b446d19b0ff5bf58c4ec2b4209b6ae21b9990
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/3f84e7d8bea89834092e20dd7de2048639c872
/usr/lib/.build-id/bc/eada2e8516e1f25603b83a3bd4fd2f29a6607a
/usr/lib/.build-id/bd/70a4d4c6e59adfad2b09dd5676770405914667
/usr/lib/.build-id/be
/usr/lib/.build-id/be/2a346e01a494514fabf09fed450d07be3e1d1a
/usr/lib/.build-id/bf/25c7d24ef4cfb6a8278e3467ca5072853fca27
/usr/lib/.build-id/bf/986c5472a2658fd126ee596b66f0f3d25cbcb3
/usr/lib/.build-id/bf/b38698e31426cf258dbff60e68f301008ed193
/usr/lib/.build-id/bf/e13e59b59451a77b6885f6a1f4a742da494c0d
/usr/lib/.build-id/c0/345825216b05ec91d01a8c73257c3273152661
/usr/lib/.build-id/c3/90155025d47255a2406f6841eabb1c666e4178
/usr/lib/.build-id/c3/9ab7824036fdebc35ed2d23515fcea11f243e2
/usr/lib/.build-id/c4/0c000d0712a6f26485f3e92b2ea7983a43065f
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/2e28bfef5d187e8fd34119213120528b3e9152
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/47ebc57673af738bcd2dc67044f3e2fa2e9670
/usr/lib/.build-id/c7/af9f20350bcf54f5a0db8bdce5054d6ddcab15
/usr/lib/.build-id/c7/eeeeae8e949fb4d2b5b14796f5d569a5236c0a
/usr/lib/.build-id/c7/f6758a65bec783c4517dc37e809947badcff9f
/usr/lib/.build-id/c8/067962060317fa2964189d59580e07f637d2a8
/usr/lib/.build-id/c8/ae5e48efa4c60d630acbae10c2edaa7f94c63e
/usr/lib/.build-id/c8/c58f5c25d4fec7746a0fd1bdedffae41c90847
/usr/lib/.build-id/c9/6af74eedc4d440c3da1e98ab4d5a5824228fd5
/usr/lib/.build-id/c9/8be5bbe4b6eb52e9035c201de686a8cb69685b
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/27e3426bd4ea874871cce2976bda1c23359f74
/usr/lib/.build-id/cc/148ab3b7e80ca32236f2535b40a7efdf5aa842
/usr/lib/.build-id/cc/4cc40dcd47b366534d3470d7f3c92582848c49
/usr/lib/.build-id/cc/6f77769623dcbdcf510a349160c9d7c22fe1e7
/usr/lib/.build-id/ce/c92a909d5ccb9e4c60212f5b12924cc0d1ed97
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/b09a0bfb90dfe3d1a7299dbc1c29649507a854
/usr/lib/.build-id/d0/52c474219fe880762b3f3e9f93419f654295c0
/usr/lib/.build-id/d1/cf8713decdc84de9c59e5efd84ffc1444e07f9
/usr/lib/.build-id/d2/1962090ba5b0d395b06e63c00fea11eb3465af
/usr/lib/.build-id/d5/01c67260b757b678c8626d9d47d9653dab0fdc
/usr/lib/.build-id/d5/3ada85cde6126e9619a860ea02959d4d4ed1b9
/usr/lib/.build-id/d5/ed8aebd74caa9fb750a328ab2cdee8ec58b11f
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/d54052fecc4113d8a215c265914f334e07bcc6
/usr/lib/.build-id/d6/f1a1dfefc902f5b81dd693f008775cb1a2b921
/usr/lib/.build-id/d8/9ea2f864b86c3357cbfb1f11988dbe8723168d
/usr/lib/.build-id/d8/b6ae21774fe51bd9f5ec06087d66875caef840
/usr/lib/.build-id/d9/5fe2fc58c074001e797c0998b568bd3ee5487d
/usr/lib/.build-id/da/7d3734f12887724aad14a6404e17c5825222c0
/usr/lib/.build-id/db/04dbb5fda951abfc2b68edb34411113cbfaa6c
/usr/lib/.build-id/dc/bdc46e309873b45066b338235990693679bd25
/usr/lib/.build-id/dd
/usr/lib/.build-id/dd/17ed534f8dbbcbd362a39df5291cfe85b07d44
/usr/lib/.build-id/dd/b9c071e744fbbed1a3fdb3ee11949c0aa41c7b
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/2f313b8e1f9482a44844324cdeb89b69140e36
/usr/lib/.build-id/e1/93e3266054ca9d2fc65571eaabb2d4e656b3aa
/usr/lib/.build-id/e2/4c8326bdb34093922b1edd3fbeea9bb736412a
/usr/lib/.build-id/e2/894d54d82018ce3abd24c75ec12d6c09d98004
/usr/lib/.build-id/e3/f303cf97f925cf0d1cbdf5ffe7d9e380bd83a6
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/8688d891aa7973b6ac8f0d0384d82740742f31
/usr/lib/.build-id/e5/1da20181aa60c5a67bdc8737412117227d99f9
/usr/lib/.build-id/e5/5c74f3a0fd4fc89921a06ed2c3fca74e4129a2
/usr/lib/.build-id/e6/d5b08cc2f85c49d1e5a6b0c767afd8d137c1f8
/usr/lib/.build-id/e7/c718647838f4d50daf089f657d50bbebbef764
/usr/lib/.build-id/eb/7c40d7295f0302771161de2a3ae6e2fd7df506
/usr/lib/.build-id/ec/395b1abb42fb1e3ed44a2c49d794cdc5aa4cf8
/usr/lib/.build-id/ec/3de8d83657c7db70aae1ed64e0ec9f7b83240b
/usr/lib/.build-id/ec/ab3d0c0ee5fb124253a8a63f7afed8ba587f64
/usr/lib/.build-id/ec/bee95286e8c1904845d568811d0ab88e6ec38f
/usr/lib/.build-id/ec/e7a584a130f3dc00cbfb43368d55de89907575
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/56aff7720efa683dcd1ec1acc194cc82c23fa4
/usr/lib/.build-id/ed/d3dd08b81aeb37fc4cbb2c563f12ed59fb881b
/usr/lib/.build-id/ed/f0e9c1d0feaadb43b32dbbad91a497d4e5d360
/usr/lib/.build-id/ee/b3bc09e4fe5dc17ee0043db68aee3ceda8dfe1
/usr/lib/.build-id/ef/2a04ea7d95b83021038ac04dbf9a3009288403
/usr/lib/.build-id/f0/0339a450e211bcdf410735917bfb647c292afe
/usr/lib/.build-id/f0/9c95544c1a74705a46e524c7106048821118db
/usr/lib/.build-id/f1/94db325ca22e980bcbe0b0588a4bbb9bffb891
/usr/lib/.build-id/f2/92946160f52a50a0660f173269bb66f6b8adf0
/usr/lib/.build-id/f4/fbdee10ef103bcf38cd6ecb01b344c8626d466
/usr/lib/.build-id/f5/282f2ff5d741e0c3ecb461e4c654c8cdb0e9af
/usr/lib/.build-id/f5/524809c1f0aaf354ea3f72b1a3adefa0f40c45
/usr/lib/.build-id/f5/67895191a6c6d985a3fae6de82553f2115cf56
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/6ce9c435d303005a60e6d6e2fd81c77ac148c6
/usr/lib/.build-id/f6/a4060249db53fdc90d06ccbaa2266fbeccef62
/usr/lib/.build-id/f7/98473dda7c7ea0b35d6b40e2a95477456a2caa
/usr/lib/.build-id/f8/50bea2cd6438e381442f12e38a6bdaa581f280
/usr/lib/.build-id/f8/81032f32d4477bc34e9d6b67dea91a658e88a7
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/8c5fa11e0238625f8de8834a9f237cafa9c893
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/99c132e8e3bf96254ad72a2a3a68a76a5934de
/usr/lib/.build-id/fb/bb9b1f1230fa368fa0121c692a8b0b0b74a385
/usr/lib/.build-id/fc/b915b762d41e9aa48cf6fde660919cc9bba028
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/4569ab686644c475a6e5d7076b23794e55c038
/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, Sat Aug 9 07:34:08 2025