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 916c9be4a31 gdb: add Nils-Christian Kempke to gdb/MAINTAINERS new 87e10e9c288 gdb/fortran: add support for accessing fields of extended types new 110aae55a8b gdb/fortran: print fortran extended types with ptype
The 2 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/f-exp.y | 7 +- gdb/f-lang.h | 11 ++ gdb/f-typeprint.c | 24 +++- gdb/testsuite/gdb.fortran/oop_extend_type.exp | 190 ++++++++++++++++++++++++++ gdb/testsuite/gdb.fortran/oop_extend_type.f90 | 69 ++++++++++ gdb/valops.c | 9 ++ 6 files changed, 306 insertions(+), 4 deletions(-) create mode 100755 gdb/testsuite/gdb.fortran/oop_extend_type.exp create mode 100755 gdb/testsuite/gdb.fortran/oop_extend_type.f90