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 c5bb8910e8 x86-64: Limit PIC check to shared library build new c6756f62e0 Rewrite/enhance explicit locations completer, parse left->right new a245927022 Explicit locations -label completer new be966d4207 Linespec lexing and C++ operators
The 3 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/ChangeLog | 112 +++++++ gdb/ada-lang.c | 1 + gdb/cli/cli-cmds.c | 17 +- gdb/completer.c | 576 ++++++++++++++++++++++++++------- gdb/completer.h | 82 ++++- gdb/f-lang.c | 3 +- gdb/language.h | 1 + gdb/linespec.c | 319 +++++++++++++++--- gdb/linespec.h | 21 ++ gdb/location.c | 303 +++++++++++++++-- gdb/location.h | 29 +- gdb/symtab.c | 18 +- gdb/symtab.h | 15 + gdb/testsuite/ChangeLog | 4 + gdb/testsuite/gdb.linespec/ls-errs.exp | 18 +- 15 files changed, 1307 insertions(+), 212 deletions(-)