Name: | binutils |
---|---|
Version: | 2.30 |
Release: | 58.0.10.el8_1.1 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 29454390 |
License: | GPLv3+ |
RPM: | binutils-2.30-58.0.10.el8_1.1.x86_64.rpm |
Source RPM: | binutils-2.30-58.0.10.el8_1.1.src.rpm |
Build Date: | Wed Mar 11 2020 |
Build Host: | jenkins-10-147-72-125-c5b73e7c-96b8-4432-82d0-e7725c1cde3d.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). |
- 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 [Orabug: 31001711] [Orabug: 31001722]
- Backport the non-cycle-detecting-capable deduplicating CTF linker [Orabug: 31001711] [Orabug: 31001722] - Backport a fix for an upstream hashtab crash (no upstream bug number), triggered by the above.
- Backport the following patch with binutils-aarch64-stub-alignment.patch: 9a2ebffd4dd9 - Ensure 8-byte alignment for AArch64 stubs. - Add CTF machinery, including libctf.so and libctf-nonbfd.so. [Orabug: 30102938] [Orabug: 30102941] - Backport the fix for upstream bug 23919, required by above. - Provide PIC libctf*.a files and linker scripts to avoid linking with the shared objects from binutils. This is to avoid adding a hard architecture dependency between binutils-devel and binutils packages.
- Backport H.J.Lu's patch to add a workaround for the JCC Errata to the assembler. (#1783957)
- Stop the BFD library from complaining about sections with multiple sets of relocations. (#1749084)
- Fix a thinko in the new gas tests for the s390x arch13 extension. (#1710860)
- Remove a spurious debugging message left in the binutils-note-merge-improvements.patch.
- Fix a problem when producing non-PIE binaries using the GOLD linker for AArch64. (#1693661)
- Further enhance the support for the arch13 extensions to the s390x architecture. (#1659437)
- Do not enable IBT when an object file contains code but no GNU Property notes. (#1687774)