This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-arm-spec2k6-Oz_LTO 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
No new revisions were added by this update.
Summary of changes: 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 ++++++++++++++++++ 14 files changed, 245 insertions(+), 16 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