This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 879f2aae39e Powerpc fix for gdb.base/ending-run.exp new 16b6c361546 Remove eval_op_string new fc18a21b65a Ada support for wide strings new a73c128df6e Remove eval_op_concat new b1b9c4115ed Reimplement array concatenation for Ada and D
The 4 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: 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/expop.h | 17 +--- gdb/testsuite/gdb.ada/widewide.exp | 16 +++ gdb/testsuite/gdb.ada/widewide/foo.adb | 2 + gdb/testsuite/gdb.dlang/expression.exp | 4 + gdb/valarith.c | 171 ++++++++------------------------- 10 files changed, 207 insertions(+), 173 deletions(-)