Name: | binutils |
---|---|
Version: | 2.27 |
Release: | 41.base.0.3.el7_7.1 |
Architecture: | x86_64 |
Group: | Development/Tools |
Size: | 25158474 |
License: | GPLv3+ |
RPM: | binutils-2.27-41.base.0.3.el7_7.1.x86_64.rpm |
Source RPM: | binutils-2.27-41.base.0.3.el7_7.1.src.rpm |
Build Date: | Mon Nov 18 2019 |
Build Host: | jenkins-10-147-72-125-6956dc7f-44db-4099-a455-8b32a1d759ee.appad1iad.osdevelopmeniad.oraclevcn.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). |
- CVE-2018-12207 / Intel SKX102 - Introduce the following gas options: -malign-branch -malign-branch-boundary -malign-branch-prefix-size -mbranches-within-32B-boundaries - Lessen the performance hit due to the Mitigation of Intel's JCC Erratum by backporting the patch series that teach gas not to place various jump instructions at the end of 32 byte boundries or across such boundaries. - Prepatory patches: binutils-2.31-i386-gas-01-add-.nop-assembler-directive.patch binutils-2.31-i386-gas-02-rewrite-NOP-generation.patch binutils-2.31-i386-gas-03-insns-exceeding-the-15-byte.patch binutils-2.31-i386-gas-04-pass-max_bytes-to-TC_FRAG_INIT.patch - Mitigation Patches: binutils-2.33-i386-gas-01-add-md_cons_worker.patch binutils-2.33-i386-gas-02-add-md_generic_table_relax_frag.patch binutils-2.33-i386-gas-03-align-branches-within-a-fixed-boundary.patch binutils-2.33-i386-gas-04-add-mbranches-within-32B-boundaries.patch binutils-2.33-i386-gas-05-add-tests-for-malign-branch-boundary-and-malign.patch - Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
- Complete the backport of upstream commit a5def14f1ca70e14d9433cb229c9369fa3051598 Add a test for R_386_GOT32/R_386_GOT32X IFUNC reloc error [Orabug 27930573] - Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
- 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)