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 3044062c34f Automatic date update in version.in new 67b0f684803 bfd: strip symbols not representable in COFF/PE symbol table new 319419837c3 x86: correct decoding of nop/reserved space (0f18 ... 0x1f) new 00ec1875653 x86: re-arrange order of decode for various legacy opcodes new 14d10c6ccc9 x86: re-arrange order of decode for various VEX opcodes new 13954a31199 x86: re-arrange order of decode for various mask reg opcodes new fc681dd6a12 x86: re-arrange order of decode for various EVEX opcodes
The 6 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 | 5 + bfd/cofflink.c | 11 + gas/ChangeLog | 9 + gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/i386/nops-8.d | 2327 ++++++++++++++++++++++++ gas/testsuite/gas/i386/nops-8.s | 19 + gas/testsuite/gas/i386/prefetch-intel.d | 8 +- gas/testsuite/gas/i386/prefetch.d | 8 +- gas/testsuite/gas/i386/x86-64-prefetch-intel.d | 8 +- gas/testsuite/gas/i386/x86-64-prefetch.d | 8 +- ld/ChangeLog | 8 + ld/scripttempl/mcorepe.sc | 2 +- ld/testsuite/ld-scripts/pr22267.d | 3 +- ld/testsuite/ld-scripts/pr22267.t | 2 +- opcodes/ChangeLog | 231 +++ opcodes/i386-dis-evex-len.h | 261 +-- opcodes/i386-dis-evex-mod.h | 64 +- opcodes/i386-dis-evex-reg.h | 30 +- opcodes/i386-dis-evex-w.h | 111 +- opcodes/i386-dis-evex.h | 34 +- opcodes/i386-dis.c | 1484 ++++++--------- 21 files changed, 3293 insertions(+), 1341 deletions(-) create mode 100644 gas/testsuite/gas/i386/nops-8.d create mode 100644 gas/testsuite/gas/i386/nops-8.s