This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/binutils-gdb.
from f4be26838d gprofng: Use symver attribute if available adds a2757c4ed6 gdb/mi: consistently notify user when GDB/MI client uses -th [...] adds d65c0ddddd dlltool: Use the output name as basis for deterministic temp [...] adds 879f2aae39 Powerpc fix for gdb.base/ending-run.exp adds 16b6c36154 Remove eval_op_string adds fc18a21b65 Ada support for wide strings adds a73c128df6 Remove eval_op_concat adds b1b9c4115e Reimplement array concatenation for Ada and D adds 260ecdcec4 objcopy --weaken-symbol: apply to STB_GNU_UNIQUE symbols adds a6b413d24c gdb: work around prompt corruption caused by bracketed-paste-mode
No new revisions were added by this update.
Summary of changes: binutils/ChangeLog | 14 ++ binutils/NEWS | 2 + binutils/dlltool.c | 7 +- binutils/objcopy.c | 4 +- binutils/testsuite/binutils-all/objcopy.exp | 4 + .../testsuite/binutils-all/weaken-gnu-unique.d | 8 + gdb/ada-exp.h | 15 ++ gdb/ada-exp.y | 2 +- gdb/ada-lang.c | 121 ++++++++++++++- gdb/doc/gdb.texinfo | 5 +- gdb/eval.c | 27 ++-- gdb/event-top.c | 20 ++- gdb/expop.h | 17 +- gdb/mi/mi-cmd-stack.c | 12 +- gdb/mi/mi-cmds.c | 18 +-- gdb/mi/mi-cmds.h | 17 +- gdb/mi/mi-main.c | 51 ++++-- gdb/python/py-micmd.c | 5 +- gdb/stack.c | 8 - gdb/stack.h | 6 - gdb/testsuite/gdb.ada/widewide.exp | 16 ++ gdb/testsuite/gdb.ada/widewide/foo.adb | 2 + gdb/testsuite/gdb.base/ending-run.exp | 16 ++ gdb/testsuite/gdb.base/eof-exit.exp | 88 +++++++++++ gdb/testsuite/gdb.dlang/expression.exp | 4 + .../gdb.mi/user-selected-context-sync.exp | 58 ++++++- gdb/testsuite/lib/gdb.exp | 9 ++ gdb/valarith.c | 171 +++++---------------- 28 files changed, 479 insertions(+), 248 deletions(-) create mode 100644 binutils/testsuite/binutils-all/weaken-gnu-unique.d create mode 100644 gdb/testsuite/gdb.base/eof-exit.exp