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-allyesconfig in repository toolchain/ci/binutils-gdb.
from 05caa1d236 Handle DW_AT_ranges when reading partial symtabs adds 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
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 26 ++++++++ gdb/NEWS | 4 +- gdb/doc/ChangeLog | 5 ++ gdb/doc/gdb.texinfo | 11 +++ gdb/dwarf2read.c | 36 +++++++++- gdb/eval.c | 12 ++-- gdb/gnu-nat.c | 10 +-- gdb/infrun.c | 78 +++++----------------- gdb/target/waitstatus.c | 3 +- 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 +++++++++++++++ 17 files changed, 276 insertions(+), 88 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