This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/binutils-gdb.
from 513487e1a8 Fix BZ 26294 - Add period to help text for maint print core- [...] adds 4b495c31c1 Automatic date update in version.in adds 2dddfa201b Updated German translation for the opcodes sub-directory adds 04f096fb9e Move the xc16x target to the obsolete list adds bf772a1ecd Update documentation on how to make a release adds 6dcfb80a28 [gdb/testsuite] Require gnatmake-8 for gdb.ada/mi_prot.exp adds f6720b1cfe config/debuginfod.m4: Use PKG_CHECK_MODULES adds 876518dd0a [gdb/symtab] Ignore zero line table entries adds 719251fee1 Automatic date update in version.in adds e79eb02f2f gdb/fortran: resolve dynamic types when readjusting after an [...]
No new revisions were added by this update.
Summary of changes: ChangeLog | 7 + bfd/ChangeLog | 6 +- bfd/config.bfd | 2 +- bfd/version.h | 2 +- binutils/ChangeLog | 12 + binutils/Makefile.am | 6 +- binutils/Makefile.in | 12 +- binutils/README-how-to-make-a-release | 39 +- binutils/configure | 369 ++++++++++---- binutils/doc/Makefile.in | 8 +- config/debuginfod.m4 | 38 +- config/pkg.m4 | 275 ++++++++++ configure | 139 +---- configure.ac | 4 - gdb/ChangeLog | 23 + gdb/Makefile.in | 2 +- gdb/configure | 365 ++++++++++---- gdb/dwarf2/read.c | 5 +- gdb/testsuite/ChangeLog | 20 + gdb/testsuite/gdb.ada/mi_prot.exp | 3 + gdb/testsuite/gdb.dwarf2/dw2-line-number-zero.c | 62 +++ gdb/testsuite/gdb.dwarf2/dw2-line-number-zero.exp | 140 ++++++ .../gdb.fortran/class-allocatable-array.exp | 43 ++ .../gdb.fortran/class-allocatable-array.f90 | 54 ++ gdb/testsuite/gdb.fortran/pointer-to-pointer.exp | 46 ++ gdb/testsuite/gdb.fortran/pointer-to-pointer.f90 | 34 ++ gdb/valops.c | 24 +- gdb/value.c | 23 +- gdb/value.h | 7 +- opcodes/ChangeLog | 4 + opcodes/po/de.po | 560 ++++++++++++--------- 31 files changed, 1673 insertions(+), 661 deletions(-) create mode 100644 config/pkg.m4 create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-line-number-zero.c create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-line-number-zero.exp create mode 100644 gdb/testsuite/gdb.fortran/class-allocatable-array.exp create mode 100644 gdb/testsuite/gdb.fortran/class-allocatable-array.f90 create mode 100644 gdb/testsuite/gdb.fortran/pointer-to-pointer.exp create mode 100644 gdb/testsuite/gdb.fortran/pointer-to-pointer.f90