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/gnu-master-aarch64-spec2k6-Os in repository toolchain/ci/binutils-gdb.
from e7bc9db8f4 Don't touch frame_info objects if frame cache was reinitialized adds b5dd7120f6 PR ld/26288: Revert obsolete part of PR ld/26047 fix adds 97c79e2174 PR ld/26288: Allow the use of `--just-symbols' with ET_EXEC input adds 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 new 3abf975826 MIPS/binutils/testsuite: Correct mips.exp test ABI/emul/endi [...]
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 | 29 ++ gdb/Makefile.in | 2 +- gdb/configure | 365 ++++++++++---- gdb/corelow.c | 2 +- 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 +- ld/ChangeLog | 20 + ld/ldelf.c | 10 +- ld/testsuite/ld-misc/just-symbols-0.s | 4 + ld/testsuite/ld-misc/just-symbols-1.dd | 5 + ld/testsuite/ld-misc/just-symbols-1.s | 4 + ld/testsuite/ld-misc/just-symbols.exp | 57 +++ ld/testsuite/ld-misc/just-symbols.ld | 7 + opcodes/ChangeLog | 4 + opcodes/po/de.po | 560 ++++++++++++--------- 61 files changed, 2037 insertions(+), 723 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 create mode 100644 ld/testsuite/ld-misc/just-symbols-0.s create mode 100644 ld/testsuite/ld-misc/just-symbols-1.dd create mode 100644 ld/testsuite/ld-misc/just-symbols-1.s create mode 100644 ld/testsuite/ld-misc/just-symbols.exp create mode 100644 ld/testsuite/ld-misc/just-symbols.ld