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 9344c18feb Update my email address in gdb/MAINTAINERS new 38583298e0 Change SYMBOL_VALUE_ADDRESS to be an rvalue new d3d323915c Search global block from basic_lookup_symbol_nonlocal new 5c281dbb24 Don't call decode_line_with_current_source from select_sourc [...] new 1dd5885077 Make current_source_* per-program-space new 4b610737f0 Handle copy relocations new 1d58d6a26c Make print-file-var.exp test attribute visibility hidden, dl [...] new fccf9de11f Back out earlier Ada exception change new 37f6a7f456 Add $_ada_exception convenience variable
The 8 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 | 102 +++++ gdb/NEWS | 3 + gdb/ada-lang.c | 423 ++++++--------------- gdb/coffread.c | 14 +- gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 20 +- gdb/dwarf2read.c | 63 +-- gdb/dwarf2read.h | 10 +- gdb/elfread.c | 16 +- gdb/mdebugread.c | 6 +- gdb/minsyms.c | 23 ++ gdb/minsyms.h | 11 + gdb/objfiles.c | 4 +- gdb/source.c | 135 ++++--- gdb/stabsread.c | 22 +- gdb/symfile.h | 3 +- gdb/symmisc.c | 10 +- gdb/symtab.c | 85 +++-- gdb/symtab.h | 44 ++- gdb/testsuite/ChangeLog | 30 ++ gdb/testsuite/gdb.ada/catch_ex_std.exp | 3 + gdb/testsuite/gdb.base/print-file-var-lib1.c | 11 +- gdb/testsuite/gdb.base/print-file-var-lib2.c | 10 +- gdb/testsuite/gdb.base/print-file-var-main.c | 42 +- gdb/testsuite/gdb.base/print-file-var.exp | 201 ++++++---- .../gdb.base/{options.c => print-file-var.h} | 29 +- gdb/xcoffread.c | 6 +- 27 files changed, 782 insertions(+), 549 deletions(-) copy gdb/testsuite/gdb.base/{options.c => print-file-var.h} (68%)