Name: | gcc-toolset-10-binutils |
---|---|
Version: | 2.35 |
Release: | 5.el8 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 30501267 |
License: | GPLv3+ |
RPM: | gcc-toolset-10-binutils-2.35-5.el8.aarch64.rpm |
Source RPM: | gcc-toolset-10-binutils-2.35-5.el8.src.rpm |
Build Date: | Wed Nov 04 2020 |
Build Host: | ca-buildarm06.us.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). |
- Fix building with LTO enabled. - Set the sh_entsize field of the AArch64's PLT section to 0. (PR 26312)
- Fix testsuite failures.
- Do not enable debuginfod support by default. - Add run-time dependency on libdebuginfod library when debuginfod support is enabled.
- Remove unnecessary dependency upon binutils-gold.
- REBASE TO GNU BINUTILS 2.35
- Initial import into GTS-10-RHEL-8.3 branch. (#1817170)
- Fix a potential illegal memory access parsing corrupt ELF files. (#1835184)
- Fix failures in linker testuite due to compiling test code without -D_FORTIFY_SOURCE specified. (#1809101)
- Fix a potential seg-fault in the BFD library when parsing pathalogical debug_info sections. (#1779255) - Fix a potential memory exhaustion in the BFD library when parsing corrupt DWARF debug information. - Backport H.J.Lu's patch to add a workaround for the JCC Errata to the assembler. (#1779417) - Fix potential integer overflow in readelf. (#1740470) - Fix potential integer overflow in GOLD. (#1739491)
- Stop strip from complaining if the first build note is not a version note. (#1736114)