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-mainline-allyesconfig in repository toolchain/ci/binutils-gdb.
from 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. 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 new 41937b52d8 Automatic date update in version.in new 18f9735354 bfd_is_const_section thinko
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: bfd/ChangeLog | 12 ++ bfd/bfd-in2.h | 4 +- bfd/elf.c | 8 +- bfd/section.c | 4 +- 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 | 155 +++++++++++++++++++++++ gdb/ada-lang.c | 63 ++------- gdb/arc-tdep.c | 18 +-- gdb/arm-tdep.c | 26 +--- gdb/auto-load.c | 15 +-- gdb/breakpoint.c | 16 +-- gdb/btrace.c | 79 +++--------- gdb/cli/cli-cmds.c | 69 +++------- 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/command.h | 14 ++ gdb/cp-support.c | 23 +--- gdb/dcache.c | 24 +--- gdb/dwarf2/read.c | 25 +--- gdb/frame.c | 25 +--- gdb/go32-nat.c | 10 +- gdb/guile/guile.c | 51 ++------ gdb/i386-tdep.c | 28 +--- gdb/inf-ptrace.c | 36 ------ gdb/inf-ptrace.h | 5 - gdb/infcmd.c | 14 +- gdb/language.c | 25 +--- gdb/macrocmd.c | 15 +-- gdb/maint-test-options.c | 22 +--- gdb/maint-test-settings.c | 44 ++----- gdb/maint.c | 120 ++++-------------- gdb/mips-tdep.c | 29 +---- gdb/python/python.c | 35 ++--- 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/sparc64-tdep.c | 15 +-- gdb/symfile.c | 17 +-- gdb/symtab.c | 15 +-- 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-win.c | 14 +- gdb/typeprint.c | 28 ++-- gdb/valprint.c | 56 ++------ gdb/windows-tdep.c | 24 +--- 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 +++++++-- 83 files changed, 956 insertions(+), 1389 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