This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-next-allnoconfig in repository toolchain/ci/binutils-gdb.
from e1b2362cbf Automatic date update in version.in adds cf608cc40c C++-ify Ada component interval handling adds 1ab8280d7d Clean up arguments to evaluate_subexp_do_call adds 2adab65cc0 Introduce expression::first_opcode adds efd7ff149a Add expected type parameter to evaluate_expression adds a33fc9aed4 gdb: multi-line support for "document" command adds cf7a3c01d8 Lose some COFF/PE static vars, and peicode.h constify adds 14aa7c52a3 arc constify adds 8cb1c2c857 ppc64 constify adds 61d2295d72 xtensa constify adds 342371d54c XCOFF constify adds 3f75e1d67f elflink.c constify adds c410035d37 constify elfNN_bed adds 19007d9556 Fix TBI handling for watchpoints adds bfbe4b8460 Record FPSR for SIMD/FP data instructions adds 1e61189d0a [gdb/testsuite] Fix shlib compilation with target board unix [...] adds 2f2287318b [gdb/cli] Add a progress meter adds d6f26c9d28 [gdb] Print progress for debuginfod adds 592995fadd [gdb/testsuite] Fix prompt regexp in batch-preserve-term-set [...] adds bcac599f73 ld: Skip libdep plugin if not all plugin hooks are available adds 93df4a1d07 gdb/testsuite: make some tests in gdb.base enable non-stop u [...] adds 35c1ab606d Change void_context_p to bool new f81baa0863 Automatic date update in version.in new c5c412054e Change parameters to language_defn::post_parser
The 2 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 | 69 ++ bfd/arc-plt.h | 2 +- bfd/bfd-in2.h | 4 - bfd/bfd.c | 68 -- bfd/coff-rs6000.c | 28 +- bfd/coff64-rs6000.c | 9 +- bfd/coffcode.h | 27 +- bfd/elf.c | 54 +- bfd/elf32-arc.c | 8 +- bfd/elf32-nds32.c | 10 +- bfd/elf32-xtensa.c | 4 +- bfd/elf64-ppc.c | 2 +- bfd/elflink.c | 2 +- bfd/elfxx-target.h | 2 +- bfd/libxcoff.h | 38 +- bfd/pei-x86_64.c | 23 +- bfd/peicode.h | 2 +- bfd/version.h | 2 +- bfd/xtensa-modules.c | 1100 ++++++++++---------- gas/ChangeLog | 5 + gas/config/obj-elf.c | 27 +- gdb/ChangeLog | 102 ++ gdb/aarch64-linux-nat.c | 8 +- gdb/aarch64-tdep.c | 9 +- gdb/ada-lang.c | 118 +-- gdb/cli-out.c | 101 ++ gdb/cli-out.h | 31 + gdb/cli/cli-script.c | 49 +- gdb/cli/cli-script.h | 1 + gdb/debuginfod-support.c | 27 +- gdb/dtrace-probe.c | 6 +- gdb/eval.c | 36 +- gdb/expression.h | 14 +- gdb/f-lang.c | 6 +- gdb/language.h | 12 +- gdb/mi/mi-out.h | 12 + gdb/objc-lang.c | 6 +- gdb/parse.c | 12 +- gdb/parser-defs.h | 9 +- gdb/rust-exp.y | 2 +- gdb/stack.c | 4 +- gdb/stap-probe.c | 4 +- gdb/testsuite/ChangeLog | 27 + gdb/testsuite/gdb.arch/aarch64-tagged-pointer.c | 8 +- gdb/testsuite/gdb.arch/aarch64-tagged-pointer.exp | 27 +- gdb/testsuite/gdb.base/async-shell.exp | 8 +- .../gdb.base/batch-preserve-term-settings.exp | 2 +- .../gdb.base/continue-all-already-running.exp | 9 +- .../vla-ptr-info.exp => gdb.base/document.exp} | 29 +- gdb/testsuite/gdb.base/moribund-step.exp | 9 +- .../gdb.base/step-sw-breakpoint-adjust-pc.exp | 7 +- gdb/testsuite/lib/gdb.exp | 39 +- gdb/tracepoint.c | 4 +- gdb/typeprint.c | 2 +- gdb/ui-out.h | 37 + gdb/utils.c | 14 + gdb/utils.h | 4 + gdb/value.c | 2 +- gdb/value.h | 9 +- gdb/varobj.c | 7 +- gdbserver/ChangeLog | 5 + gdbserver/linux-aarch64-low.cc | 24 +- include/ChangeLog | 14 + include/bfdlink.h | 6 + include/xtensa-isa-internal.h | 30 +- ld/ChangeLog | 21 + ld/emultempl/elf.em | 9 +- ld/emultempl/ppc32elf.em | 2 +- ld/ld.h | 6 - ld/ldemul.c | 13 +- ld/ldexp.c | 8 +- ld/libdep_plugin.c | 25 +- ld/testsuite/config/default.exp | 8 + ld/testsuite/ld-elf/elf.exp | 5 +- ld/testsuite/ld-elf/pr26391.fd | 4 + 76 files changed, 1495 insertions(+), 991 deletions(-) copy gdb/testsuite/{gdb.fortran/vla-ptr-info.exp => gdb.base/document.exp} (53%) create mode 100644 ld/testsuite/ld-elf/pr26391.fd