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 0203cad2152 Fix the test for PR 18963 so that it will work on 16-bit targets. new e409955ddcc [PATCH v2] binutils: arm: Fix disassembly of conditional VDUPs.
The 1 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: binutils/ChangeLog | 12 +++++ binutils/testsuite/binutils-all/arm/vdup-cond.d | 27 +++++++++++ binutils/testsuite/binutils-all/arm/vdup-cond.s | 18 ++++++++ binutils/testsuite/binutils-all/arm/vdup-thumb.d | 13 ++++++ binutils/testsuite/binutils-all/arm/vdup-thumb.s | 4 ++ opcodes/ChangeLog | 6 +++ opcodes/arm-dis.c | 57 +++++++++++++++++++----- 7 files changed, 127 insertions(+), 10 deletions(-) create mode 100644 binutils/testsuite/binutils-all/arm/vdup-cond.d create mode 100644 binutils/testsuite/binutils-all/arm/vdup-cond.s create mode 100644 binutils/testsuite/binutils-all/arm/vdup-thumb.d create mode 100644 binutils/testsuite/binutils-all/arm/vdup-thumb.s