This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from b8fff44e0e2 ada-lex.l: Ignore register diagnostic also for g++ defaulti [...] new fe0e921f002 PR26513, 629310abec breaks assembling PowerPC Linux kernels
The 1 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: 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 + 67 files changed, 633 insertions(+), 364 deletions(-) create mode 100644 gas/testsuite/gas/ppc/dcbt.d create mode 100644 gas/testsuite/gas/ppc/dcbt.s