This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from 1619720823 gdb: is_linked_with_cygwin_dll: mention filename in warning [...] adds ffb60ef355 Automatic date update in version.in adds ca3f923f82 PR25840, Null pointer dereference in objdump adds 8d55d10ac0 PR25842, Null pointer dereference in nm-new adds 49af2f5c83 bfin: allow ".=.+delta" adds 3557f442a1 Remove obsolete and unused inf_ptrace_target::auxv_parse adds 49c16254b4 Commit: Running the linker testsuite with clang adds 0fe0f2d621 [PATCH 1/2] coff-go32: update ldscript adds ce1feff0e7 Revert "Fix the test for PR 18963 so that it will work on 16 [...] adds 0203cad215 Fix the test for PR 18963 so that it will work on 16-bit targets. adds e409955ddc [PATCH v2] binutils: arm: Fix disassembly of conditional VDUPs.
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 6 +++ bfd/elf.c | 8 +++- bfd/version.h | 2 +- binutils/ChangeLog | 17 +++++++ binutils/debug.c | 2 + 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 ++ gas/ChangeLog | 4 ++ gas/config/tc-bfin.h | 2 +- gdb/ChangeLog | 5 +++ gdb/inf-ptrace.c | 36 --------------- gdb/inf-ptrace.h | 5 --- ld/ChangeLog | 24 +++++++--- ld/pe-dll.c | 2 +- ld/scripttempl/i386go32.sc | 12 +++++ ld/testsuite/config/default.exp | 50 +++++++++++++++++++++ ld/testsuite/ld-elf/pr22269-1.c | 1 + ld/testsuite/ld-elfvers/vers.exp | 14 ++++-- ld/testsuite/ld-scripts/pr18963.d | 21 ++++----- ld/testsuite/ld-scripts/pr18963.s | 7 --- ld/testsuite/ld-scripts/pr18963.t | 13 ++++-- opcodes/ChangeLog | 6 +++ opcodes/arm-dis.c | 57 +++++++++++++++++++----- 25 files changed, 269 insertions(+), 87 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 delete mode 100644 ld/testsuite/ld-scripts/pr18963.s