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 ppc64le

From Fedora Rawhide for ppc64le / g

Name: glibc-benchtests Distribution: Fedora Project
Version: 2.42 Vendor: Fedora Project
Release: 2.fc43 Build date: Fri Aug 1 19:38:49 2025
Group: Unspecified Build host: buildvm-ppc64le-16.rdu3.fedoraproject.org
Size: 17087670 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
/usr/lib/.build-id/00/f52a11bd19fe7faec1567be961df9fb9980602
/usr/lib/.build-id/01
/usr/lib/.build-id/01/555eb6cffa43669d6d5c6090fcd91bbaad02a2
/usr/lib/.build-id/01/9b2aea7a55457c9641ea5d479f0a5b7065f8b2
/usr/lib/.build-id/01/babf2592b06fb31e172aa140a52b45192d526b
/usr/lib/.build-id/02/4eb653875d1b4d16e34645522a6f4df2ced983
/usr/lib/.build-id/02/9b219872419ead4847a5dde0ab2d5a6367bf4b
/usr/lib/.build-id/05/b770cc95f0d75ec6cded556ede78a264c6dc53
/usr/lib/.build-id/07
/usr/lib/.build-id/07/d3c2b1aae8d32e324a1d13a7208298aa9f5da5
/usr/lib/.build-id/08/c5c787f37dd7014b2de508f9effdf5be2951db
/usr/lib/.build-id/09
/usr/lib/.build-id/09/34cc12c1af5ab864622ed127579bab3372c5e7
/usr/lib/.build-id/09/815bc750448d6a782fa8a561da1f9bd6f411d8
/usr/lib/.build-id/09/f36b4fe4ccfb788cc2c4f70fc251f1495f64c2
/usr/lib/.build-id/0a/5866bd097a8c5b6758ef7ed944a6c766b33627
/usr/lib/.build-id/0a/a3a4fbbc9729f57771c42379efdd6785ffc0e7
/usr/lib/.build-id/0b/18257dae741839d126e8a98df1e505c90bae36
/usr/lib/.build-id/0c/e339bc749a8750f46415182be8fa38998603ff
/usr/lib/.build-id/0d
/usr/lib/.build-id/0d/489f29d20a8f048af342dacc26f8b0cb915f08
/usr/lib/.build-id/10/94dd52438a5e70905c4222872d705e3409d024
/usr/lib/.build-id/10/bdb641eefac15c52290e0fcb89781cdbfa2f41
/usr/lib/.build-id/11/3eab018c321173a1d1798da7efb7576b5383ec
/usr/lib/.build-id/11/ff4bb2c920c2e7edae745b232a9dd3027932e5
/usr/lib/.build-id/16/08bd5b8e09013caa5bd12567f18e4b4a79d6bc
/usr/lib/.build-id/17
/usr/lib/.build-id/17/b76b80c2d7b8bc92c39a84f85adbe8eb3f32e1
/usr/lib/.build-id/17/ed627f96466faab5df6b3609353e65adc9f957
/usr/lib/.build-id/18
/usr/lib/.build-id/18/1be53b6dd8d13d4ff9432fb6c065fa7c817605
/usr/lib/.build-id/18/a5095fff567a7ecf5a484e3026b62d549ff20f
/usr/lib/.build-id/19/94c09318b901d9395bad3bc04cc6b19abadb42
/usr/lib/.build-id/19/9ed78e9e6b757204035101b6bb7348d54c335e
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/776e1d25e43dc541ce185e5a8ffd590ebec345
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/9b3380a07f954410d545ba7b904611b710a733
/usr/lib/.build-id/1d/ae3381e598a98f7db2524a262b963be3d6e9d6
/usr/lib/.build-id/1e/ca0ca91081f600ef256d071be2a76c33928f92
/usr/lib/.build-id/1e/e8653ffdd26cda98f7fb4381fa75a6b0876ea3
/usr/lib/.build-id/1e/f41fe7cfd2cad41705011063266d0f0019225f
/usr/lib/.build-id/24/a64f1c968cc73579f43d7b614f781a4f2e3581
/usr/lib/.build-id/24/f7d8f91784974882969a16c092ea93b2fa4e9f
/usr/lib/.build-id/25
/usr/lib/.build-id/25/337ef1fd6956461327943728ec4e901e8cccd0
/usr/lib/.build-id/26/8ce76bd49db8e38d11255b04e341a845dd971d
/usr/lib/.build-id/26/d4c1c30ad515d6aea04a7e60a414e06012f4ee
/usr/lib/.build-id/26/fc40cceaf2970d57d79784099392f539371d52
/usr/lib/.build-id/27/05e9d1b5ed63cfe5e45fca7bbc427c05d4ead2
/usr/lib/.build-id/27/56b70ae5d06e0ff2735ec7d4e8b08d9cdb7dfc
/usr/lib/.build-id/27/e2ba6cbdea5a0fecc22b824a2b102e9f86d698
/usr/lib/.build-id/29
/usr/lib/.build-id/29/9ae09abade20634047f220998228b44a754fa1
/usr/lib/.build-id/2b/28957b8f467a7421d848821512ba31c791fb02
/usr/lib/.build-id/2c
/usr/lib/.build-id/2c/3e213a6bd376fefa7264ecd58a64c20198b68d
/usr/lib/.build-id/31/f4baeeb15a5c8cdbf714d669fe45da3d6ed6e4
/usr/lib/.build-id/33
/usr/lib/.build-id/33/7f0931e015ab38892c19bdae727775b1387da8
/usr/lib/.build-id/33/947709e0ff1ba3027e45b297e8f59e2558fcaf
/usr/lib/.build-id/37
/usr/lib/.build-id/37/0508d1b72f13fab3a41dbf2a4cdb8d0f6852ab
/usr/lib/.build-id/39/39f12250b80ffb7bd360daf0710fc44f60ff0d
/usr/lib/.build-id/39/ea7856a4c135a7a392b988c194a186d6894b6b
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/d9aa6cb91fe5baf86cbbc563b5311312674cb8
/usr/lib/.build-id/3e/2dc71d1b9ea3c24a8d4683741fa81b7106940d
/usr/lib/.build-id/3e/3a71d36a94bf07fc207c7507a2981b7a8461ae
/usr/lib/.build-id/3e/bd4576cc157a74f8b67442c672b4eb4782d8d3
/usr/lib/.build-id/42
/usr/lib/.build-id/42/5bd63263a6eeaf74b84d469c1539491bc78cce
/usr/lib/.build-id/43/40fd9cd143f8fa8356795507ec39bc8b77b795
/usr/lib/.build-id/45/e44fa24d300bcf97907910101fbcfd3a2c0964
/usr/lib/.build-id/45/f4efcf118dc04f68ae12c80c3d68c2a6c92288
/usr/lib/.build-id/47/09fbb5f9914bcaae9a820398019bf687f17df6
/usr/lib/.build-id/4c/e7cd3558c82dc68025e8965f91e2e8dad0c314
/usr/lib/.build-id/4d/14fea6761a877d815db5c7df12d49b0d23527a
/usr/lib/.build-id/4d/29a439a9d30eca09345f1f089a74807fd43792
/usr/lib/.build-id/4d/720aeb6caae28c1e707fb44e4329e531c97bd6
/usr/lib/.build-id/4e/23898ed23eedfe7a2a8b1a3230b79f6a0a5586
/usr/lib/.build-id/4f/18516bd6779f525c75c9a02a94845a857ac552
/usr/lib/.build-id/4f/a3eba71127a029e4fe63b772b567045b5690f4
/usr/lib/.build-id/50/d9e1475d16b39093878795e099fea92c2b8269
/usr/lib/.build-id/50/d9e6ec4023be0f4174fa5652c68e864a6cbe16
/usr/lib/.build-id/51/74a88845d1361c3d08bae640732ddf0e700f4e
/usr/lib/.build-id/53/a8ef78b9ad42e5199b4804337ef738fc97696d
/usr/lib/.build-id/53/c14b1ee74fb805aa723e3806e2a21d58bea6a5
/usr/lib/.build-id/54/d26cb25fb3f4c454446b7daeeee3c285743a0b
/usr/lib/.build-id/56/eb6e8a132e1a2ed359858b494273d9ebb3dec9
/usr/lib/.build-id/57/c8f25d1fc255d1a546f842ffa2e97a3e064e43
/usr/lib/.build-id/58/376a0f4aff6459298b5f0c10709b8ea5d7238a
/usr/lib/.build-id/5b/5f2879f3dc237f970dbefb8624fc049e77f2b3
/usr/lib/.build-id/5b/6216721a8f6a1ef432b9b2119fb549a4da4f1d
/usr/lib/.build-id/5b/638646ec6e3c33e81e7430cbc1c37cdfdf2c78
/usr/lib/.build-id/5b/afd218ffce25d22c87a91ff0685e486078acb5
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/01cf090f1032873d0a577517c7d899c9aa72e5
/usr/lib/.build-id/60/cb88eaca3898b035fe91439067fb5c2fbaaf9a
/usr/lib/.build-id/60/ecb92181e6ffa73bbde49428b06d249a6807cd
/usr/lib/.build-id/63
/usr/lib/.build-id/63/56a790f0d3bfe9aa9994dcca650160c4d58070
/usr/lib/.build-id/64/6d7b43227c00a0112f1c9f04aa10703cf0e71e
/usr/lib/.build-id/65/02adeb3a22d134ac37239b1f39bf08c795e850
/usr/lib/.build-id/68/8abf904d0e3f0bdfe25dff083b5455cd5fc35f
/usr/lib/.build-id/69/5180a5e8b217cc58a0e47913e3d43d358ca581
/usr/lib/.build-id/69/cb714aa690e735dc38a295d46bb9096f1430a3
/usr/lib/.build-id/6b/51a7e0d182e6aac30f2bd95000fd56365041cf
/usr/lib/.build-id/6d/0c0b78c222727ee15f622b0ef14a38eb5057cf
/usr/lib/.build-id/6d/f4df1118cb3210c86684b9659f71ba021e8a2f
/usr/lib/.build-id/6e/fa2b79d35a75ba6c9f668e1b23caf614297c0f
/usr/lib/.build-id/6e/ff29150302756b32932a5ef302e8f114545d05
/usr/lib/.build-id/70
/usr/lib/.build-id/70/8f55cc9b23392f68388cb74dc6ed59a88bcd2f
/usr/lib/.build-id/70/992a295773188c2e79a22a92c5f3afcdb2db1c
/usr/lib/.build-id/71/ab6cc5f88261bd881592fea49dee17cc7c3abe
/usr/lib/.build-id/72/250416e289931d73586e3f81e5920e88ca222f
/usr/lib/.build-id/72/e594b9db66dd1431ee43b3c865f82a4b6654bf
/usr/lib/.build-id/74/36589428190dfedcbba13253bc38e90081dcec
/usr/lib/.build-id/76/428043db0abf1b4a5b98f84639d02d1ddd39f9
/usr/lib/.build-id/76/7f810fbfec182681957c03e5f2ad90d227bc2b
/usr/lib/.build-id/78
/usr/lib/.build-id/78/540430470001da06f2f0e03205cb08673354bc
/usr/lib/.build-id/78/eaba8338894fccd4e93a0db9d57d4ccc7415d8
/usr/lib/.build-id/7c/e1e99e075a5b793e8d678ac4d4c7b6a47d83d5
/usr/lib/.build-id/7e/06cced8c80d794cb4e752f9f7f5ae47dc6965b
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/c66b174f29d2f24cf30314b75aa9eb4ee75dbc
/usr/lib/.build-id/80/351f258fcb48da369fc8968bcece24723d0ff6
/usr/lib/.build-id/80/6c517fb3bc915e7a1af2fb4407707eda5a45bb
/usr/lib/.build-id/85
/usr/lib/.build-id/85/7b2853d702b74b414564feba3e3a1dfdea747f
/usr/lib/.build-id/85/b6f4c6ac371dfd931a1b184a147a5fcafaa38f
/usr/lib/.build-id/86/ef3d9a9b3eafb2a1570b40937925796e04d0e6
/usr/lib/.build-id/89/4e886544fff22ed6ec032527242d865036d90c
/usr/lib/.build-id/8a/955294ddb77d5ed9cd3e823215a35f3242a207
/usr/lib/.build-id/8b/460a84662d8378bd776db7d36be2a09ffe4815
/usr/lib/.build-id/8c/796014292eb475f3aa1a94764208baeb77b7d0
/usr/lib/.build-id/8c/8cada3606de6fca67e44ba59b76b205332c655
/usr/lib/.build-id/8f/2480b9f7da61c330bb8fa65057e0d36a98153a
/usr/lib/.build-id/90/21490517dbada6f26179b424c77f9fedc04faa
/usr/lib/.build-id/91/1e09a0de5b94b38d9c4bf4571d6474daff7a60
/usr/lib/.build-id/92
/usr/lib/.build-id/92/bf1d18bba6045f939a5563a2b67c624cf5dbba
/usr/lib/.build-id/93/94d8d24fabadee0b12e25c2d1ba481f5fa22bf
/usr/lib/.build-id/95
/usr/lib/.build-id/95/3c0edaae9ac3e0aa34b2af9bb0d70c2bf72a89
/usr/lib/.build-id/97/60794654a0c0217c82992b5cef4833010d32f3
/usr/lib/.build-id/98/1e67b211a0d05efc3058e45821ae5484af2df1
/usr/lib/.build-id/99
/usr/lib/.build-id/99/50e6d5f914e80c83d76b2559bd039e1e8185cc
/usr/lib/.build-id/99/d8252bdded985cd26eedcc657177206b3d52c4
/usr/lib/.build-id/9a/0ec54c3519983b48db2baecbd44672d7a3d421
/usr/lib/.build-id/9a/803e5212e3417c23dbb2afd97b8d799d783694
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/2637bdd0a46fabada26a6273d0347bd03df744
/usr/lib/.build-id/9d/3ecf16abea1d4d8e8c9718554170718be38a28
/usr/lib/.build-id/9d/6622e48e2acf0b5c0833e6e65543d81bd02064
/usr/lib/.build-id/9d/aeec38a6a0ccc382957c3bb0348f750ed2dc63
/usr/lib/.build-id/9d/eb0019c554e4412849e489b930c82c61b1bd2c
/usr/lib/.build-id/9f/423000b05f0801959cd636856f843b0676bad2
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/105a81b2c4340fed2e5f1a907a4caa670889eb
/usr/lib/.build-id/a3/e2823622eaf06ac2288dc14ecb4070d4788bca
/usr/lib/.build-id/a5/9279c6ff9567dbe7e827386fb496952ff37f8d
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/779fe50f49890f33bc7204bcb1de7cd72f2050
/usr/lib/.build-id/a8/eb6e8f2ed0e1db3a5894b7b19b4aa6c188b27a
/usr/lib/.build-id/aa/3199c0ee7e577cbd358971bdbdadb30ae661cd
/usr/lib/.build-id/ac/5cd0f794b441c7583d194776a512b4366762e8
/usr/lib/.build-id/ac/a0828078fcb22863af341ec8ae2bb6b5d58db7
/usr/lib/.build-id/ad/b73fd7e829ad6d8bb5a403e6a4ebacf9b1a195
/usr/lib/.build-id/af
/usr/lib/.build-id/af/c5b5b17b15146779b2d6d16ff964a0e840be91
/usr/lib/.build-id/b0/2f6f8036d8cf0d189f3583e507c456c4a7a36a
/usr/lib/.build-id/b3/f2f2c9299f755cc81a8f696cc4f834345700da
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/0c450f1ad820420fbb71e8682590fcc35bb529
/usr/lib/.build-id/b7/9bed7a93744c8a55f66a7f0f1edf6723aa6411
/usr/lib/.build-id/b9/7c1c080f7d830f0e37bf6357bfc748e12764ba
/usr/lib/.build-id/ba/a049bc203309d31d9736bafbe815e7fd3ae400
/usr/lib/.build-id/ba/fe98989852b8d11b4987e75590addbabea67ec
/usr/lib/.build-id/bb/c8c0ca0f549076ae749799e1d5a17efc0aca94
/usr/lib/.build-id/bb/ce95b5fb706fb3549d6a6630c2ff4c3c6910c8
/usr/lib/.build-id/bb/d3f6c671ec1d745ef96f230555946bb3aa9e8d
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/3ec3f2c74ed36d04117e908b02a339fbeaf4f3
/usr/lib/.build-id/bd/eca0c06fac24a95ba75870e713793ca057a302
/usr/lib/.build-id/be/16781686692bb03c99175c8fbf81fd6e9b0509
/usr/lib/.build-id/be/fffe387707a20db114155a205a03c6433750c7
/usr/lib/.build-id/c0/007cb341e83c05a4665089afd8e27bbcd0622e
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/e3bba48600907ad1aba9df01bf9047bcdc5305
/usr/lib/.build-id/c6/303d7eb89fe659b2d0ebfbefbc9abee13daac8
/usr/lib/.build-id/c7/f152ed215c7aa1bf04d43c98660179713794f6
/usr/lib/.build-id/c8/012631db629af1e1c5676a5f4f3b63153dea32
/usr/lib/.build-id/c8/b08c050061e766877641cae54dd1dda87d6ba5
/usr/lib/.build-id/c9/b11395ee5f78f1207085270458d5bbbf2e1530
/usr/lib/.build-id/cb/629224e9d5294ba6a98e8fc66801a3f5e1511d
/usr/lib/.build-id/cd/3046529337d2bfeda9146a01107c8baa6246d1
/usr/lib/.build-id/cd/fcec06f51a989ad265ec3f48ecb4cc61166281
/usr/lib/.build-id/cf/b3f1314288ca547f88daee57213a3050e519b7
/usr/lib/.build-id/cf/e4ebb58df93acdeff874d37aaddcfcfc6fa08f
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/c3398f4dffd964f39beae2dc1d2fc3317329b7
/usr/lib/.build-id/d2/d7f18bbd2e9d52f1a7a3f8e3587a193f2aaadb
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/3e79cc9974934312602d006df10e9a0ed28fa5
/usr/lib/.build-id/d3/678845cd2fb97fd89ee9ddb219581aaa7e5620
/usr/lib/.build-id/d4/07825de50ab4aa85c69d6ee7827fd5ccdd9bf1
/usr/lib/.build-id/d6/2cf8c97bffc5e65033c1450743c5e5ce4ff007
/usr/lib/.build-id/d6/db19ae5f01f28a5e622f6184569aeb382f3f8f
/usr/lib/.build-id/d7/724600b861fefd5046a2b7922a9c3c3cff32e6
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/65857347a20fedab804ee90d1cebc881855603
/usr/lib/.build-id/d9/7e1209aa82be9a67094a4e11a24f23923b4090
/usr/lib/.build-id/da
/usr/lib/.build-id/da/f10b265707d6219422dbf668a1a169f92736c4
/usr/lib/.build-id/dc/be4284d8658e7835fc50f13f2ea71f583cab46
/usr/lib/.build-id/dd
/usr/lib/.build-id/dd/0f46907d79478dfe51568ce611a63cebb279d8
/usr/lib/.build-id/e3/56683a25dfd946c87e5abfcb57a9112e1b479d
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/4b604b4ab460c42d58ce2c7f6880ec7842bde3
/usr/lib/.build-id/e5/add9e20f94b69f3e934c76e2bd4e63dc6c3230
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/fd9235ea5c488f961138993e0fd19f1d9a9af5
/usr/lib/.build-id/eb
/usr/lib/.build-id/eb/3b0f3e6aab8874b50e59468b5e79ba2067b86d
/usr/lib/.build-id/ec
/usr/lib/.build-id/ec/079f6ff01755ea4d3f40918309863e0c8cd3d8
/usr/lib/.build-id/ec/27bf04cc1309efa3b7631b857bee15e2dd0a63
/usr/lib/.build-id/ec/79fe03af6bc8bf2cbe3d69fbd9bd3eb3b970c2
/usr/lib/.build-id/ec/9b341b4526fa7c304289da4dd3f0aacbabfed2
/usr/lib/.build-id/ed/79aa659dcd4b6d3facac014f50c900c857c9b6
/usr/lib/.build-id/ed/b3c77b17c36e3a2c118e2f16c4fe397e1a707f
/usr/lib/.build-id/f0/4f8a7993c5a21266b2cab0b52deefaf4ec2d89
/usr/lib/.build-id/f9/a0702a21354ec520c01a86a9e4b7e3eaa6da38
/usr/lib/.build-id/f9/bf6de7cdf4a56ca0df4cc36227671f5358e8a7
/usr/lib/.build-id/f9/c1bcaddbf5e1e826feec02c78fd15a43a2d912
/usr/lib/.build-id/fa/c2e7f64a3690457015a59f663dbb24bb7ddc7e
/usr/lib/.build-id/fb/2de95fbe6ff0afd5f6ba04fdeb4ae397d135ac
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/01e6d06409cec53856f52fbaeb97f94863224a
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/1cb1414590c30885a83c92bfa60852dde0165f
/usr/lib/.build-id/fd/98fa302ea8612dc0010ab11eacfc113d67a637
/usr/lib/.build-id/fe/94172cdfd27aacd23f3fe08a8d80d3a2eda227
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/591b8cbe995149c081916306d8908870070fad
/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-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 08:07:07 2025