Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: binutils-gprofng | Distribution: Fedora Project |
Version: 2.41 | Vendor: Fedora Project |
Release: 37.fc40 | Build date: Tue May 7 12:00:44 2024 |
Group: Unspecified | Build host: buildhw-x86-13.iad2.fedoraproject.org |
Size: 2668966 | Source RPM: binutils-2.41-37.fc40.src.rpm |
Packager: Fedora Project | |
Url: https://sourceware.org/binutils | |
Summary: Next Generating code profiling tool |
GprofNG is the GNU Next Generation Profiler for analyzing the performance of Linux applications.
GPL-3.0-or-later AND (GPL-3.0-or-later WITH Bison-exception-2.2) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND BSD-3-Clause AND GFDL-1.3-or-later AND GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-2.0-or-later
* Fri May 03 2024 Benjamin Gilbert <bgilbert@backtick.net> - 2.41-37 - Backport commit bac5753ca24 to fix ld crash on LLVM-produced archives (#2278106) * Mon Apr 29 2024 Nick Clifton <nickc@redhat.com> - 2.41-36 - Spec File: Stop %verify(mtime) for ld.bfd. (#2277349) * Fri Apr 05 2024 Nick Clifton <nickc@redhat.com> - 2.41-35 - Backport commit 5bc71c2a6b8 to fix APX support for R_X86_64_CODE_6_GOTTPOFF (#2273298) * Mon Feb 12 2024 Nick Clifton <nickc@redhat.com> - 2.41-34 - Backport commits 5a635f1f59ad and 41e115853eef to fix some APX issues. - Add top-level multilib.am file. * Mon Feb 12 2024 Nick Clifton <nickc@redhat.com> - 2.41-33 - Backport commit 4199cf1e152d in order to add support for IBM's power-11 architecture extensions. * Wed Jan 24 2024 Nick Clifton <nickc@redhat.com> - 2.41-32 - Suppress the x86 linker's p_align-1 tests in order to cope with a CentOS-10 kernel bug. (RHEL-22466) * Tue Jan 23 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.41-31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Nick Clifton <nickc@redhat.com> - 2.41-30 - Import commits 4a54cb06585f568031dfd291d0fe45979ad75e98 and 00a17c6ad068c95019e1f37cfc2d1b8aaebd6ecb to add APX support to GOLD. * Sat Jan 20 2024 Jakub Jelinek <jakub@redhat.com> - 2.41-29 - Import commit eed38d8a02b2 to update APX support. (#2259333) * Fri Jan 19 2024 Nick Clifton <nickc@redhat.com> - 2.41-28 - Import commits 5190fa38286a , 2519809009ed and eea4357967b6 to update APX support. * Wed Jan 17 2024 Nick Clifton <nickc@redhat.com> - 2.41-27 - Add support for Intel's APX (part 1) architecture extensions. * Wed Jan 17 2024 Nick Clifton <nickc@redhat.com> - 2.41-26 - Import libiberty demangling improvements in order to support gcc v14 mangling. * Mon Jan 15 2024 Nick Clifton <nickc@redhat.com> - 2.41-25 - Fix creation of DT_RELR relocs for PPC64LE. (#2258061) * Thu Jan 11 2024 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.41-24 - Use _fortify_level macro to control _FORTIFY_SOURCE. * Thu Jan 11 2024 Amit Shah <amitshah@fedoraproject.org>- 2.41-23 - Spec File: gprofng requires bison at build time * Thu Jan 11 2024 Tulio Machado <tuliom@redhat.com> - 2.41-22 - Remove dependency upon zlib-static. * Thu Jan 04 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 2.41-21 - Fix location of gprofng.rc * Thu Jan 04 2024 Nick Clifton <nickc@redhat.com> - 2.41-20 - Fix SPDX annotation. * Thu Jan 04 2024 Nick Clifton <nickc@redhat.com> - 2.41-19 - Have the gold linker ignore the --error-execstack and --error-rwx-segments options. * Tue Jan 02 2024 Nick Clifton <nickc@redhat.com> - 2.41-18 - Fix handling of Risc-V SUB_LEB128 relocation. (PR31179) * Mon Dec 11 2023 Nick Clifton <nickc@redhat.com> - 2.41-17 - Fix failure in binutils testsuite for RiscV architecture. * Thu Dec 07 2023 Nick Clifton <nickc@redhat.com> - 2.41-16 - Add support for Intel's AVX10.1 ISA. * Tue Nov 28 2023 Nick Clifton <nickc@redhat.com> - 2.41-15 - Disable errors for executable stacks (enabled too early by previous delta). * Tue Nov 21 2023 Nick Clifton <nickc@redhat.com> - 2.41-14 - Enable errors for executable stacks. * Fri Nov 10 2023 Nick Clifton <nickc@redhat.com> - 2.41-13 - Make the GOLD linker ignore the "-z pack-relative-relocs" option. (#2248936) * Tue Nov 07 2023 Nick Clifton <nickc@redhat.com> - 2.41-12 - Fix the bfd linker's generation of call stubs for large AArch64 binaries with BTI enabled. (#2241902) * Tue Nov 07 2023 Nick Clifton <nickc@redhat.com> - 2.41-11 - Fix merging strings when linking really big programs. * Wed Nov 01 2023 Nick Clifton <nickc@redhat.com> - 2.41-10 - Allow for x86_64 build environments that use a base ISA of x86-64-v3. (#2247296) * Mon Oct 30 2023 Nick Clifton <nickc@redhat.com> - 2.41-9 - Accept and ignore R_BPF_64_NODYLD32 relocations. (#2245296) * Thu Oct 19 2023 Nick Clifton <nickc@redhat.com> - 2.41-8 - Add ability to turn execstack warnings into errors. - Enable warnings for rsx segments. * Fri Oct 13 2023 Nick Clifton <nickc@redhat.com> - 2.41-7 - Fix a potential NULL pointer derefence when parsing corrupt ELF symbol version information. (#2243769) * Thu Oct 12 2023 Nick Clifton <nickc@redhat.com> - 2.41-6 - Enable warnings about executable stacks by default. * Fri Aug 25 2023 Nick Clifton <nickc@redhat.com> - 2.41-5 - Fix the GOLD linker's handling of 32-bit PowerPC binaries. (#2234396) * Wed Aug 23 2023 Nick Clifton <nickc@redhat.com> - 2.41-4 - Add fixes for linker testsuite failures for the RISCV-64 target. * Thu Aug 17 2023 Adam Williamson <awilliam@redhat.com> - 2.41-3 - More CI fixes. * Thu Aug 17 2023 Adam Williamson <awilliam@redhat.com> - 2.41-2 - Tests: use uname -m instead of uname -i. * Thu Aug 03 2023 Nick Clifton <nickc@redhat.com> - 2.41-1 - Rebase to GNU Binutils 2.41 - Retire: binutils-filename-in-readelf-messages.patch - Retire: binutils-readelf-other-sym-info.patch - Retire: binutils-fix-testsuite-failures.patch - Retire: binutils-objcopy-note-merge-speedup.patch - Retire: binutils-testsuite-fixes.patch - Retire: binutils-reloc-symtab.patch - Retire: binutils-CVE-2023-1972.patch * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.40-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jul 18 2023 Nick Clifton <nickc@redhat.com> - 2.40-12 - Spec File: migrated to SPDX license. (#2222113) * Mon Jul 17 2023 Nick Clifton <nickc@redhat.com> - 2.40-11 - Spec File: Change License field to use SPDX notation. (#2222113) * Wed Jun 21 2023 Nick Clifton <nickc@redhat.com> - 2.40-10 - Spec File: Add defines to enable rwx and execstack warnings. * Wed May 31 2023 Nick Clifton <nickc@redhat.com> - 2.40-9 - Spec File: Remove debug files from default package. (#2208360) * Tue May 02 2023 Nick Clifton <nickc@redhat.com> - 2.40-8 - GOLD: Stop an abort triggered by running dwp on a file with no dwo links. (#2192226) - Spec File: Use _prefix. (#2192118) * Mon Apr 17 2023 Nick Clifton <nickc@redhat.com> - 2.40-7 - Spec File: Fix typo. (#2186396) - BFD library: Fix illegal memory access when loading corrupt symbol version info. (#2186579) * Thu Mar 30 2023 Nick Clifton <nickc@redhat.com> - 2.40-6 - Linker: Do not associate allocated reloc sections with the .symtab section. (#2166419) * Wed Mar 08 2023 Nick Clifton <nickc@redhat.com> - 2.40-5 - Spec file: Rebuild libsframe.a with -fPIC enabled. (#2174841) * Mon Mar 06 2023 Nick Clifton <nickc@redhat.com> - 2.40-4 - Spec file: Add libsframe.a to the (fake) libbfd.so. (#2174841) * Thu Feb 16 2023 Nick Clifton <nickc@redhat.com> - 2.40-2 - Spec file: Remove duplicate gprofng debug file entries. - Spec file: Fix testsuite failures for RiscV64. * Mon Feb 13 2023 Nick Clifton <nickc@redhat.com> - 2.40-1 - Rebase to 2.40. - Retire: binutils-package-metadata.patch - Retire: binutils-gas-dwarf-skip-empty-functions.patch - Retire: binutils-CVE-38128-dwarf-abbrev-parsing.patch - Retire: binutils-readelf-no-sections.patch - Retire: binutils-libiberty-configure-compile-warnings.patch - Retire: binutils-CVE-2022-4285.patch * Tue Jan 31 2023 Nick Clifton <nickc@redhat.com> - 2.39-10 - Spec File: Add (disabled by default) support for cross-builds of the binutils. * Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.39-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Jan 16 2023 Nick Clifton <nickc@redhat.com> - 2.39-8 - Speed up objcopy's note merging algorithm. (#29993) * Tue Dec 13 2022 Nick Clifton <nickc@redhat.com> - 2.39-7 - Fix a potential dereference of a NULL pointer. (#2152946) * Wed Nov 23 2022 Nick Clifton <nickc@redhat.com> - 2.39-6 - Fix compile time warnings of the configure test files in the libiberty directory. (#2144041) * Wed Nov 02 2022 Nick Clifton <nickc@redhat.com> - 2.39-5 - Fix configuration of s390x binutils so that it does not include support for extraneous targets. (#2139143) * Mon Oct 03 2022 Nick Clifton <nickc@redhat.com> - 2.39-4 - Fix readelf's decoding of files with no sections. (#2131609) * Wed Aug 31 2022 Nick Clifton <nickc@redhat.com> - 2.39-3 - Stop a potential infinite loop in the binutils DWARF parser. (#2122675) * Tue Aug 16 2022 Nick Clifton <nickc@redhat.com> - 2.39-2 - Move gprofng related files into the gprofng sub-package. * Thu Aug 11 2022 Nick Clifton <nickc@redhat.com> - 2.39-1 - Rebase to GNU Binutils 2.39. - Retire: binutils-CVE-2019-1010204.patch - Retire: binutils-use-long-long.patch - Retire: binutils-section-type.patch - Retire: binutils-gas-loc-view.patch - Retire: binutils-do-not-use-debuginfod.patch - Retire: binutils-indirect-symbols.patch - Retire: binutils-s390x-static-PIE.patch - Retire: binutils-link-following.patch - Retire: binutils-x86-non-canonical-references.patch - Retire: binutils-ppc64-DT_RELR-relocs.patch - Retire: binutils-ppc-gas-machine-directive.patch * Wed Aug 10 2022 Luca Boccassi <bluca@debian.org> - 2.38-24 - Build with jansson when not bootstrapping. * Thu Aug 04 2022 Nick Clifton <nickc@redhat.com> - 2.38-23 - Add the --package-metadata option to the linkers. (#2099999) * Thu Jul 28 2022 Nick Clifton <nickc@redhat.com> - 2.38-22 - Fix a couple of x86_64 linker testsuite failures. * Tue Jul 26 2022 Nick Clifton <nickc@redhat.com> - 2.38-21 - Tweak the PowerPC assembler's handling of the .machine directive. (#2111082) * Tue Jul 26 2022 Amit Shah <amitshah@fedoraproject.org> - 2.38-20 - Check and enable 64-bit bfd on aarch64 and riscv64. * Mon Jul 25 2022 Nick Clifton <nickc@redhat.com> - 2.38-19 - Restore the use of --enable-64-bit-bfd for the AArch64 and riscv64 targets. * Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.38-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jun 30 2022 Nick Clifton <nickc@redhat.com> - 2.38-16 - Fix a problem honouring readelf's -wE and -wN command line options. * Mon Jun 13 2022 Nick Clifton <nickc@redhat.com> - 2.38-15 - Fix a problem with PowerPC's handling of DT_RELR relocs. (#2095622) - Move annobin data into a separate debuginfo file. * Wed Jun 08 2022 Nick Clifton <nickc@redhat.com> - 2.38-14 - Fix bugs preventing the linker tests from running. * Fri May 27 2022 Nick Clifton <nickc@redhat.com> - 2.38-14 - Fix bug in binutils.spec file that was causing the wrong linker flags to be used. * Fri May 27 2022 Nick Clifton <nickc@redhat.com> - 2.38-13 - Change the ld man page so that it says that --enable-new-dtags is the default. (#2090818) * Tue May 24 2022 Nick Clifton <nickc@redhat.com> - 2.38-12 - x86 linker: Disallow invalid relocations against protected symbols. (#2089358) * Fri May 20 2022 Nick Clifton <nickc@redhat.com> - 2.38-11 - Stop readelf and objdump from unnecessarily following links. (#2086863) * Thu May 19 2022 Nick Clifton <nickc@redhat.com> - 2.38-10 - Add support for generating static PIE binaries for s390x. (#2088331) * Thu May 12 2022 Nick Clifton <nickc@redhat.com> - 2.38-9 - Fix description of gold subpackage so that it does not include the Requires fields. (#2082919)
/etc/gprofng.rc /usr/bin/gp-archive /usr/bin/gp-collect-app /usr/bin/gp-display-html /usr/bin/gp-display-src /usr/bin/gp-display-text /usr/bin/gprofng /usr/lib/.build-id /usr/lib/.build-id/03 /usr/lib/.build-id/03/8149722d0bc871c88446d51e7cd84a40dc2c71 /usr/lib/.build-id/0d/f8219fb98a86d94f3b24639214c71e8ae6ce37 /usr/lib/.build-id/2e/618eb56384244f06d0ce3d9b17c865fb498d07 /usr/lib/.build-id/45/0f912033a16b649349bf56e3197647c881dc3a /usr/lib/.build-id/50 /usr/lib/.build-id/50/55bbe628a7ffa6fdb4b3646d7e858c5da4b742 /usr/lib/.build-id/6f/7277fc58ad89fe6251eebe3189d4159b0eb29f /usr/lib/.build-id/6f/739c54225dcadd7069be8c10a7e0ff52e024eb /usr/lib/.build-id/ac /usr/lib/.build-id/ac/068cf485abe7d515394af00629b6af54cef089 /usr/lib/.build-id/d5 /usr/lib/.build-id/d5/274e63852b4705f5debf0a68a6001472935d18 /usr/lib/.build-id/da/428c9954de9b8e36dd8ef1f7c9a47332bfbaec /usr/lib64/gprofng /usr/lib64/gprofng/libgp-collector.so /usr/lib64/gprofng/libgp-collectorAPI.a /usr/lib64/gprofng/libgp-collectorAPI.so /usr/lib64/gprofng/libgp-heap.so /usr/lib64/gprofng/libgp-iotrace.so /usr/lib64/gprofng/libgp-sync.so /usr/share/info/gprofng.info.gz /usr/share/man/man1/gp-archive.1.gz /usr/share/man/man1/gp-collect-app.1.gz /usr/share/man/man1/gp-display-html.1.gz /usr/share/man/man1/gp-display-src.1.gz /usr/share/man/man1/gp-display-text.1.gz /usr/share/man/man1/gprofng.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Oct 31 05:22:13 2024