Name: | binutils |
---|---|
Version: | 2.23.52.0.1 |
Release: | 30.el7_1.2 |
Architecture: | x86_64 |
Group: | Development/Tools |
Size: | 21229427 |
License: | GPLv3+ |
RPM: | binutils-2.23.52.0.1-30.el7_1.2.x86_64.rpm |
Source RPM: | binutils-2.23.52.0.1-30.el7_1.2.src.rpm |
Build Date: | Tue May 12 2015 |
Build Host: | x86-ol7-builder-02.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). |
- Don't replace R_390_TLS_LE{32,64} with R_390_TLS_TPOFF for PIE (#872148) (#1207533)
- Backport upstream RELRO fixes. (#1200138)
- Fix syntax for multiple --enable-targets configure option. (#1133147)
- Add support for crc instructions on aarch64 (#1179810)
- Bring back spu target for ppc64le which was accidentally lost (#1133147)
- (Re-)Set ELF_COMMONPAGESIZE to 64k for ppc64le. (#1174826)
- Enable Intel AVX-512VL, AVX-512BW, AVX-512DQ and SGX support. (#1140375)
Revert this change (handled elsewhere): - Additional patch from Alan to fix problems with ld --defsym. (#1132732)
- Include powerpc-linux as a BFD target when building for ppc64le. (#1133147).
- Reduce the size of aarch64 .debug_line; fix cfi encoding of fp registers; add register names to dumping of aarch64 cfi data. Patch provided by rth. Resolves: #1132641