Name: | devtoolset-8-binutils |
---|---|
Version: | 2.30 |
Release: | 55.0.1.el7.2 |
Architecture: | aarch64 |
Group: | Development/Tools |
Size: | 26805086 |
License: | GPLv3+ |
RPM: | devtoolset-8-binutils-2.30-55.0.1.el7.2.aarch64.rpm |
Source RPM: | devtoolset-8-binutils-2.30-55.0.1.el7.2.src.rpm |
Build Date: | Wed Mar 11 2020 |
Build Host: | ca-buildarm04.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). |
- Configure with --enable-threads to enable multi-threaded linking by ld.gold. [Orabug: 30658379](Egeyar Bagcioglu) - Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
- Stop the linker's garbage collection feature from removing aliases for weak symbols. (#1804687)
- Add ability to x86 assembler to generate workarounds for Intel JCC flaw. (#1779412)
- Fix building the binutils with address sanitization enabled. (#1709720)
- Fix AArch64 linker testsuite problems. (#1702247) - Fix S390x linker testsuite problems. (#1702248) - Fix PPC64le linker testsuite problems. (#1702249)
- Revert patch for 2.30-51. (#1690553)
- Add support for the arch13 extensions to the s390x architecture. (#1683671)
- Enable GOLD for the PowerPC. (#1670015)
- Fix an error reading DWARF2 information for nested function names. (#1684568)
- Fix a potential buffer overrun when parsing a corrupt ELF file. (#1632912) - Add a .attach_to_group pseuo-op to assembler (for use by annobin). (#1630574) - Stop the binutils from statically linking with libstdc++. (#1630550) - Include gold testsuite results in test logs. - Update x86_64 linker testsuite after previous delta. (#1624779) - Disable the x86_64 linker's elimination of PLT entries. (#1624779) - Disable readelf's reporting of gaps in build notes. (#1623556) - Fix some more PowerPC64 linker testsuite failures. (#1584565) - Remove PLT eliision patch. (#1618748) - Restore the binutils-2.25-set-long-long.patch. - Fix GOLDs creation of PT_NOTE segments. (#1614908) (#1614920) - Improve objcopy's --merge-notes option. (#1608390) - Remove x86 ISA property notes with empty bits. (#1609801) - Rebuild with fixed binutils - Move the .gnu.build.attributes section to after the .comment section. - Merge .gnu.build.attribute sections together. (#1608390) - Fix the gold linker so that it can handle relocs in discardeable note sections. (#1607054) - Fix the generation of relocations for assembler created notes. (#1598551)