This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/binutils-gdb.
from 5798d69f03 sim/bfin: include config/pkg.m4 in configure.ac adds 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 new b8fff44e0e ada-lex.l: Ignore register diagnostic also for g++ defaultin [...] new fe0e921f00 PR26513, 629310abec breaks assembling PowerPC Linux kernels new c40e66502c Disable default ELF plugins on 32-bit hppa*-*-hpux*.
The 3 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 | 7 ++ binutils/doc/binutils.texi | 8 ++- binutils/nm.c | 5 +- gas/ChangeLog | 143 +++++++++++++++++++++++++++++++++++++++++ gas/config/obj-coff-seh.c | 2 +- gas/config/obj-coff.c | 2 +- gas/config/obj-elf.c | 2 +- gas/config/tc-aarch64.c | 4 +- gas/config/tc-alpha.c | 20 +++--- gas/config/tc-arc.c | 16 +++-- gas/config/tc-arm.c | 45 ++++++------- gas/config/tc-avr.c | 12 ++-- gas/config/tc-cr16.c | 20 +++--- gas/config/tc-cris.c | 5 +- gas/config/tc-crx.c | 11 ++-- gas/config/tc-csky.c | 11 ++-- 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 | 4 +- 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 | 18 +++--- gas/config/tc-score7.c | 15 +++-- 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 | 4 +- 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 | 5 ++ include/diagnostics.h | 5 ++ ld/ChangeLog | 7 ++ ld/testsuite/ld-elf/pr26302.nd | 2 +- ld/testsuite/ld-elf/pr26302.rd | 12 ++++ ld/testsuite/ld-elf/shared.exp | 3 +- 84 files changed, 814 insertions(+), 400 deletions(-) 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