Name: | binutils-gold |
Version: | 2.41 |
Release: | 53.0.3.el10 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 2167003 |
License: | 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 |
RPM: |
binutils-gold-2.41-53.0.3.el10.x86_64.rpm
|
Source RPM: |
binutils-2.41-53.0.3.el10.src.rpm
|
Build Date: | Wed Jun 04 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://sourceware.org/binutils |
Summary: | The GOLD linker, a faster alternative to the BFD linker |
Description: | This package provides the GOLD linker, which can be used as an alternative to
the default binutils linker (ld.bfd). The GOLD is generally faster than the
BFD linker, and it supports features such as Identical Code Folding and
Incremental linking. Unfortunately it is not as well maintained as the BFD
linker, and it may become deprecated in the future. |
-
Wed Jun 04 2025 Bruce McCulloch <bruce.mcculloch@oracle.com> - 2.41.53.0.3
- Add binutils-orabug-38018827.patch.
- Fix ctf_dict_open clobbering errno.
- Backport of upstream commit:
- 14303d6295e libctf: archive, open: when opening, always set errp to
something.
- [Orabug: 38018827]
- Add binutils-orabug-38018828.patch.
- In kernel links, properly hide CTF types only if conflicting.
- Backport of upstream commits:
- 75e514cfa56 Revert "libctf: fix linking of non-root-visible types"
- 002957be18e libctf: dedup: improve hiding of conflicting types in the
same dict
- [Orabug: 38018828]
Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
Reviewed-by: Nick Alcock <nick.alcock@oracle.com>
Reviewed-by: Elena Zannoni <elena.zannoni@oracle.com>
-
Wed May 28 2025 Vladimir Mezentsev <vladimir.mezentsev@oracle.com> - 2.41-53.0.2
- Backported updates for gprofng.
Reviewed-by: Bruce McCulloch <bruce.mcculloch@oracle.com>
-
Wed Apr 02 2025 Bruce McCulloch <bruce.mcculloch@oracle.com> - 2.41-53.0.1
- Merge Oracle patches to 2.41-53.
Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
Oracle history:
November-28-2024 Nick Alcock <nick.alcock@oracle.com> - 2.41-45.0.1
- Latest CTF changes from upstream
- add ctf_dict_set_flag, ctf_lookup_enumerator, ctf_lookup_enumerator_next,
ctf_arc_lookup_enumerator_next; consider enums with differing enumerators
to be conflicting
- add documentation to ctf-api.h
- allow modification of ctf_opened dicts and opening of foreign-
endian older dicts
- looking up types by name prefers non-bitfields if possible
- bugfixes to parent propagation, rewriting of existing dicts,
ctf_archive_count, CU-mapped links, and dumping and linking of
non-root-visible types.
- fix a bunch of small leaks and one big one (on ctf_open error)
- fix a write into freed memory after ctf_rollback and writeout
- internal improvements to serialization, name lookup, symbol
lookup, string handling, and more
- explicitly disable zstd support (enabling requires addition of zstd to
the .so scripts)
-
Fri Feb 07 2025 Nick Clifton <nickc@redhat.com> - 2.41-53
- Fix seg-fault in AArch64 linker when building u-boot. (RHEL-78233)
-
Mon Jan 20 2025 Nick Clifton <nickc@redhat.com> - 2.41-52
- Add support for more Intel APX relocs. (RHEL-74437)
-
Mon Dec 02 2024 Nick Clifton <nickc@redhat.com> - 2.41-51
- Fix AArch64 linker testsuite problems.
-
Mon Nov 18 2024 Nick Clifton <nickc@redhat.com> - 2.41-50
- Extend support for the arch14 and arch15 extensions to the s390 architecture. (RHEL-56896)
-
Tue Nov 12 2024 Nick Clifton <nickc@redhat.com> - 2.41-49
- Add support for the arch14 and arch15 extensions to the s390 architecture. (RHEL-56896)
-
Thu Aug 08 2024 Nick Clifton <nickc@redhat.com> - 2.41-48
- Restore LTO use when building binutils. (RHEL-53215)
-
Tue Jul 30 2024 Nick Clifton <nickc@redhat.com> - 2.41-47
- Temporary workaround for ppc64 gcc compilation bug. (RHEL-49348)