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-stable-defconfig in repository toolchain/ci/binutils-gdb.
from ada508b6cc Update GDB NEWS with ARC support in GDBserver adds f511427204 gold: Update testsuite/split_[i386|x32|x86_64].sh adds b3d3944ee5 Automatic date update in version.in adds b270168504 Style more output of "disassemble" command adds f5c4b229c6 Notify observers that directories have changed when using "d [...] adds 361cb21935 gnulib: Ensure all libraries are used when building gdb/gdbserver new bbb826f5e9 gdb: Delay releasing target_desc_up in more cases new 3d87245cc1 Handle void results as unformatted prints
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/version.h | 2 +- gdb/ChangeLog | 40 ++++++++++++++++++++++++ gdb/Makefile.in | 5 ++- gdb/arch/aarch32.c | 12 ++++---- gdb/arch/aarch64.c | 14 ++++----- gdb/arch/amd64.c | 27 ++++++++-------- gdb/arch/arc.c | 25 ++++++++------- gdb/arch/arc.h | 2 +- gdb/arch/arm.c | 16 +++++----- gdb/arch/i386.c | 24 +++++++-------- gdb/arch/riscv.h | 2 +- gdb/arch/tic6x.c | 14 ++++----- gdb/cli/cli-cmds.c | 22 +++++++++----- gdb/printcmd.c | 1 + gdb/source.c | 11 +++++-- gdb/testsuite/ChangeLog | 14 +++++++++ gdb/testsuite/gdb.base/printcmds.exp | 5 +++ gdb/testsuite/gdb.base/style.exp | 5 ++- gdb/testsuite/gdb.mi/mi-cmd-param-changed.exp | 11 +++++++ gdbserver/ChangeLog | 10 ++++++ gdbserver/Makefile.in | 11 +++---- gdbserver/linux-arc-low.cc | 6 ++-- gnulib/ChangeLog | 7 +++++ gnulib/Makefile.gnulib.inc.in | 44 +++++++++++++++++++++++++++ gnulib/Makefile.in | 4 ++- gnulib/configure | 4 +++ gnulib/configure.ac | 2 ++ gold/ChangeLog | 6 ++++ gold/testsuite/split_i386.sh | 2 +- gold/testsuite/split_x32.sh | 2 +- gold/testsuite/split_x86_64.sh | 2 +- 31 files changed, 258 insertions(+), 94 deletions(-) create mode 100644 gnulib/Makefile.gnulib.inc.in