This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-defconfig in repository toolchain/ci/binutils-gdb.
from 82e3b5645f Treat inactive TUI specially in "info win" adds 5bbd8269fa gdb/fortran: array stride support adds 11a8b1641e gdb/dwarf: Introduce dwarf2_per_cu_int_type function adds 216a7e6b9e gdb: Dynamic string length support adds 6dc4379b0d Automatic date update in version.in adds 7532a164d5 Remove stale FIXME comment adds 638d85bce0 Change type of debug_aix_thread to bool
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 52 ++++++ gdb/aix-thread.c | 2 +- gdb/dwarf2read.c | 181 ++++++++++++++++++--- gdb/f-valprint.c | 10 +- gdb/gdbtypes.c | 104 ++++++++++-- gdb/gdbtypes.h | 27 +++ gdb/infrun.c | 1 - gdb/testsuite/ChangeLog | 12 ++ gdb/testsuite/gdb.fortran/array-slices.exp | 67 ++++++++ gdb/testsuite/gdb.fortran/array-slices.f90 | 70 ++++++++ .../derived-type-striding.exp} | 28 ++-- .../gdb.fortran/derived-type-striding.f90 | 43 +++++ gdb/valarith.c | 11 ++ 14 files changed, 548 insertions(+), 62 deletions(-) create mode 100644 gdb/testsuite/gdb.fortran/array-slices.exp create mode 100644 gdb/testsuite/gdb.fortran/array-slices.f90 copy gdb/testsuite/{gdb.cp/constexpr-field.exp => gdb.fortran/derived-type-stridin [...] create mode 100644 gdb/testsuite/gdb.fortran/derived-type-striding.f90