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

glibc-benchtests-2.41.9000-20.fc43 RPM for ppc64le

From Fedora Rawhide for ppc64le / g

Name: glibc-benchtests Distribution: Fedora Project
Version: 2.41.9000 Vendor: Fedora Project
Release: 20.fc43 Build date: Sun Jun 22 22:22:14 2025
Group: Unspecified Build host: buildvm-ppc64le-20.iad2.fedoraproject.org
Size: 16911068 Source RPM: glibc-2.41.9000-20.fc43.src.rpm
Packager: Fedora Project
Url: http://www.gnu.org/software/glibc/
Summary: Benchmarking binaries and scripts for glibc
This package provides built benchmark binaries and scripts to run
microbenchmark tests on the system.

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

* 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/558eae2e012c5a06baf0b8211e352f2256d33f
/usr/lib/.build-id/03/0da144df9f32f0880a5be4060262535c5f89a8
/usr/lib/.build-id/03/3452ce873697ba00b4400d7c2133d3d13ef037
/usr/lib/.build-id/04
/usr/lib/.build-id/04/e67739f5595ae4c04effba4f359c30c64f8a67
/usr/lib/.build-id/05/70d7447f4746ebeae2c971faf09f0dcb0faa5a
/usr/lib/.build-id/05/db07c241d7349a606f06e09ef454ff21635de4
/usr/lib/.build-id/06
/usr/lib/.build-id/06/795061794e12acfe1c786f1529be3e007c0c92
/usr/lib/.build-id/07/0c5a1bfeb33a87bb8d8945cb9b2a526b5359c2
/usr/lib/.build-id/07/34f6526edc822308ed67e9307d3250162cff94
/usr/lib/.build-id/07/39a069d2f2548f5bfd5226876065280b4b8a25
/usr/lib/.build-id/07/4381c5e2f8d94fc7e4bcf76f6769c75f84af8e
/usr/lib/.build-id/08/f3c7f68b4bde7ee3a00f1e621f2f01fa5c96cb
/usr/lib/.build-id/09/1ab576f2d78a7c68cd61cc435a79d2fb030dfa
/usr/lib/.build-id/0a/d5be066f2ed5b062bdb7750f6725b8fc5685d0
/usr/lib/.build-id/0c/86fcc7db1550b120ba7173a156083ebaa0547c
/usr/lib/.build-id/0d/3c6f96accbdea0c70ae8828c0650e56673a239
/usr/lib/.build-id/0d/e09a7a84fbbd9f89fa02b00c58b15cf89a24a3
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/627b865ed8b8fda4811bc447f454e137ead2ec
/usr/lib/.build-id/0e/eb0537b5490c0ea30981585e1a1ed567d4f18c
/usr/lib/.build-id/10
/usr/lib/.build-id/10/eb9340305dc0c53a0f32f44a8854a585b510f5
/usr/lib/.build-id/11
/usr/lib/.build-id/11/35e4dc4fa6d36488432fd7325301348763bce7
/usr/lib/.build-id/14
/usr/lib/.build-id/14/32bb0358bf0b3b8684d117ef43e69f1baaf8cd
/usr/lib/.build-id/14/9083da5cd07c8e49f2a98369d54377ed541a99
/usr/lib/.build-id/1b/9f5b5f4ac935b7b7a9359a7ad960d46830a9d4
/usr/lib/.build-id/1c/43409573eb7ee59cb95923aea37be9bffbbefa
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/e38b72eb6f7a055cd95323fcd45d0eaa27be36
/usr/lib/.build-id/20/8dd945b783c3c87e1340cf3a7c906cee3df5ce
/usr/lib/.build-id/21/993d53c321af5715e4e60d22bd06aa620d670f
/usr/lib/.build-id/21/a759dcece90790268ff83aa8ab06af168ae4a4
/usr/lib/.build-id/21/ba247d0a9c5be148473b6c39d49ba8257c4949
/usr/lib/.build-id/22
/usr/lib/.build-id/22/56992364d2d2355d74c0ccd85622e9711ac1c3
/usr/lib/.build-id/22/c57a3cae5e071efdf03fdcf1488d93cdb83df3
/usr/lib/.build-id/27/0eee85cd42e743ef48f9d15aa5a0b947ecdcc6
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/174dca338e3916214728bd830f528b5cd92734
/usr/lib/.build-id/2b/36f3f69763f5ad3392365610411b1b17861d6b
/usr/lib/.build-id/2b/3904181510b57a125755f99fabedbb5f93033d
/usr/lib/.build-id/2b/b431d7f821ff2c0ae0d3bafd0882d6c14cee26
/usr/lib/.build-id/2c/0c4dd4c2bb17b8f77cf3bbce29876be851a123
/usr/lib/.build-id/2f/202ebd9ade06d84197d19d7a3cc9ac7f78816c
/usr/lib/.build-id/2f/4ce59e92e718a5923a360d13e3a60ebf8802f5
/usr/lib/.build-id/31/f557795246a89a464158670a683d6cb1f35aad
/usr/lib/.build-id/33
/usr/lib/.build-id/33/2b8e04ddba270ad76d387acb6a0b02111ee209
/usr/lib/.build-id/35/8bbb1d004174758264b2ccb7ed8fc26ef837fd
/usr/lib/.build-id/36/652640b5b21c791ee443967890f38b44f40cf6
/usr/lib/.build-id/37/db35a824be85dabea985987863aa1981ace497
/usr/lib/.build-id/38
/usr/lib/.build-id/38/ed41aa664f54ffe2ab675d5061edef1c3fcacc
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/dbd3e7ecf160139eb4e34a8d5d94d3bd01c9ce
/usr/lib/.build-id/3c/73ce6b27077e9baae346a25cb3e4b76cf5dd22
/usr/lib/.build-id/3c/fe7fad05d903e5c215d63a6a57700d7a52d693
/usr/lib/.build-id/3d/45bd1d9051664e4a045f83242d35699a535ae8
/usr/lib/.build-id/3d/b408dceca956fddc7372d89e24ec48ac74f839
/usr/lib/.build-id/3e/00f463fe2fde36b53c590ab89f343601d84c04
/usr/lib/.build-id/3e/0c8a087d2b722e41f4ccf33cbe84e6528e4aba
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/68153d06906cf287cbac91a263a85eb1accbd7
/usr/lib/.build-id/40/d27b922953401c453d4bb8af84a6d5cd212d6e
/usr/lib/.build-id/41/ecc1b0f8bb92ef2587023094d002be17d9a206
/usr/lib/.build-id/48
/usr/lib/.build-id/48/11b6902f9ef1f4b41bf70925b60bb3a08c60e0
/usr/lib/.build-id/4c/fbbfab1667fff1bfd3d7e628f73900f44d153a
/usr/lib/.build-id/4d/756d2e61080aa04f82be4c1d356ff5ca6f33e3
/usr/lib/.build-id/4f/6756ebfaab4fc9c3a30dbea181f70854404941
/usr/lib/.build-id/51
/usr/lib/.build-id/51/e00b0df887decf3f7ab092fdf14583aaf2a820
/usr/lib/.build-id/52/a13390b76b2fd1c09d770587a890e9e3718779
/usr/lib/.build-id/54
/usr/lib/.build-id/54/33e66497277dcb2a81467a61897994fa9a44b2
/usr/lib/.build-id/55
/usr/lib/.build-id/55/575db492138abb6265e06dfb2267ed2cab210c
/usr/lib/.build-id/55/8c8575e671a7f100f193b817cb2900c5b7bda1
/usr/lib/.build-id/56/1854fc3d0165fa78d66cbdb8684e7ba0e2883c
/usr/lib/.build-id/57/11d29867a7cf1c760e781b6285e1cf6a65ed35
/usr/lib/.build-id/57/65c82d0d87612f12253c5eb43bcdf30c9cba51
/usr/lib/.build-id/57/8d4dbae3d142df7560acad9c16804c21f24f30
/usr/lib/.build-id/57/9dad80befea82e8f4b0f0da0cfdea3ab093a56
/usr/lib/.build-id/57/cae2783f5a33c263090c70676d6a2f53d49d56
/usr/lib/.build-id/5a/64a275baaa92611d65d9aa65beb776fca144da
/usr/lib/.build-id/5b/88310bed8d77838ac94afb538f2377075b7a5b
/usr/lib/.build-id/5c/511ab94d550f71162ea4f8cf63a5004b72a0da
/usr/lib/.build-id/5c/f508890a3cc36027760896eeb2ee573c64e21a
/usr/lib/.build-id/5f/4b4c8e52f41525277ae92b375825f01a40d567
/usr/lib/.build-id/5f/f8f51250b1e0850d597aadf818e30e957d98ac
/usr/lib/.build-id/63/d2680ccc421e845d455a863fd42891bc2b6d9e
/usr/lib/.build-id/67/3ad16bc93d5b408d04a044f79f77bcd26ce8ce
/usr/lib/.build-id/67/87f235b4e549e65578f996c25b4266a27c1d80
/usr/lib/.build-id/67/c1c5da7515aa54f41804c970cc1f6a257e066e
/usr/lib/.build-id/69/4fb05c31f035ed1101a817442405d03269894d
/usr/lib/.build-id/6b/4fee187fd6967e2e5abcbd9d1cb53ab9f61a3b
/usr/lib/.build-id/6b/f2fc2dcc383165f9fd9a946d4f7de991bc2c07
/usr/lib/.build-id/6d/03cca4e8d148f18f99c864b33f9f8edeffd734
/usr/lib/.build-id/6d/74f142ca9af33d6f1d9be3764b52befdbc1ae9
/usr/lib/.build-id/6d/a2802ded74a222f6ae394afd0b73b5e5de5192
/usr/lib/.build-id/6f/d110829a07b6d72afb8363cf68721672127829
/usr/lib/.build-id/74/ba2cd0da60c31361b867285c8c13d85d33a741
/usr/lib/.build-id/75/09a710e28a2e460f3211790cf74d4edfc9afc3
/usr/lib/.build-id/76/a02e4b50bad4746d127b7b1fa62dd0195a1515
/usr/lib/.build-id/78
/usr/lib/.build-id/78/a60684482ba3ff41447d597eb28bf9fd18037e
/usr/lib/.build-id/79/40c2053490a86f6f4e5ea05952040396881e47
/usr/lib/.build-id/79/8f1764df415382588103448fbfd20f923738d4
/usr/lib/.build-id/7a/090f5a2811fb101774e40f507ef8bfa78a7584
/usr/lib/.build-id/7a/1999df6b8ee9d09eebf1a31309ae3af52f38b1
/usr/lib/.build-id/7a/c3b76ee29e435bcb89ac8e7a065bea867dabad
/usr/lib/.build-id/7b/1dd61c68225d6ffb4f21f8178d6436c8d5590e
/usr/lib/.build-id/7b/34e6f470358ac6af2cd3d2a846d08820f2e808
/usr/lib/.build-id/7c/3cbd169de6a069200cdac4087194de366c147f
/usr/lib/.build-id/7c/555790ac42293f77cb13d02c38cbd9c86bf0a5
/usr/lib/.build-id/7c/e512187c24d789016b58fbbe3c145120de8b07
/usr/lib/.build-id/7f/3bc15d2a130ef15ae29a67da7e1fc94ec580ea
/usr/lib/.build-id/7f/616569c6ff5ecd762573127a9d978b4c9d44a5
/usr/lib/.build-id/80/01a961dff06079f9582cf0657834b10ca4d4b5
/usr/lib/.build-id/80/87b7b1a4ca6419326f4d1f5f4689d4e14938d5
/usr/lib/.build-id/81/bc9a77783f59a3161857e7cfce7a33475e6d75
/usr/lib/.build-id/81/d496a82ce216035fc68afed8542df53937b1e5
/usr/lib/.build-id/85/5adcdda31e8943f616b76654193cab71ab24af
/usr/lib/.build-id/85/e6acaebbbb2d5668c784bad48aa22233202d1b
/usr/lib/.build-id/86
/usr/lib/.build-id/86/45eb5bbca6f4927ebc7bf14161d4ac124d050e
/usr/lib/.build-id/86/cfc1cc070628193acf3e512ad2bbc78194aa1a
/usr/lib/.build-id/89/6de68dddf23438c6f45a7c334db5ad3f5de5f4
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/988d5f803a2a4eeae4226572c324d2a6b71989
/usr/lib/.build-id/8e/769a0196a37f6370a33ab42fb671a41d347c18
/usr/lib/.build-id/8e/90eb62b6fd0049693df40bc27399a80c346775
/usr/lib/.build-id/8f/e97e74ea79a882b1324250eca26f86f167098e
/usr/lib/.build-id/8f/f27c515021713e5f7a6d801fdf28eae980fccd
/usr/lib/.build-id/91/48e80addce56c79a2e1f0ad51c8bcd8c56d438
/usr/lib/.build-id/93/92f624c22cd52886283439b0818174817fd65d
/usr/lib/.build-id/94
/usr/lib/.build-id/94/000c9d1d05a1f482d2c500715244ea60bcc760
/usr/lib/.build-id/94/3a4b988436997db12b7f4072d35fa0f92180f9
/usr/lib/.build-id/94/bb08ff1dca0c5758582d1c3fbb7fc9ab0e64e4
/usr/lib/.build-id/95/36508b0d0c8ab66cbe2a4e92d019dd71655e26
/usr/lib/.build-id/96
/usr/lib/.build-id/96/a560bd34d2f1564974433db88020f498a3360c
/usr/lib/.build-id/99/c0a3970648120ea0e8e2dd965ee32d09f176ec
/usr/lib/.build-id/9b/11386df82374c090f81b2ae74c4498e0dd9a7a
/usr/lib/.build-id/9b/168dee41f6fab223dfef6cd792491eeebdb326
/usr/lib/.build-id/9b/f771e85ec0ac7b94d8eb76feaa64a94b720441
/usr/lib/.build-id/9c/08e502cfc6a9e3aaac4c4f4851c32d64a2066d
/usr/lib/.build-id/9e/2162bbfe24f48b471ee9dd532c9de0f5678ccb
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/95bc5430282eae2c26fd2239738e09e44b7e98
/usr/lib/.build-id/a1/418e4579de2266bf303ef32630ab1befe2ffb1
/usr/lib/.build-id/a2/22cf898b5ef3d9c68185bc1392e98645efd248
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/a01b8612f459f4f4407ff6250f4fcf3edb268f
/usr/lib/.build-id/a5/00ecec952a01b81dcc980ce5ca6ff6ba1666d8
/usr/lib/.build-id/aa/6eedf2eecdbd61dbfc5db6b58f32b1563e29d6
/usr/lib/.build-id/aa/e8a5bd26f996f15daf008bf997d3093ea5fdca
/usr/lib/.build-id/ad/1285849925e900b75b9da375baaf8fa06a487e
/usr/lib/.build-id/b0/02205562ebc0f4368f246366f195139178d6f2
/usr/lib/.build-id/b1/b3c3fab5ad0d34e288bc4f5365307e2907e3b6
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/4611d86f22f3c8b9080d16c5660b296663e4f6
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/b788846713485a1576b466623a2595646e31dd
/usr/lib/.build-id/b7/7e3de0dea4a3fb53c3f832f885380d170d9f78
/usr/lib/.build-id/b8/485e16627fac2b2f958cb9e2145069946352f2
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/2bd082431e5113b87d032ab48a4e57d3d8dc3b
/usr/lib/.build-id/b9/d80f636abe287d9c5cb3e5ad8899b07ca90972
/usr/lib/.build-id/ba/61c5d114f95180e58f914af0194710f341d3ca
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/1bd87743d71693ea8f53e21e59c542a3907be1
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/365bd97356690f88c87c5ae099f56847dc7362
/usr/lib/.build-id/bc/4e3b8fbaae960c6ba5cb912c5e30aec6201958
/usr/lib/.build-id/bd/d63e7468255dfa3cbbc69ed99e6250603a34d2
/usr/lib/.build-id/be/49ef43694d58194159fe768dc52a816739380c
/usr/lib/.build-id/c1/13781f2b64a660af60779bef84f23510d90123
/usr/lib/.build-id/c1/88ca7206309db5929a0a05297e4f761c768831
/usr/lib/.build-id/c3/0e2f1d4b3910f10295edbeaf9efd245c6b2669
/usr/lib/.build-id/c7/5b44d2d7c82cd920b0ff1787be93316a732b7f
/usr/lib/.build-id/c7/c5d4b30e58f792174d251d6777d934b2ca5b78
/usr/lib/.build-id/c7/d6aa3ab98ba6099dc6a3d3923edfcef004e558
/usr/lib/.build-id/c9/12f6c8635d90f55847731614452fcdf6bf1d80
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/79bb4ccca59adc5e2ece9dd820ae3c2a3c46ff
/usr/lib/.build-id/ca/996a9824eb8d334f5059580514567f4ce2a7ed
/usr/lib/.build-id/cc/a803fb8253ca8bd5cf520231986513c56c5906
/usr/lib/.build-id/d0/f6a185cadf700769942a0a7749d8638ed0007b
/usr/lib/.build-id/d1/46ccc8ebc34014a74a955a241524e2171b0518
/usr/lib/.build-id/d1/effd98e08bc8ae36e8f7f0ffd964ac702c29f9
/usr/lib/.build-id/d3/24cbdb011184189fff844074a09b16625c0e4a
/usr/lib/.build-id/d3/2ce764895393d4462fb848a5b88e66dce894d6
/usr/lib/.build-id/d4/025f41c5e7b25e4e2aaed6a6cbf7fdcb72c69b
/usr/lib/.build-id/d4/6b23d347b2b7c8a4dda34f15a5fd3b48252b5f
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/66028cf53769ce3e2cad31ba6f644252946831
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/5ce29f5cbbb683929837313e4564175eac5da1
/usr/lib/.build-id/d7/7094891497bd4d02324c45e6a6c1114ec28b20
/usr/lib/.build-id/d7/ab0589ec79eedb92014c5efa879f607504b536
/usr/lib/.build-id/db/bbaf1a5f8a26a9b7ec4eb55bb9c7b7d5bbdb57
/usr/lib/.build-id/db/f5900cc033f6075392effe80eb3cd72c7b14cd
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/920a901ecdfb9d011f560bd5ef7183891addd6
/usr/lib/.build-id/dd
/usr/lib/.build-id/dd/1f1ea2a1488d7adbda613902c0e7a84cf9d79a
/usr/lib/.build-id/e0/935c30480871ae40d37d56cff1007f58e2f07e
/usr/lib/.build-id/e1/9a84c9c6621f78e4d3cc3de07306aa3ee53a7a
/usr/lib/.build-id/e2/51616472d976deac97ed010085db2b424cc157
/usr/lib/.build-id/e2/9f76225a118154ecc40bf52bafb5393d1edcc2
/usr/lib/.build-id/e3/856c6fe58386d7b76058545be36aec8ea3e820
/usr/lib/.build-id/e5/6723b60202f5d744b4eccc53f4b18ec561b1ba
/usr/lib/.build-id/e5/d508bb68ae5a724ed22dcdafdf1bfa62a0d990
/usr/lib/.build-id/e9/88fafcfa8a3ed899d04e151cc4248011309d3e
/usr/lib/.build-id/e9/eb11c5ca550a29a3b000778436849a9b40d3c0
/usr/lib/.build-id/eb/87c8c090af07b2173435fd73783309d5072194
/usr/lib/.build-id/eb/b66e5f9e544347eddd7c66e59cafa7d0a55e34
/usr/lib/.build-id/eb/fcc0341a9afa9f10c19a25f51033893389b204
/usr/lib/.build-id/f2/e913302bb9044002e319f5f4ca68e5beab1587
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/a32b8fa57514e63014ba5def312ab1ed0aeece
/usr/lib/.build-id/f3/d7d9f068829ac2b07c521be4e450ad02975171
/usr/lib/.build-id/f4/08baaee296c0ea0fd6099560a6e7ec480276f3
/usr/lib/.build-id/f7/39a7cc6697187acde81de7af1479dd13aee417
/usr/lib/.build-id/f7/f7ba5db3a71b3b40d135cb669b79b48e16a12a
/usr/lib/.build-id/f9/29468cead861d264a0803cbaa53a29aa48cc3c
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/9ddd87d9d93368e15b93527b7684cf6c07ea73
/usr/lib/.build-id/fa/c8b910a475939e8279023bdc0017c5dd9664d9
/usr/lib/.build-id/fb/81d3208af50df0685a6291bf567bd2b7eb8b2c
/usr/lib/.build-id/fb/d18413cb5f6cd051db9c6f77608bf66803592a
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/b635defba951e56ba3445412a4859186a05087
/usr/lib/.build-id/fc/e9f7cd87f2eafc3a735b911f3c923872febdd8
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/6fdcbfebad319475c4971d04cd54c2ce54743b
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/9dad6fce8fde75ab484c6a5debf63786396bba
/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-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-floor
/usr/libexec/glibc-benchtests/bench-floorf
/usr/libexec/glibc-benchtests/bench-fmal
/usr/libexec/glibc-benchtests/bench-fmax
/usr/libexec/glibc-benchtests/bench-fmaxf
/usr/libexec/glibc-benchtests/bench-fmin
/usr/libexec/glibc-benchtests/bench-fminf
/usr/libexec/glibc-benchtests/bench-fmod
/usr/libexec/glibc-benchtests/bench-fmodf
/usr/libexec/glibc-benchtests/bench-hypot
/usr/libexec/glibc-benchtests/bench-hypotf
/usr/libexec/glibc-benchtests/bench-ilogb
/usr/libexec/glibc-benchtests/bench-ilogbf
/usr/libexec/glibc-benchtests/bench-ilogbf128
/usr/libexec/glibc-benchtests/bench-isfinite
/usr/libexec/glibc-benchtests/bench-isinf
/usr/libexec/glibc-benchtests/bench-isnan
/usr/libexec/glibc-benchtests/bench-j0
/usr/libexec/glibc-benchtests/bench-j1
/usr/libexec/glibc-benchtests/bench-lgamma
/usr/libexec/glibc-benchtests/bench-lgammaf
/usr/libexec/glibc-benchtests/bench-llrint
/usr/libexec/glibc-benchtests/bench-llrintf
/usr/libexec/glibc-benchtests/bench-log
/usr/libexec/glibc-benchtests/bench-log10
/usr/libexec/glibc-benchtests/bench-log10f
/usr/libexec/glibc-benchtests/bench-log10p1f
/usr/libexec/glibc-benchtests/bench-log1p
/usr/libexec/glibc-benchtests/bench-log1pf
/usr/libexec/glibc-benchtests/bench-log2
/usr/libexec/glibc-benchtests/bench-log2f
/usr/libexec/glibc-benchtests/bench-log2l
/usr/libexec/glibc-benchtests/bench-log2p1f
/usr/libexec/glibc-benchtests/bench-logb
/usr/libexec/glibc-benchtests/bench-logbf
/usr/libexec/glibc-benchtests/bench-logf
/usr/libexec/glibc-benchtests/bench-lrint
/usr/libexec/glibc-benchtests/bench-lrintf
/usr/libexec/glibc-benchtests/bench-malloc-simple
/usr/libexec/glibc-benchtests/bench-malloc-tcache
/usr/libexec/glibc-benchtests/bench-malloc-thread
/usr/libexec/glibc-benchtests/bench-math-inlines
/usr/libexec/glibc-benchtests/bench-memccpy
/usr/libexec/glibc-benchtests/bench-memchr
/usr/libexec/glibc-benchtests/bench-memcmp
/usr/libexec/glibc-benchtests/bench-memcmpeq
/usr/libexec/glibc-benchtests/bench-memcpy
/usr/libexec/glibc-benchtests/bench-memcpy-large
/usr/libexec/glibc-benchtests/bench-memcpy-random
/usr/libexec/glibc-benchtests/bench-memmem
/usr/libexec/glibc-benchtests/bench-memmove
/usr/libexec/glibc-benchtests/bench-memmove-large
/usr/libexec/glibc-benchtests/bench-mempcpy
/usr/libexec/glibc-benchtests/bench-memrchr
/usr/libexec/glibc-benchtests/bench-memset
/usr/libexec/glibc-benchtests/bench-memset-large
/usr/libexec/glibc-benchtests/bench-memset-random
/usr/libexec/glibc-benchtests/bench-memset-zero
/usr/libexec/glibc-benchtests/bench-memset-zero-large
/usr/libexec/glibc-benchtests/bench-modf
/usr/libexec/glibc-benchtests/bench-modff
/usr/libexec/glibc-benchtests/bench-nearbyint
/usr/libexec/glibc-benchtests/bench-nearbyintf
/usr/libexec/glibc-benchtests/bench-nss-hash
/usr/libexec/glibc-benchtests/bench-pow
/usr/libexec/glibc-benchtests/bench-powf
/usr/libexec/glibc-benchtests/bench-powf128
/usr/libexec/glibc-benchtests/bench-powl
/usr/libexec/glibc-benchtests/bench-pthread-locks
/usr/libexec/glibc-benchtests/bench-pthread-mutex-lock
/usr/libexec/glibc-benchtests/bench-pthread-mutex-trylock
/usr/libexec/glibc-benchtests/bench-pthread-spin-lock
/usr/libexec/glibc-benchtests/bench-pthread-spin-trylock
/usr/libexec/glibc-benchtests/bench-pthread_once
/usr/libexec/glibc-benchtests/bench-random-lock
/usr/libexec/glibc-benchtests/bench-rawmemchr
/usr/libexec/glibc-benchtests/bench-rint
/usr/libexec/glibc-benchtests/bench-rintf
/usr/libexec/glibc-benchtests/bench-roundeven
/usr/libexec/glibc-benchtests/bench-roundevenf
/usr/libexec/glibc-benchtests/bench-sin
/usr/libexec/glibc-benchtests/bench-sincos
/usr/libexec/glibc-benchtests/bench-sincosf
/usr/libexec/glibc-benchtests/bench-sinf
/usr/libexec/glibc-benchtests/bench-sinf128
/usr/libexec/glibc-benchtests/bench-sinh
/usr/libexec/glibc-benchtests/bench-sinhf
/usr/libexec/glibc-benchtests/bench-sinpif
/usr/libexec/glibc-benchtests/bench-sprintf
/usr/libexec/glibc-benchtests/bench-sqrt
/usr/libexec/glibc-benchtests/bench-stpcpy
/usr/libexec/glibc-benchtests/bench-stpcpy_chk
/usr/libexec/glibc-benchtests/bench-stpncpy
/usr/libexec/glibc-benchtests/bench-strcasecmp
/usr/libexec/glibc-benchtests/bench-strcasestr
/usr/libexec/glibc-benchtests/bench-strcat
/usr/libexec/glibc-benchtests/bench-strchr
/usr/libexec/glibc-benchtests/bench-strchrnul
/usr/libexec/glibc-benchtests/bench-strcmp
/usr/libexec/glibc-benchtests/bench-strcoll
/usr/libexec/glibc-benchtests/bench-strcpy
/usr/libexec/glibc-benchtests/bench-strcpy_chk
/usr/libexec/glibc-benchtests/bench-strcspn
/usr/libexec/glibc-benchtests/bench-strlen
/usr/libexec/glibc-benchtests/bench-strlen-random
/usr/libexec/glibc-benchtests/bench-strncasecmp
/usr/libexec/glibc-benchtests/bench-strncat
/usr/libexec/glibc-benchtests/bench-strncmp
/usr/libexec/glibc-benchtests/bench-strncpy
/usr/libexec/glibc-benchtests/bench-strnlen
/usr/libexec/glibc-benchtests/bench-strpbrk
/usr/libexec/glibc-benchtests/bench-strrchr
/usr/libexec/glibc-benchtests/bench-strsep
/usr/libexec/glibc-benchtests/bench-strspn
/usr/libexec/glibc-benchtests/bench-strstr
/usr/libexec/glibc-benchtests/bench-strtod
/usr/libexec/glibc-benchtests/bench-strtok
/usr/libexec/glibc-benchtests/bench-tan
/usr/libexec/glibc-benchtests/bench-tanf
/usr/libexec/glibc-benchtests/bench-tanh
/usr/libexec/glibc-benchtests/bench-tanhf
/usr/libexec/glibc-benchtests/bench-tanpif
/usr/libexec/glibc-benchtests/bench-tgamma
/usr/libexec/glibc-benchtests/bench-tgammaf
/usr/libexec/glibc-benchtests/bench-thread_create
/usr/libexec/glibc-benchtests/bench-timing-type
/usr/libexec/glibc-benchtests/bench-trunc
/usr/libexec/glibc-benchtests/bench-truncf
/usr/libexec/glibc-benchtests/bench-wcpcpy
/usr/libexec/glibc-benchtests/bench-wcpncpy
/usr/libexec/glibc-benchtests/bench-wcrtomb
/usr/libexec/glibc-benchtests/bench-wcscat
/usr/libexec/glibc-benchtests/bench-wcschr
/usr/libexec/glibc-benchtests/bench-wcschrnul
/usr/libexec/glibc-benchtests/bench-wcscmp
/usr/libexec/glibc-benchtests/bench-wcscpy
/usr/libexec/glibc-benchtests/bench-wcscspn
/usr/libexec/glibc-benchtests/bench-wcslen
/usr/libexec/glibc-benchtests/bench-wcsncat
/usr/libexec/glibc-benchtests/bench-wcsncmp
/usr/libexec/glibc-benchtests/bench-wcsncpy
/usr/libexec/glibc-benchtests/bench-wcsnlen
/usr/libexec/glibc-benchtests/bench-wcspbrk
/usr/libexec/glibc-benchtests/bench-wcsrchr
/usr/libexec/glibc-benchtests/bench-wcsspn
/usr/libexec/glibc-benchtests/bench-wmemchr
/usr/libexec/glibc-benchtests/bench-wmemcmp
/usr/libexec/glibc-benchtests/bench-wmemset
/usr/libexec/glibc-benchtests/bench-y0
/usr/libexec/glibc-benchtests/bench-y1
/usr/libexec/glibc-benchtests/bench.mk
/usr/libexec/glibc-benchtests/benchout.schema.json
/usr/libexec/glibc-benchtests/compare_bench.py
/usr/libexec/glibc-benchtests/glibc-bench-compare
/usr/libexec/glibc-benchtests/import_bench.py
/usr/libexec/glibc-benchtests/validate_benchout.py


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Jun 27 01:21:40 2025