Name: | binutils |
---|---|
Version: | 2.30 |
Release: | 73.0.1.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 25330758 |
License: | GPLv3+ |
RPM: | binutils-2.30-73.0.1.el8.x86_64.rpm |
Source RPM: | binutils-2.30-73.0.1.el8.src.rpm |
Build Date: | Wed Apr 29 2020 |
Build Host: | jenkins-10-147-72-125-65401f72-f687-4923-a026-2f2c8925146f.appad1iad.osdevelopmeniad.oraclevcn.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 of Oracle patches from 2.30-68.0.2. - Reviewed-by: Elena Zannoni <elena.zannoni@oracle.com>
- 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)
- Allow the BFD library to handle the copying of files containing secondary reloc sections. (#1801879)
- Ensure 8-byte alignment for AArch64 stubs. - Add CTF support to OL8: CTF machinery, including libctf.so and libctf-nonbfd.so. The linker does not yet deduplicate the CTF type section. - Backport of fix for upstream bug 23919, required by above - [Orabug: 30102938] [Orabug: 30102941]
- Fix a potential seg-fault in the BFD library when parsing pathalogical debug_info sections. (#1779245) - Fix a potential memory exhaustion in the BFD library when parsing corrupt DWARF debug information.
- Re-enable strip merging build notes. (#1777760)
- Fix linker testsuite failures triggered by annobin update.
- Backport H.J.Lu's patch to add a workaround for the JCC Errata to the assembler. (#1777002)
- Fix a buffer overrun in the note merging code. (#1774507)