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 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 adds 5ccd2fb722 Rename the read symbol to xread adds d3e2a5e85d Include <alloca.h> conditionally adds 1c0aa1fbb2 Add support for NetBSD threads in amd64-bsd-nat.c adds fb516a6913 Add support for NetBSD threads in i386-bsd-nat.c adds 5a82b8a12b Namespace the reg class to avoid clashes with OS headers adds 53215f214c Non-contiguous memory regions support: Avoid calls to abort adds ac4bf06ca2 Fix seg-fault in strip when copying a file containing corrup [...] adds aef397a154 Non-contiguous memory regions support: Fix testcases after p [...]
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 32 +++++ bfd/elf.c | 163 ++++++++++++++++------- bfd/elf32-arm.c | 9 +- bfd/elf32-csky.c | 9 +- bfd/elf32-hppa.c | 32 ++--- bfd/elf32-m68hc11.c | 9 +- bfd/elf32-m68hc12.c | 9 +- bfd/elf32-metag.c | 9 +- bfd/elf32-nios2.c | 10 +- bfd/elf64-ppc.c | 44 +++--- bfd/elfnn-aarch64.c | 10 +- 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 | 52 ++++++++ gdb/amd64-bsd-nat.c | 47 ++++--- gdb/i386-bsd-nat.c | 63 ++++++--- gdb/regformats/regdef.h | 4 + gdb/sh-nbsd-nat.c | 11 +- gdb/sparc-nat.c | 50 +++---- gdb/user-regs.c | 21 +-- gdbserver/ChangeLog | 6 + gdbserver/regcache.cc | 2 +- gdbserver/tdesc.cc | 2 +- gdbserver/tdesc.h | 2 +- gdbsupport/ChangeLog | 4 + gdbsupport/common-defs.h | 2 + ld/ChangeLog | 11 ++ ld/emultempl/xtensaelf.em | 6 +- ld/ldlang.c | 20 +-- ld/testsuite/ld-arm/non-contiguous-arm4.d | 2 +- ld/testsuite/ld-powerpc/non-contiguous-powerpc.d | 2 +- opcodes/ChangeLog | 5 + opcodes/z80-dis.c | 27 ++-- 48 files changed, 876 insertions(+), 410 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