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-allyesconfig in repository toolchain/ci/binutils-gdb.
from f489207efd Fix stepping past unwritable kernel helper on nios2-linux-gnu. adds 65d2b333a8 Fix GDB being suspended SIGTTOU when running gdb.multi/multi [...] adds 80047cfc27 Fix gdb.multi/multi-arch-exec.exp blocking under high load/slow gdb adds 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 new cc1defb1dc Allow really large fortran array bounds: TYPE_LENGTH to ULONGEST new 2880242dd0 Allow really large fortran array bounds: fortran type/value [...]
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 | 5 +++ bfd/elf32-xtensa.c | 3 +- bfd/version.h | 2 +- gdb/ChangeLog | 47 ++++++++++++++++++++ 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/infrun.c | 4 ++ gdb/m2-typeprint.c | 6 +-- gdb/riscv-tdep.c | 2 +- gdb/symmisc.c | 4 +- gdb/testsuite/ChangeLog | 13 ++++++ gdb/testsuite/gdb.fortran/array-bounds.exp | 50 ++++++++++++++++++++++ .../{ptr-indentation.f90 => array-bounds.f90} | 28 ++++++------ gdb/testsuite/gdb.multi/hello.c | 2 +- gdb/testsuite/gdb.multi/multi-term-settings.c | 2 +- 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 + 32 files changed, 202 insertions(+), 63 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 [...]