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-next-defconfig 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 new 5ccd2fb722 Rename the read symbol to xread new d3e2a5e85d Include <alloca.h> conditionally new 1c0aa1fbb2 Add support for NetBSD threads in amd64-bsd-nat.c new fb516a6913 Add support for NetBSD threads in i386-bsd-nat.c
The 4 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: 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 | 67 +++++++++++++ gdb/amd64-bsd-nat.c | 48 ++++++---- gdb/dwarf2/read.c | 22 +++++ gdb/dwarf2/read.h | 6 ++ gdb/i386-bsd-nat.c | 63 ++++++++----- gdb/nbsd-nat.c | 22 ++--- gdb/sh-nbsd-nat.c | 11 ++- gdb/sparc-nat.c | 50 +++++----- gdb/testsuite/lib/completion-support.exp | 27 +++++- gdb/user-regs.c | 21 +++-- gdbsupport/ChangeLog | 4 + gdbsupport/common-defs.h | 2 + opcodes/ChangeLog | 5 + opcodes/z80-dis.c | 27 ++---- 33 files changed, 756 insertions(+), 274 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