This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-aarch64-spec2k6-Oz_LTO in repository toolchain/ci/binutils-gdb.
from 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 [...] adds 188e1fa9ac Add usage for commands in printcmd.c adds c6f03bce79 Automatic date update in version.in adds 7734102d6d Introduce new convenience variables $_gdb_major and $_gdb_minor
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 5 ++ bfd/elf32-xtensa.c | 3 +- bfd/version.h | 2 +- gdb/ChangeLog | 50 ++++++++++++++++++ gdb/NEWS | 6 +++ gdb/ada-lang.c | 8 +-- gdb/ada-typeprint.c | 7 +-- gdb/amd64-windows-tdep.c | 2 +- gdb/compile/compile-c-support.c | 4 +- gdb/doc/ChangeLog | 5 ++ gdb/doc/gdb.texinfo | 13 ++++- 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 | 14 +++++ gdb/testsuite/gdb.base/default.exp | 2 + gdb/testsuite/gdb.base/help.exp | 2 +- gdb/testsuite/gdb.fortran/array-bounds.exp | 50 ++++++++++++++++++ .../{ptr-indentation.f90 => array-bounds.f90} | 28 +++++----- gdb/top.c | 39 +++++++++----- gdb/tracepoint.c | 7 ++- gdb/typeprint.c | 7 +-- 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 + 32 files changed, 278 insertions(+), 96 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 [...]