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 bef7475fbd Stop readelf from complaining about relocation sections with [...] new a3b3345ae6 Add support for V_4B so we can properly reject it. new 00c2093f69 Correct disassembly of dot product instructions.
The 2 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 | 14 + gas/config/tc-aarch64.c | 16 +- gas/testsuite/gas/aarch64/dotproduct.d | 864 ++++++++++++++++----------------- gas/testsuite/gas/aarch64/pr22529.d | 4 + gas/testsuite/gas/aarch64/pr22529.l | 17 + gas/testsuite/gas/aarch64/pr22529.s | 3 + include/ChangeLog | 10 + include/opcode/aarch64.h | 6 + opcodes/ChangeLog | 15 + opcodes/aarch64-asm.c | 2 +- opcodes/aarch64-dis.c | 2 +- opcodes/aarch64-opc.c | 2 + opcodes/aarch64-tbl.h | 4 +- 13 files changed, 518 insertions(+), 441 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/pr22529.d create mode 100644 gas/testsuite/gas/aarch64/pr22529.l create mode 100644 gas/testsuite/gas/aarch64/pr22529.s