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 0c72ed4 Make gdbpy_parameter static new 3fcf0b0 Use VEC for filename_language_table new 56618e2 Move filename extensions into language_defn new 8b302db Move logic out of symbol_find_demangled_name
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 | 78 ++++++++++++++++++++++++++++++++++ gdb/ada-lang.c | 46 ++++++++++++++++++++ gdb/c-lang.c | 23 ++++++++++ gdb/cp-support.c | 9 ++++ gdb/cp-support.h | 4 ++ gdb/d-lang.c | 16 +++++++ gdb/defs.h | 18 ++++++-- gdb/f-lang.c | 15 +++++++ gdb/go-lang.c | 11 +++++ gdb/jv-lang.c | 16 +++++++ gdb/language.c | 33 ++++++++++++++ gdb/language.h | 30 +++++++++++++ gdb/m2-lang.c | 2 + gdb/objc-lang.c | 16 +++++++ gdb/opencl-lang.c | 2 + gdb/p-lang.c | 7 +++ gdb/rust-lang.c | 19 +++++++++ gdb/symfile.c | 125 +++++++++++++++++------------------------------------- gdb/symfile.h | 5 +++ gdb/symtab.c | 107 ++++++---------------------------------------- 20 files changed, 399 insertions(+), 183 deletions(-)