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 b47de6c86f9 Remove srcdir from x86 testcase "source:" lines new 1cd36be7c96 x86/APX: optimize certain {nf}-form insns to BMI2 ones new c97f0d71ea9 x86: accept whitespace around prefix separator new e0b9535c824 gas: drop scrubber state -2 new b8b1a438883 gas: correct sb_add_char() 2nd parameter type
The 4 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/app.c | 54 +--- gas/config/tc-i386.c | 156 +++++++-- gas/sb.c | 2 +- gas/sb.h | 2 +- gas/testsuite/gas/i386/comments.l | 30 ++ gas/testsuite/gas/i386/comments.s | 13 + gas/testsuite/gas/i386/i386.exp | 2 + gas/testsuite/gas/i386/separator.d | 27 ++ gas/testsuite/gas/i386/separator.s | 41 +++ gas/testsuite/gas/i386/x86-64-apx-nf-intel.d | 4 +- ...nf-optimize.d => x86-64-apx-nf-optimize-BMI2.d} | 351 ++++----------------- .../gas/i386/x86-64-apx-nf-optimize-size.d | 4 +- gas/testsuite/gas/i386/x86-64-apx-nf-optimize.d | 4 +- gas/testsuite/gas/i386/x86-64-apx-nf.d | 4 +- gas/testsuite/gas/i386/x86-64-apx-nf.s | 4 +- gas/testsuite/gas/i386/x86-64.exp | 1 + opcodes/i386-opc.tbl | 28 +- opcodes/i386-tbl.h | 26 +- 18 files changed, 360 insertions(+), 393 deletions(-) create mode 100644 gas/testsuite/gas/i386/comments.l create mode 100644 gas/testsuite/gas/i386/comments.s create mode 100644 gas/testsuite/gas/i386/separator.d create mode 100644 gas/testsuite/gas/i386/separator.s copy gas/testsuite/gas/i386/{x86-64-apx-nf-optimize.d => x86-64-apx-nf-optimize-BM [...]