This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap 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 new 0c80fce42a gdb/testsuite: use nopie in gdb.dwarf2/dw2-inline-param.exp
The 1 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: binutils/MAINTAINERS | 6 +- gdb/MAINTAINERS | 1 + gdb/f-exp.y | 7 +- gdb/f-lang.h | 11 ++ gdb/f-typeprint.c | 24 +++- gdb/testsuite/gdb.dwarf2/dw2-inline-param.exp | 8 +- gdb/testsuite/gdb.fortran/oop_extend_type.exp | 190 ++++++++++++++++++++++++++ gdb/testsuite/gdb.fortran/oop_extend_type.f90 | 69 ++++++++++ gdb/valops.c | 9 ++ 9 files changed, 317 insertions(+), 8 deletions(-) create mode 100755 gdb/testsuite/gdb.fortran/oop_extend_type.exp create mode 100755 gdb/testsuite/gdb.fortran/oop_extend_type.f90