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 27f754ee503 RISC-V: check offsets when linker relaxation is disabled new 90a3386308e x86: drop bogus accumulator check new 73e50a73069 x86: improve matching diagnostics new 8b2de983da2 x86: fold Accum checking in operand_size_match() new 29ea35a1140 x86: improve matching diagnostics when "accumulator" regist [...] new a7148a799b2 x86: move Anysize check in operand_size_match() new 101b4bb8f4a x86: improve matching diagnostics when %st is involved new 5328074d840 binutils/doc: Remove '.info' suffix in @ref, etc new 6809fe7536c ld/doc: Remove '.info' suffix in @ref, etc new 344b1e0f5f7 gas: range-check 3rd argument of .align et al
The 9 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: binutils/doc/binutils.texi | 4 +- gas/config/tc-i386.c | 128 +- gas/read.c | 8 +- gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/i386/inval-type.l | 13 + gas/testsuite/gas/i386/inval-type.s | 17 + .../gas/i386/x86-64-apx-pushp-popp-inval.l | 4 +- gas/testsuite/gas/i386/x86-64-lkgs-inval.l | 4 +- ld/ld.texi | 4 +- opcodes/i386-gen.c | 1 + opcodes/i386-opc.h | 3 +- opcodes/i386-opc.tbl | 2 +- opcodes/i386-reg.tbl | 16 +- opcodes/i386-tbl.h | 14824 +++++++++---------- 14 files changed, 7562 insertions(+), 7467 deletions(-) create mode 100644 gas/testsuite/gas/i386/inval-type.l create mode 100644 gas/testsuite/gas/i386/inval-type.s