Name: | binutils |
---|---|
Version: | 2.41 |
Release: | 53.0.3.el10 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 28020795 |
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-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: | A GNU collection of binary utilities |
Description: | Binutils is a collection of binary utilities, including ar (for creating, modifying and extracting from archives), as (a family of GNU assemblers), gprof (for displaying call graph profile data), ld (the GNU linker), nm (for listing symbols from object files), objcopy (for copying and translating object files), objdump (for displaying information from object files), ranlib (for generating an index for the contents of an archive), readelf (for displaying detailed information about binary files), size (for listing the section sizes of an object or archive file), strings (for listing printable strings from files), strip (for discarding symbols), and addr2line (for converting addresses to file and line). |
- 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>
- Backported updates for gprofng. Reviewed-by: Bruce McCulloch <bruce.mcculloch@oracle.com>
- 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)
- Fix seg-fault in AArch64 linker when building u-boot. (RHEL-78233)
- Add support for more Intel APX relocs. (RHEL-74437)
- Fix AArch64 linker testsuite problems.
- Extend support for the arch14 and arch15 extensions to the s390 architecture. (RHEL-56896)
- Add support for the arch14 and arch15 extensions to the s390 architecture. (RHEL-56896)
- Restore LTO use when building binutils. (RHEL-53215)
- Temporary workaround for ppc64 gcc compilation bug. (RHEL-49348)