Updated binutils packages
Publication date: 12 Aug 2019
Type: bugfix
Affected Mageia releases :
7
Description
This maintenance update fixes various aarch64 and arm issues, and
adds a missing getstring bounds check. The fixes are:
* elf: Remove the property after reporting its removal
* [AArch64] Fix bogus MOVPRFX warning for GPR form of CPY
* [AArch64] Add missing C_MAX_ELEM flags for SVE conversions
* [AArch64] Allow MOVPRFX to be used with FMOV
* Ensure that debug information for ARM security functions is not
dropped by the linker when performing garbage collection.
* aarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VARIANT_PCS
* aarch64: handle .variant_pcs directive in gas
* aarch64: override default elf .set handling in gas
* aarch64: handle STO_AARCH64_VARIANT_PCS in bfd
* PR24785, bfd crashes on empty .PPC.EMB.apuinfo section
* aarch64: fix DT_AARCH64_VARIANT_PCS handling in readelf
* [AArch64] Add support for GMID_EL1 register for +memtag
* [ARM]: Correct the regular expressions in cmse_main_sec_debug.d file
* getstring: check bounds before using [PR23940]