This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_32-branch in repository binutils-gdb.
from 88cd931f4b Automatic date update in version.in new 8127c1fbe9 [AArch64] Fix bogus MOVPRFX warning for GPR form of CPY new 989c1bd31c [AArch64] Add missing C_MAX_ELEM flags for SVE conversions new 0c1d55b839 [AArch64] Allow MOVPRFX to be used with FMOV
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gas/ChangeLog | 19 ++++++++++ gas/testsuite/gas/aarch64/sve-movprfx_25.d | 2 +- gas/testsuite/gas/aarch64/sve-movprfx_25.l | 1 - gas/testsuite/gas/aarch64/sve-movprfx_25.s | 2 +- gas/testsuite/gas/aarch64/sve-movprfx_26.d | 40 +++++++++++++++++++++ gas/testsuite/gas/aarch64/sve-movprfx_26.l | 12 ++++++- gas/testsuite/gas/aarch64/sve-movprfx_26.s | 28 +++++++++++---- gas/testsuite/gas/aarch64/sve-movprfx_27.d | 14 ++++++++ gas/testsuite/gas/aarch64/sve-movprfx_27.s | 11 ++++++ opcodes/ChangeLog | 15 ++++++++ opcodes/aarch64-opc.c | 5 --- opcodes/aarch64-tbl.h | 58 +++++++++++++++--------------- 12 files changed, 163 insertions(+), 44 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/sve-movprfx_27.d create mode 100644 gas/testsuite/gas/aarch64/sve-movprfx_27.s