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-aarch64-mainline-allyesconfig in repository toolchain/ci/binutils-gdb.
from 771dd3a88b Initialize base_value in pascal_object_print_value adds 7325b16ba4 [gdb/testsuite] Give up after consecutive timeouts in comple [...] adds 589902954d [gdb] Skip imports of c++ CUs adds a2ecbe9fb7 Rewrite nbsd_nat_target::pid_to_exec_file to sysctl(3) adds 9e38d61910 Include missing header to get missing declarations adds 946ffddcae Automatic date update in version.in adds 9809762324 Inherit sh_nbsd_nat_target from nbsd_nat_target adds a225c9a869 Add support for NetBSD threads in sh-nbsd-nat.c adds ecbbbdba71 Remove a double free in the BFD library triggered when parsi [...] adds 68e52bc7ec Fix a small set of Z80 problems. adds 327ef784ba Replace a couple of assertions in the BFD library that can b [...] adds d3c3c54293 Fix PR number in previous delta adds 2108a63a5a Add support for NetBSD threads in sparc-nat.c adds fe64b263e0 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 12 +++ bfd/elf.c | 32 +++++-- bfd/version.h | 2 +- gas/ChangeLog | 25 +++++ gas/config/tc-z80.c | 131 ++++++++++++++------------ gas/config/tc-z80.h | 3 + gas/testsuite/gas/z80/colonless.d | 12 ++- gas/testsuite/gas/z80/colonless.s | 4 + gas/testsuite/gas/z80/ez80_adl_all.d | 8 +- gas/testsuite/gas/z80/ez80_unsup_regs.d | 34 +++++++ gas/testsuite/gas/z80/ez80_z80_all.d | 8 +- gas/testsuite/gas/z80/gbz80_unsup_regs.d | 45 +++++++++ gas/testsuite/gas/z80/r800_unsup_regs.d | 35 +++++++ gas/testsuite/gas/z80/unsup_regs.s | 71 ++++++++++++++ gas/testsuite/gas/z80/z180_unsup_regs.d | 39 ++++++++ gas/testsuite/gas/z80/z80.exp | 87 +---------------- gas/testsuite/gas/z80/z80_strict_unsup_regs.d | 39 ++++++++ gas/testsuite/gas/z80/z80_unsup_regs.d | 34 +++++++ gas/testsuite/gas/z80/z80n_unsup_regs.d | 34 +++++++ gdb/ChangeLog | 42 +++++++++ gdb/amd64-bsd-nat.c | 1 + gdb/dwarf2/read.c | 22 +++++ gdb/dwarf2/read.h | 6 ++ gdb/nbsd-nat.c | 22 ++--- gdb/sh-nbsd-nat.c | 11 ++- gdb/sparc-nat.c | 50 +++++----- gdb/testsuite/lib/completion-support.exp | 27 +++++- opcodes/ChangeLog | 5 + opcodes/z80-dis.c | 27 ++---- 29 files changed, 640 insertions(+), 228 deletions(-) create mode 100644 gas/testsuite/gas/z80/ez80_unsup_regs.d create mode 100644 gas/testsuite/gas/z80/gbz80_unsup_regs.d create mode 100644 gas/testsuite/gas/z80/r800_unsup_regs.d create mode 100644 gas/testsuite/gas/z80/unsup_regs.s create mode 100644 gas/testsuite/gas/z80/z180_unsup_regs.d create mode 100644 gas/testsuite/gas/z80/z80_strict_unsup_regs.d create mode 100644 gas/testsuite/gas/z80/z80_unsup_regs.d create mode 100644 gas/testsuite/gas/z80/z80n_unsup_regs.d