This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from b2abe1bd81 SPARC: fix PR ld/18841 new 6456d318aa AArch64: Add verifier for By elem Single and Double sized in [...] new bd756351a6 AArch64: Add negative tests for Armv8.3-a complex number ins [...] new f7dd2fb2e2 Arm: Backport hlt to all architectures.
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/config/tc-arm.c | 13 +++- .../gas/aarch64/undefined_advsimd_armv8_3.d | 56 +++++++++++++++++ .../gas/aarch64/undefined_advsimd_armv8_3.s | 70 ++++++++++++++++++++++ gas/testsuite/gas/aarch64/undefined_by_elem_sz_l.d | 40 +++++++++++++ gas/testsuite/gas/aarch64/undefined_by_elem_sz_l.s | 55 +++++++++++++++++ gas/testsuite/gas/arm/armv8a-automatic-hlt.d | 2 + gas/testsuite/gas/arm/hlt.d | 35 +++++++++++ gas/testsuite/gas/arm/hlt.s | 22 +++++++ opcodes/ChangeLog | 14 +++++ opcodes/aarch64-opc.c | 24 ++++++++ opcodes/aarch64-opc.h | 3 +- opcodes/aarch64-tbl.h | 18 +++--- opcodes/arm-dis.c | 3 +- 14 files changed, 363 insertions(+), 11 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/undefined_advsimd_armv8_3.d create mode 100644 gas/testsuite/gas/aarch64/undefined_advsimd_armv8_3.s create mode 100644 gas/testsuite/gas/aarch64/undefined_by_elem_sz_l.d create mode 100644 gas/testsuite/gas/aarch64/undefined_by_elem_sz_l.s create mode 100644 gas/testsuite/gas/arm/hlt.d create mode 100644 gas/testsuite/gas/arm/hlt.s