Name: | binutils |
---|---|
Version: | 2.30 |
Release: | 79.0.1.el8 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 28000974 |
License: | GPLv3+ |
RPM: | binutils-2.30-79.0.1.el8.aarch64.rpm |
Source RPM: | binutils-2.30-79.0.1.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). |
- Forward-port Oracle patches from 2.30-75.0.1 - Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
- Fix x86 assembler's handling of non-8-bit displacements. (#1869401)
- Add tests missing from PT_GNU_SEGMENT patch. (#1870039)
- Forward-port Oracle patches to OL8.3 beta.
- Have the s.390 assembler include alignment hints with vector instructions. (#1850490)
- Prevent the s/390 linker from rewriting the GOT access for certain symbol types. (#1846972)
- Forward-port of Oracle patches from 2.30-68.0.2. - Reviewed-by: Elena Zannoni <elena.zannoni@oracle.com>
- Stop the BFD library from issueing warning messages about allocated sections being found outside of loadable segments. (#1630115) - Fix linker testsuite failures for the aarch64 and s390x targets. (#1632775, #1809101) - Fix building the binutils with address sanitization enabled. (#1678323) - Add support for the PT_GNU_PROPERTY segment. (#1721606) - Fix an internal error in the GOLD linker. (#1722715) - Fix the generation of corrupt .note.gnu.property notes. (#1723533) - Stop objcopy's --set-section-flags option from setting the 'shared' flag on non-COFF binaries. (#1807308) - Fix a bug in the secondary reloc processing code. (#1809186)
- Backport the non-cycle-detecting-capable deduplicating CTF linker - Backport a fix for an upstream hashtab crash (no upstream bug number), triggered by the above. - Fix deduplication of ambiguously-named types in CTF. - CTF types without names are not ambiguously-named. - Stop the CTF_LINK_EMPTY_CU_MAPPINGS flag crashing. - Only emit ambiguous types as hidden if they are named and there is already a type with that name. - Make sure completely empty dicts get their header written out properly - Do not fail if adding anonymous struct/union members to structs/unions that already contain other anonymous members at a different offset - Correctly look up pointers to non-root-visible structures - Emit error messages in dumping into the dump stream - Do not abort early on dump-time errors - Elide likely duplicates (same name, same kind) within a single TU (cross- TU duplicate/ambiguous-type detection works as before). - Fix linking of the CTF variable section - Fix spurious conflicts of variables (also affects the nondeduplicating linker) - Defend against CUs without names - When linking only a single input file, set the output CTF CU name to the name of the input - Support cv-qualified bitfields - Fix off-by-one error in SHA-1 sizing
- Remove bogus assertion. (#1801879)