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 c29705b71a Fix internal error and improve 'set debug infrun 1'/target w [...] adds 8bdc16587e gdb: Add $_cimag and $_creal internal functions adds d7df654955 gdb/fortran: Handle internal function calls adds 4c7c79dd98 Automatic date update in version.in new 87f98bacb7 RISC-V: Don't check ABI flags if no code section.
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: bfd/ChangeLog | 7 +++ bfd/elfnn-riscv.c | 34 +++++++++++- bfd/version.h | 2 +- gdb/ChangeLog | 14 +++++ gdb/NEWS | 4 +- gdb/doc/ChangeLog | 5 ++ gdb/doc/gdb.texinfo | 11 ++++ gdb/dwarf2read.c | 36 ++++++++++++- gdb/eval.c | 12 +++-- gdb/testsuite/ChangeLog | 11 ++++ .../mi2-cli-display.c => gdb.base/complex-parts.c} | 34 +++++++++--- gdb/testsuite/gdb.base/complex-parts.exp | 62 ++++++++++++++++++++++ gdb/testsuite/gdb.base/default.exp | 2 + gdb/testsuite/gdb.python/py-function.exp | 8 ++- gdb/testsuite/lib/gdb.exp | 8 +++ gdb/value.c | 52 ++++++++++++++++++ 16 files changed, 284 insertions(+), 18 deletions(-) copy gdb/testsuite/{gdb.mi/mi2-cli-display.c => gdb.base/complex-parts.c} (52%) create mode 100644 gdb/testsuite/gdb.base/complex-parts.exp