This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/binutils-gdb.
from d3a76a5583 gdb: change file_file_name to return an std::string adds 916c9be4a3 gdb: add Nils-Christian Kempke to gdb/MAINTAINERS adds 87e10e9c28 gdb/fortran: add support for accessing fields of extended types adds 110aae55a8 gdb/fortran: print fortran extended types with ptype adds 129f0aaa9d gdb maintainer commit rights
No new revisions were added by this update.
Summary of changes: binutils/MAINTAINERS | 6 +- gdb/MAINTAINERS | 1 + 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 ++ 8 files changed, 312 insertions(+), 5 deletions(-) create mode 100755 gdb/testsuite/gdb.fortran/oop_extend_type.exp create mode 100755 gdb/testsuite/gdb.fortran/oop_extend_type.f90