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-stable-allnoconfig in repository toolchain/ci/binutils-gdb.
from 4a90ce955e S12Z: Opcodes: Fix crash when trying to decode a truncated o [...] adds d2b584a55b [gdb/testsuite] Fix regexp in skip_opencl_tests adds fc913e53c3 gdb/ada: Update some predicate functions to return bool adds 721b08c686 gdb: Introduce new language field la_struct_too_deep_ellipsis adds 4be290b251 gdb: Introduce new language field la_is_string_type_p adds 2e62ab400f gdb: Introduce 'print max-depth' feature adds 5acad1a182 Automatic date update in version.in adds 6fdcd7cc87 gdb: Remove an unbalanced stray double quote from a comment adds 83228e93ef gdb/fortran: Introduce fortran-operator.def file adds b6d03bb2b6 gdb/fortran: Additional builtin procedures adds 1db455a76c gdb/fortran: better types for components of complex numbers adds bbe75b9d00 gdb/fortran: Print 'void' type in lower case adds bf7a4de172 gdb/fortran: print function arguments when printing function type adds f1fdc96066 gdb/fortran: Update rules for printing whitespace in types adds bc68014d16 gdb/fortran: Add allocatable type qualifier adds 06ddcada14 ld.texi tweak for pod2man adds 8107ddcea1 Work around gcc9 warning bug adds 066f4018ae PowerPC64 GOT indirect to GOT relative optimisation new a776957c8c Fix crash in dwarf2read.c with template parameters new 2ff0a94739 Fix "catch exception" with dynamic linking
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: bfd/ChangeLog | 9 + bfd/elf64-ppc.c | 210 +++++++++++++- bfd/version.h | 2 +- binutils/ChangeLog | 5 + binutils/wrstabs.c | 22 +- gdb/ChangeLog | 174 +++++++++++ gdb/NEWS | 9 + gdb/ada-lang.c | 120 ++++++-- gdb/ada-lang.h | 4 +- gdb/c-lang.c | 52 +++- gdb/c-lang.h | 5 + gdb/cp-valprint.c | 80 ++++-- gdb/d-lang.c | 4 +- gdb/doc/ChangeLog | 8 + gdb/doc/gdb.texinfo | 58 ++++ gdb/doc/guile.texi | 3 + gdb/doc/python.texi | 8 + gdb/dwarf2read.c | 73 +++-- gdb/expprint.c | 1 - gdb/expression.h | 1 + gdb/f-exp.y | 15 +- gdb/f-lang.c | 320 ++++++++++++++++++++- gdb/f-typeprint.c | 55 +++- gdb/f-valprint.c | 2 +- gdb/fortran-operator.def | 27 ++ gdb/gdbtypes.h | 4 + gdb/go-lang.c | 14 +- gdb/guile/scm-pretty-print.c | 19 +- gdb/language.c | 22 +- gdb/language.h | 13 + gdb/m2-lang.c | 25 +- gdb/objc-lang.c | 4 +- gdb/opencl-lang.c | 4 +- gdb/p-lang.c | 14 +- gdb/parse.c | 1 - gdb/python/py-prettyprint.c | 15 +- gdb/python/py-value.c | 7 +- gdb/rust-lang.c | 24 +- gdb/std-operator.def | 3 +- gdb/testsuite/ChangeLog | 72 +++++ gdb/testsuite/gdb.ada/catch_ex_std.exp | 103 +++++++ gdb/testsuite/gdb.ada/catch_ex_std/foo.adb | 25 ++ .../gdb.ada/catch_ex_std/some_package.adb | 21 ++ .../gdb.ada/catch_ex_std/some_package.ads | 19 ++ gdb/testsuite/gdb.base/max-depth.c | 232 +++++++++++++++ gdb/testsuite/gdb.base/max-depth.exp | 165 +++++++++++ gdb/testsuite/gdb.cp/temargs.cc | 23 ++ gdb/testsuite/gdb.dwarf2/dw2-case-insensitive.exp | 2 +- gdb/testsuite/gdb.fortran/complex.exp | 41 ++- gdb/testsuite/gdb.fortran/complex.f | 24 -- gdb/testsuite/gdb.fortran/complex.f90 | 44 +++ gdb/testsuite/gdb.fortran/exprs.exp | 2 +- gdb/testsuite/gdb.fortran/intrinsics.exp | 35 +++ .../gdb.fortran/{intrinsics.exp => max-depth.exp} | 24 +- gdb/testsuite/gdb.fortran/max-depth.f90 | 42 +++ gdb/testsuite/gdb.fortran/ptr-indentation.exp | 2 +- gdb/testsuite/gdb.fortran/ptype-on-functions.exp | 45 +++ gdb/testsuite/gdb.fortran/ptype-on-functions.f90 | 89 ++++++ gdb/testsuite/gdb.fortran/vla-datatypes.exp | 10 +- gdb/testsuite/gdb.fortran/vla-ptr-info.exp | 2 +- gdb/testsuite/gdb.fortran/vla-ptype.exp | 8 +- gdb/testsuite/gdb.fortran/vla-type.exp | 22 +- gdb/testsuite/gdb.fortran/vla-value.exp | 8 +- .../vla-ptr-info.exp => gdb.go/max-depth.exp} | 28 +- gdb/testsuite/gdb.go/max-depth.go | 41 +++ gdb/testsuite/gdb.mi/mi-vla-fortran.exp | 4 +- gdb/testsuite/gdb.modula2/max-depth.c | 45 +++ .../complex.exp => gdb.modula2/max-depth.exp} | 29 +- gdb/testsuite/gdb.python/py-format-string.exp | 21 ++ gdb/testsuite/gdb.python/py-nested-maps.c | 130 +++++++++ gdb/testsuite/gdb.python/py-nested-maps.exp | 238 +++++++++++++++ gdb/testsuite/gdb.python/py-nested-maps.py | 135 +++++++++ gdb/testsuite/lib/ada.exp | 27 ++ gdb/testsuite/lib/gdb.exp | 45 ++- gdb/testsuite/lib/opencl.exp | 2 +- gdb/valprint.c | 57 +++- gdb/valprint.h | 12 + ld/ChangeLog | 18 ++ ld/ld.texi | 15 +- ld/testsuite/ld-powerpc/elfv2exe.d | 2 +- ld/testsuite/ld-powerpc/elfv2so.d | 12 +- ld/testsuite/ld-powerpc/tocopt.d | 14 +- ld/testsuite/ld-powerpc/tocopt.s | 3 +- ld/testsuite/ld-powerpc/tocopt5.d | 11 +- ld/testsuite/ld-powerpc/tocopt5.s | 1 - ld/testsuite/ld-powerpc/tocopt7.d | 2 +- ld/testsuite/ld-powerpc/tocopt7.s | 1 - ld/testsuite/ld-powerpc/tocopt8.d | 24 +- ld/testsuite/ld-powerpc/tocopt8.s | 1 - 89 files changed, 3117 insertions(+), 297 deletions(-) create mode 100644 gdb/fortran-operator.def create mode 100644 gdb/testsuite/gdb.ada/catch_ex_std.exp create mode 100644 gdb/testsuite/gdb.ada/catch_ex_std/foo.adb create mode 100644 gdb/testsuite/gdb.ada/catch_ex_std/some_package.adb create mode 100644 gdb/testsuite/gdb.ada/catch_ex_std/some_package.ads create mode 100644 gdb/testsuite/gdb.base/max-depth.c create mode 100644 gdb/testsuite/gdb.base/max-depth.exp delete mode 100644 gdb/testsuite/gdb.fortran/complex.f create mode 100644 gdb/testsuite/gdb.fortran/complex.f90 copy gdb/testsuite/gdb.fortran/{intrinsics.exp => max-depth.exp} (67%) create mode 100644 gdb/testsuite/gdb.fortran/max-depth.f90 create mode 100644 gdb/testsuite/gdb.fortran/ptype-on-functions.exp create mode 100644 gdb/testsuite/gdb.fortran/ptype-on-functions.f90 copy gdb/testsuite/{gdb.fortran/vla-ptr-info.exp => gdb.go/max-depth.exp} (56%) create mode 100644 gdb/testsuite/gdb.go/max-depth.go create mode 100644 gdb/testsuite/gdb.modula2/max-depth.c copy gdb/testsuite/{gdb.fortran/complex.exp => gdb.modula2/max-depth.exp} (55%) create mode 100644 gdb/testsuite/gdb.python/py-nested-maps.c create mode 100644 gdb/testsuite/gdb.python/py-nested-maps.exp create mode 100644 gdb/testsuite/gdb.python/py-nested-maps.py