Name: | binutils |
---|---|
Version: | 2.27 |
Release: | 41.base.0.2.el7_7.2 |
Architecture: | aarch64 |
Group: | Development/Tools |
Size: | 24244429 |
License: | GPLv3+ |
RPM: | binutils-2.27-41.base.0.2.el7_7.2.aarch64.rpm |
Source RPM: | binutils-2.27-41.base.0.2.el7_7.2.src.rpm |
Build Date: | Tue Feb 04 2020 |
Build Host: | ca-buildarm04.us.oracle.com |
Vendor: | Oracle America |
URL: | http://sources.redhat.com/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). |
Adds 5 patches from the OL 7.5 Aarch64 source and does the following: - Backports with binutils-aarch64-gold-check-MOVW_xABS-relocations-for-plt.patch: 7ae39e2d406d - Check if symbols with MOVW_.ABS relocations require PLT entries. [Orabug: 28829875] - Reverts the following RH patches to re-enable ifunc tests: Patch25: binutils-2.27-skip-ld-aarch64-ifunc-exec-tests.patch Patch27: binutils-2.27-remove-pr19784-test.patch - Backports the following patches with binutils-aarch64-ifunc-relocations.patch to fix "FAIL: Run pr18841 with libpr18841c.so" f2e6a8430e72 - [AArch64] Fix PR18841 ifunc relocation ordering 545bc2b377db - [AArch64] Skip IFUNC relocations in debug sections [Orabug: 26880935] - Backports following patch with binutils-aarch64-stub-alignment.patch: 9a2ebffd4dd9 - Ensure 8-byte alignment for AArch64 stubs. - Backports following patch with binutils-aarch64-pr19327.patch: d68f19767dfb - [AArch64] Use SYMBOL_REFERENCES_LOCAL in one symbol check [Orabug: 27025570] - Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
- Implement assembler workaround for Intel JCC microcode bug. (#1782776)
- Stop the BFD library from complaining about multiple reloc sections for the same code section. (#1755779)
- Fix up some linker tests that fail because of the R_x86_64_GOTPCRELX patch. (#1699745)
- Enable gold for PowerPC and s390x. (#1670014)
- Fix a potential illegal memory access triggered by an integer overflow. (#1665884)
- Disable optimizations of x06_64 PLT entries. (#1624779)
- Add the .attach-to-group pseudo-op to the assembler. (#1652587)
- Prevent resource exhaustion attacks on libiberty's name demangling code. (#1598561)
- Stop strip crashing when removing .comment sections. (#1644632)