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 a9485519428 Automatic date update in version.in new b01175fc46b gdb: Merge auto and unknown language implementations new 790e2a12487 gdb: move Modula2 language class into a header file new d3b67c56fa2 gdb: remove LA_PRINT_TYPEDEF macro new 00c696a6e2c gdb: remove LA_VALUE_PRINT macro new e74b39ded0a gdb: remove LA_PRINT_ARRAY_INDEX macro new 4b2f86ef2a3 gdb: remove LA_ITERATE_OVER_SYMBOLS macro new 5399db93c53 gdb: Rename language_defn::demangle new 88cefd9be07 gdb: Improve documentation comment on language_defn::print_type new 1a0ea399135 gdb: move f_language class into a header file
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 | 133 ++++++++++++++++++ gdb/ada-lang.c | 4 +- gdb/c-lang.c | 2 +- gdb/d-lang.c | 2 +- gdb/f-exp.y | 2 +- gdb/f-lang.c | 320 +++++++++--------------------------------- gdb/f-lang.h | 272 ++++++++++++++++++++++++++++++++++-- gdb/f-typeprint.c | 82 ++++------- gdb/f-valprint.c | 5 +- gdb/go-lang.c | 2 +- gdb/language.c | 221 +++++++++-------------------- gdb/language.h | 25 ++-- gdb/linespec.c | 2 +- gdb/m2-exp.y | 2 +- gdb/m2-lang.c | 402 ++++++++++++++++++++--------------------------------- gdb/m2-lang.h | 130 +++++++++++++++-- gdb/m2-typeprint.c | 4 +- gdb/m2-valprint.c | 11 +- gdb/objc-lang.c | 2 +- gdb/parse.c | 1 - gdb/rust-lang.c | 2 +- gdb/typeprint.c | 2 +- gdb/valprint.c | 6 +- 23 files changed, 848 insertions(+), 786 deletions(-)