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-aarch64-build_cross in repository toolchain/ci/binutils-gdb.
from 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 [...] adds a237ab1af0 Automatic date update in version.in adds 3abf975826 MIPS/binutils/testsuite: Correct mips.exp test ABI/emul/endi [...] new 05a6b8c28b Don't unnecessarily redefine 'socklen_t' type in MinGW builds.
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: ChangeLog | 7 + bfd/version.h | 2 +- binutils/ChangeLog | 43 +++ binutils/Makefile.am | 6 +- binutils/Makefile.in | 12 +- binutils/configure | 369 +++++++++++++------ binutils/doc/Makefile.in | 8 +- binutils/testsuite/binutils-all/mips/mips-ase-1.d | 1 - binutils/testsuite/binutils-all/mips/mips-ase-2.d | 1 - binutils/testsuite/binutils-all/mips/mips-ase-3.d | 1 - .../testsuite/binutils-all/mips/mips-note-2-n32.d | 1 - .../testsuite/binutils-all/mips/mips-note-2-n64.d | 1 - binutils/testsuite/binutils-all/mips/mips-note-2.d | 1 - .../testsuite/binutils-all/mips/mips-note-2r-n32.d | 1 - .../testsuite/binutils-all/mips/mips-note-2r-n64.d | 1 - .../testsuite/binutils-all/mips/mips-note-2r.d | 1 - .../testsuite/binutils-all/mips/mips-reginfo-n32.d | 1 - .../testsuite/binutils-all/mips/mips-reginfo.d | 1 - binutils/testsuite/binutils-all/mips/mips.exp | 246 +++++++++++-- .../testsuite/binutils-all/mips/mips16-alias.d | 2 +- .../binutils-all/mips/mips16-extend-insn.d | 2 +- .../binutils-all/mips/mips16-extend-noinsn.d | 1 - .../testsuite/binutils-all/mips/mips16-noalias.d | 2 +- .../testsuite/binutils-all/mips/mips16-pcrel.d | 1 - .../testsuite/binutils-all/mips/mips16-undecoded.d | 2 +- .../binutils-all/mips/mips16e2-extend-insn.d | 2 +- .../binutils-all/mips/mips16e2-undecoded.d | 2 +- .../testsuite/binutils-all/mips/mixed-micromips.d | 2 +- .../testsuite/binutils-all/mips/mixed-mips16.d | 2 +- config/debuginfod.m4 | 38 +- config/pkg.m4 | 275 ++++++++++++++ configure | 139 +------- configure.ac | 4 - gdb/ChangeLog | 31 ++ gdb/Makefile.in | 2 +- gdb/config.in | 6 + gdb/configure | 396 +++++++++++++++------ gdb/configure.ac | 9 +- gdb/dwarf2/read.c | 5 +- gdb/testsuite/ChangeLog | 15 + 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 +- gdbserver/ChangeLog | 8 + gdbserver/config.in | 3 + gdbserver/configure | 8 +- gdbserver/configure.ac | 8 +- 53 files changed, 1639 insertions(+), 463 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