This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/llvm-master-aarch64-spec2k6-Os_LTO 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 [...] adds a237ab1af0 Automatic date update in version.in adds 3abf975826 MIPS/binutils/testsuite: Correct mips.exp test ABI/emul/endi [...] adds 05a6b8c28b Don't unnecessarily redefine 'socklen_t' type in MinGW builds. new 555adca2e3 libctf: compilation failure on MinGW due to missing errno values
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/ChangeLog | 6 +- bfd/config.bfd | 2 +- bfd/version.h | 2 +- binutils/ChangeLog | 48 ++ binutils/Makefile.am | 6 +- binutils/Makefile.in | 12 +- binutils/README-how-to-make-a-release | 39 +- 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 | 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 +- gdbserver/ChangeLog | 8 + gdbserver/config.in | 3 + gdbserver/configure | 8 +- gdbserver/configure.ac | 8 +- libctf/ChangeLog | 7 + libctf/ctf-create.c | 4 + libctf/ctf-subr.c | 4 + opcodes/ChangeLog | 4 + opcodes/po/de.po | 560 ++++++++++++--------- 62 files changed, 2021 insertions(+), 720 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