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-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from 077cad8ec1 Fix gdb.multi/multi-term-settings.exp blocking under high lo [...] adds e432ccf1cb Fix format specification in display_selector() (again) adds d3fe0d7bb8 sim: fix all sim builds adds 5f33607b28 Automatic date update in version.in adds 2487ef07c2 bfd: xtensa: fix shrink_dynamic_reloc_sections for export-dynamic adds cc1defb1dc Allow really large fortran array bounds: TYPE_LENGTH to ULONGEST adds 2880242dd0 Allow really large fortran array bounds: fortran type/value [...] new 188e1fa9ac Add usage for commands in printcmd.c
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: bfd/ChangeLog | 5 ++ bfd/elf32-xtensa.c | 3 +- bfd/version.h | 2 +- gdb/ChangeLog | 48 +++++++++++++++++ gdb/ada-lang.c | 8 +-- gdb/ada-typeprint.c | 7 +-- gdb/amd64-windows-tdep.c | 2 +- gdb/compile/compile-c-support.c | 4 +- gdb/f-lang.h | 4 +- gdb/f-typeprint.c | 18 +++---- gdb/f-valprint.c | 4 +- gdb/gdbtypes.c | 2 +- gdb/gdbtypes.h | 2 +- gdb/m2-typeprint.c | 6 +-- gdb/printcmd.c | 60 +++++++++++++--------- gdb/riscv-tdep.c | 2 +- gdb/symmisc.c | 4 +- gdb/testsuite/ChangeLog | 9 ++++ gdb/testsuite/gdb.base/help.exp | 2 +- gdb/testsuite/gdb.fortran/array-bounds.exp | 50 ++++++++++++++++++ .../{ptr-indentation.f90 => array-bounds.f90} | 28 +++++----- gdb/tracepoint.c | 7 ++- gdb/typeprint.c | 7 +-- gdb/windows-nat.c | 6 ++- gdb/xtensa-tdep.c | 8 +-- ld/ChangeLog | 7 +++ ...red.d => relax-undef-weak-pie-export-dynamic.d} | 2 +- ld/testsuite/ld-xtensa/xtensa.exp | 1 + sim/common/ChangeLog | 5 ++ sim/common/sim-base.h | 1 + sim/common/sim-basics.h | 2 + 31 files changed, 231 insertions(+), 85 deletions(-) create mode 100644 gdb/testsuite/gdb.fortran/array-bounds.exp copy gdb/testsuite/gdb.fortran/{ptr-indentation.f90 => array-bounds.f90} (63%) copy ld/testsuite/ld-xtensa/{relax-undef-weak-shared.d => relax-undef-weak-pie-exp [...]