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 1d4ef7201f Automatic date update in version.in adds d19c3068ab gdb: assert that we don't try to get a frame's id while it i [...] adds 3f2e969923 elf: Keep only one '@' for undefined versioned symbols adds cee12b773a Automatic date update in version.in adds b8fff44e0e ada-lex.l: Ignore register diagnostic also for g++ defaultin [...] adds fe0e921f00 PR26513, 629310abec breaks assembling PowerPC Linux kernels adds c40e66502c Disable default ELF plugins on 32-bit hppa*-*-hpux*. new b9e188dc8b Automatic date update in version.in new d04aee0f41 CSKY: Add ck803r2 series cpu. new 85d14aaeb7 PR26526, 5014c2d22b2 breaks compiling the Linux kernel for ARM new f3da8a96ee gcc-4 -Og false positive "may be used uninitialised" new f16c3d4f13 Remove "memory exhausted" messages
The 5 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 | 13 +++ bfd/configure | 4 +- bfd/configure.ac | 4 +- bfd/elflink.c | 22 +++- bfd/version.h | 2 +- binutils/ChangeLog | 12 +++ binutils/doc/binutils.texi | 8 +- binutils/nm.c | 5 +- binutils/readelf.c | 2 +- gas/ChangeLog | 177 ++++++++++++++++++++++++++++++++ gas/config/obj-coff-seh.c | 2 +- gas/config/obj-coff.c | 2 +- gas/config/obj-elf.c | 2 +- gas/config/tc-aarch64.c | 35 +++---- gas/config/tc-alpha.c | 20 ++-- gas/config/tc-arc.c | 31 ++---- gas/config/tc-arm.c | 74 +++++++------ gas/config/tc-avr.c | 12 +-- gas/config/tc-cr16.c | 23 +++-- gas/config/tc-cris.c | 7 +- gas/config/tc-crx.c | 22 ++-- gas/config/tc-csky.c | 63 +++++++++--- gas/config/tc-d10v.c | 2 +- gas/config/tc-d30v.c | 2 +- gas/config/tc-dlx.c | 3 +- gas/config/tc-ft32.c | 2 +- gas/config/tc-h8300.c | 2 +- gas/config/tc-hppa.c | 3 +- gas/config/tc-i386.c | 26 +++-- gas/config/tc-ia64.c | 26 +++-- gas/config/tc-iq2000.c | 5 +- gas/config/tc-m68hc11.c | 7 +- gas/config/tc-m68k.c | 14 +-- gas/config/tc-mcore.c | 3 +- gas/config/tc-microblaze.c | 32 ++++-- gas/config/tc-mips.c | 10 +- gas/config/tc-mmix.c | 2 +- gas/config/tc-mn10200.c | 2 +- gas/config/tc-mn10300.c | 2 +- gas/config/tc-moxie.c | 6 +- gas/config/tc-msp430.c | 3 +- gas/config/tc-nds32.c | 25 ++--- gas/config/tc-nios2.c | 16 +-- gas/config/tc-ns32k.c | 6 +- gas/config/tc-pdp11.c | 6 +- gas/config/tc-pj.c | 6 +- gas/config/tc-ppc.c | 53 +++++++--- gas/config/tc-pru.c | 9 +- gas/config/tc-riscv.c | 14 ++- gas/config/tc-s390.c | 11 +- gas/config/tc-score.c | 33 +++--- gas/config/tc-score7.c | 30 +++--- gas/config/tc-sh.c | 2 +- gas/config/tc-sparc.c | 14 ++- gas/config/tc-spu.c | 11 +- gas/config/tc-tic30.c | 16 +-- gas/config/tc-tic4x.c | 6 +- gas/config/tc-tic54x.c | 80 +++++++-------- gas/config/tc-tic6x.c | 2 +- gas/config/tc-tilegx.c | 16 +-- gas/config/tc-tilepro.c | 26 ++--- gas/config/tc-v850.c | 3 +- gas/config/tc-vax.c | 6 +- gas/config/tc-wasm32.c | 2 +- gas/config/tc-xgate.c | 18 ++-- gas/config/tc-z8k.c | 4 +- gas/dw2gencfi.c | 2 +- gas/ecoff.c | 5 +- gas/hash.c | 22 ++-- gas/hash.h | 24 +++-- gas/macro.c | 86 +++++++++------- gas/read.c | 13 ++- gas/symbols.c | 7 +- gas/testsuite/gas/csky/cskyv2_ck803r2.d | 12 +++ gas/testsuite/gas/csky/cskyv2_ck803r2.s | 6 ++ gas/testsuite/gas/ppc/dcbt.d | 9 ++ gas/testsuite/gas/ppc/dcbt.s | 2 + gas/testsuite/gas/ppc/ppc.exp | 2 + gdb/ChangeLog | 17 +++ gdb/ada-lex.l | 4 +- gdb/frame.c | 97 ++++++++++++----- include/ChangeLog | 9 ++ include/diagnostics.h | 5 + include/opcode/csky.h | 1 + ld/ChangeLog | 7 ++ ld/testsuite/ld-elf/pr26302.nd | 2 +- ld/testsuite/ld-elf/pr26302.rd | 12 +++ ld/testsuite/ld-elf/shared.exp | 3 +- opcodes/ChangeLog | 4 + opcodes/csky-opc.h | 11 +- 90 files changed, 975 insertions(+), 496 deletions(-) create mode 100644 gas/testsuite/gas/csky/cskyv2_ck803r2.d create mode 100644 gas/testsuite/gas/csky/cskyv2_ck803r2.s create mode 100644 gas/testsuite/gas/ppc/dcbt.d create mode 100644 gas/testsuite/gas/ppc/dcbt.s create mode 100644 ld/testsuite/ld-elf/pr26302.rd