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 aed61d02fb NEWS and documentation for $_gdb_setting and $_gdb_setting_str. new 59c35742fb gdb/fortran: Add new 'info modules' command new 165f8965d7 gdb: Add new commands to list module variables and functions new e170989694 gdb: Don't print a newline in language la_print_typedef methods
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 | 49 +++ gdb/NEWS | 18 + gdb/ada-typeprint.c | 1 - gdb/c-typeprint.c | 2 +- gdb/doc/ChangeLog | 9 + gdb/doc/gdb.texinfo | 29 ++ gdb/dwarf2read.c | 28 +- gdb/f-typeprint.c | 1 - gdb/m2-typeprint.c | 2 +- gdb/p-typeprint.c | 2 +- gdb/psymtab.c | 2 + gdb/rust-lang.c | 2 +- gdb/symtab.c | 391 ++++++++++++++++++++- gdb/symtab.h | 21 +- gdb/testsuite/ChangeLog | 16 + gdb/testsuite/gdb.fortran/info-modules.exp | 187 ++++++++++ .../{info-types.f90 => info-types-2.f90} | 40 +-- gdb/testsuite/gdb.fortran/info-types.exp | 11 +- gdb/testsuite/gdb.fortran/info-types.f90 | 18 +- 19 files changed, 788 insertions(+), 41 deletions(-) create mode 100644 gdb/testsuite/gdb.fortran/info-modules.exp copy gdb/testsuite/gdb.fortran/{info-types.f90 => info-types-2.f90} (58%)