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-aarch64-stable-allyesconfig in repository toolchain/ci/binutils-gdb.
from 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. adds 0743fc83c0 Replace most calls to help_list and cmd_show_list adds 2bed205e44 Fix the build of fork-running-state.c on NetBSD adds 4ddfec930c Fix gdb.base/attach-twice.c build on NetBSD adds 41937b52d8 Automatic date update in version.in adds 18f9735354 bfd_is_const_section thinko adds 08feed99cb Change get_objfile_arch to a method on objfile
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 6 + bfd/bfd-in2.h | 4 +- bfd/section.c | 4 +- bfd/version.h | 2 +- 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 + gdb/ChangeLog | 242 +++++++++++++++++++++++ gdb/ada-lang.c | 63 ++---- gdb/annotate.c | 2 +- gdb/arc-tdep.c | 18 +- gdb/arm-tdep.c | 26 +-- gdb/auto-load.c | 15 +- gdb/block.c | 2 +- gdb/breakpoint.c | 30 ++- gdb/btrace.c | 79 ++------ gdb/buildsym.c | 2 +- gdb/cli/cli-cmds.c | 73 ++----- gdb/cli/cli-decode.c | 52 +++++ gdb/cli/cli-dump.c | 147 +++++--------- gdb/cli/cli-style.c | 126 ++++-------- gdb/cli/cli-style.h | 2 - gdb/coffread.c | 8 +- gdb/command.h | 14 ++ gdb/cp-support.c | 23 +-- gdb/ctfread.c | 4 +- gdb/dbxread.c | 6 +- gdb/dcache.c | 24 +-- gdb/dtrace-probe.c | 2 +- gdb/dwarf2/frame.c | 2 +- gdb/dwarf2/index-write.c | 2 +- gdb/dwarf2/loc.c | 20 +- gdb/dwarf2/read.c | 87 ++++---- gdb/elfread.c | 10 +- gdb/frame.c | 25 +-- gdb/gcore.c | 2 +- gdb/gdbtypes.c | 6 +- gdb/go32-nat.c | 10 +- gdb/guile/guile.c | 51 ++--- gdb/hppa-tdep.c | 2 +- gdb/i386-tdep.c | 28 +-- gdb/ia64-tdep.c | 2 +- gdb/infcmd.c | 14 +- gdb/infrun.c | 2 +- gdb/jit.c | 2 +- gdb/language.c | 25 +-- gdb/linespec.c | 2 +- gdb/linux-fork.c | 2 +- gdb/linux-tdep.c | 4 +- gdb/machoread.c | 4 +- gdb/macrocmd.c | 15 +- gdb/maint-test-options.c | 22 +-- gdb/maint-test-settings.c | 44 ++--- gdb/maint.c | 120 +++-------- gdb/mdebugread.c | 8 +- gdb/mi/mi-symbol-cmds.c | 4 +- gdb/minsyms.c | 2 +- gdb/mips-tdep.c | 29 +-- gdb/objfiles.c | 10 +- gdb/objfiles.h | 8 +- gdb/printcmd.c | 2 +- gdb/psymtab.c | 10 +- gdb/python/py-inferior.c | 2 +- gdb/python/py-objfile.c | 2 +- gdb/python/py-type.c | 2 +- gdb/python/python.c | 39 ++-- gdb/ravenscar-thread.c | 30 +-- gdb/record-btrace.c | 107 +++------- gdb/record-full.c | 31 +-- gdb/record.c | 29 +-- gdb/remote.c | 24 +-- gdb/riscv-tdep.c | 64 ++---- gdb/rs6000-tdep.c | 28 +-- gdb/ser-tcp.c | 26 +-- gdb/serial.c | 30 +-- gdb/sh-tdep.c | 22 +-- gdb/source.c | 3 +- gdb/sparc64-tdep.c | 15 +- gdb/stabsread.c | 10 +- gdb/stap-probe.c | 2 +- gdb/symfile.c | 29 +-- gdb/symmisc.c | 6 +- gdb/symtab.c | 27 +-- gdb/target-descriptions.c | 36 +--- gdb/testsuite/ChangeLog | 19 ++ gdb/testsuite/gdb.base/attach-twice.c | 9 +- gdb/testsuite/gdb.base/completion.exp | 6 +- gdb/testsuite/gdb.base/default.exp | 32 +-- gdb/testsuite/gdb.base/fork-running-state.c | 1 + gdb/testsuite/gdb.base/maint.exp | 6 +- gdb/testsuite/gdb.btrace/cpu.exp | 4 +- gdb/testsuite/gdb.cp/maint.exp | 4 +- gdb/top.c | 14 -- gdb/top.h | 4 - gdb/tui/tui-layout.c | 13 +- gdb/tui/tui-source.c | 2 +- gdb/tui/tui-win.c | 14 +- gdb/tui/tui-winsource.c | 2 +- gdb/typeprint.c | 28 +-- gdb/valops.c | 4 +- gdb/valprint.c | 56 ++---- gdb/value.c | 2 +- gdb/windows-tdep.c | 24 +-- gdb/xcoffread.c | 4 +- opcodes/ChangeLog | 6 + opcodes/arm-dis.c | 57 +++++- 108 files changed, 1046 insertions(+), 1455 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