This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from 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 adds f81baa0863 Automatic date update in version.in adds c5c412054e Change parameters to language_defn::post_parser adds 85be4f5a8c gdb/doc: fix "show check range" command name adds 32f47895b5 Remove printfi_filtered and fprintfi_filtered adds 844a65387c Remove a use of n_spaces adds 3ece0b9527 Automatic date update in version.in adds 7f3a18cfb5 Statically initialise target common sections adds bd38246a45 Constify more arrays adds 7fbd5f4e2c Remove some static buffers adds 3fafa2e26e Assorted tidies
No new revisions were added by this update.
Summary of changes: ChangeLog | 7 + bfd/ChangeLog | 67 +++++++++ bfd/archive.c | 4 +- bfd/coff-mcore.c | 3 +- bfd/coff-z80.c | 2 +- bfd/ecoff.c | 102 ++++--------- bfd/elf32-csky.c | 4 +- bfd/elf32-m32c.c | 2 +- bfd/elf32-m32r.c | 20 +-- bfd/elf32-m68hc11.c | 6 +- bfd/elf32-microblaze.c | 2 - bfd/elf32-nds32.c | 2 +- bfd/elf32-ppc.c | 12 +- bfd/elf32-rl78.c | 2 +- bfd/elf32-rx.c | 13 +- bfd/elf32-score.c | 20 +-- bfd/elf32-score7.c | 22 +-- bfd/elf32-tic6x.c | 20 +-- bfd/elf32-v850.c | 82 ++++------- bfd/elf32-z80.c | 2 +- bfd/elf64-mmix.c | 20 +-- bfd/elf64-ppc.c | 10 +- bfd/elfxx-mips.c | 40 ++---- bfd/libbfd-in.h | 4 +- bfd/libbfd.h | 4 +- bfd/mach-o.c | 7 +- bfd/opncls.c | 4 +- bfd/peXXigen.c | 11 +- bfd/som.c | 2 +- bfd/targets.c | 6 +- bfd/version.h | 2 +- bfd/vms-alpha.c | 3 +- bfd/vms-misc.c | 3 +- bfd/vms.h | 2 +- bfd/xtensa-isa.c | 4 +- gas/ChangeLog | 5 + gas/ecoff.c | 25 ++-- gdb/ChangeLog | 73 ++++++++++ gdb/aarch64-linux-nat.c | 8 +- gdb/aarch64-tdep.c | 9 +- gdb/ada-lang.c | 9 +- gdb/c-typeprint.c | 30 ++-- gdb/cli-out.c | 101 +++++++++++++ gdb/cli-out.h | 31 ++++ gdb/compile/compile-loc2c.c | 106 +++++++------- gdb/debuginfod-support.c | 27 ++-- gdb/doc/ChangeLog | 6 + gdb/doc/gdb.texinfo | 2 +- gdb/f-typeprint.c | 28 ++-- gdb/gdbtypes.c | 160 ++++++++++----------- gdb/go32-nat.c | 14 +- gdb/language.h | 12 +- gdb/m2-typeprint.c | 2 +- gdb/mi/mi-out.h | 12 ++ gdb/p-typeprint.c | 28 ++-- gdb/parse.c | 12 +- gdb/parser-defs.h | 9 +- gdb/printcmd.c | 2 +- gdb/rust-exp.y | 2 +- gdb/rust-lang.c | 7 +- gdb/testsuite/ChangeLog | 23 +++ 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 +- gdb/testsuite/gdb.base/moribund-step.exp | 9 +- .../gdb.base/step-sw-breakpoint-adjust-pc.exp | 7 +- gdb/testsuite/lib/gdb.exp | 39 ++++- gdb/ui-out.h | 37 +++++ gdb/utils.c | 44 ++---- gdb/utils.h | 9 +- gdbserver/ChangeLog | 5 + gdbserver/linux-aarch64-low.cc | 24 +++- include/ChangeLog | 8 ++ include/opcode/arc-attrs.h | 2 +- include/xtensa-isa-internal.h | 3 - ld/ChangeLog | 10 ++ 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 + 82 files changed, 946 insertions(+), 606 deletions(-) create mode 100644 ld/testsuite/ld-elf/pr26391.fd