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 05ecfa4726c Add myself to gdb/MAINTAINERS new 016382f8a43 gdb: delete unused function print_char_chars new 2c75ccb24ce gdb: avoid accessing global C++ language implementation functions new c5ee319e6cc gdb: rename c_printchar as language_defn::printchar new 76ca72bc5b7 gdb: remove LA_EMIT_CHAR macro new 82fc57fd6b0 gdb: move go_language class declaration into header file new 46157d77c32 gdb: move pascal_language into p-lang.h new ed5797ee2c1 gdb/objc: fix bug in objc_language::opcode_print_table new 1c4852651c2 gdb: move rust_language into rust-lang.h new 5cc0917c387 gdb: remove some uses of LA_PRINT_STRING
The 9 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 | 162 ++++++++++++++++++ gdb/c-lang.c | 7 +- gdb/c-lang.h | 2 - gdb/dwarf2/read.c | 7 +- gdb/expprint.c | 19 ++- gdb/f-lang.h | 2 +- gdb/f-valprint.c | 10 +- gdb/go-exp.y | 4 +- gdb/go-lang.c | 164 +++++------------- gdb/go-lang.h | 94 ++++++++-- gdb/go-typeprint.c | 6 +- gdb/go-valprint.c | 5 +- gdb/guile/scm-pretty-print.c | 4 +- gdb/language.c | 9 - gdb/language.h | 2 - gdb/objc-lang.c | 2 +- gdb/p-exp.y | 11 +- gdb/p-lang.c | 384 ++++++++++++++--------------------------- gdb/p-lang.h | 245 +++++++++++++++++++++++--- gdb/p-typeprint.c | 214 ++++++++--------------- gdb/p-valprint.c | 30 ++-- gdb/python/py-prettyprint.c | 4 +- gdb/rust-exp.y | 2 +- gdb/rust-lang.c | 397 +++++++++++++------------------------------ gdb/rust-lang.h | 198 ++++++++++++++++++++- gdb/symtab.c | 3 +- gdb/valprint.c | 37 ---- gdb/valprint.h | 3 - 28 files changed, 1089 insertions(+), 938 deletions(-)