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 031e33500e Fix the use by the RL78 assembler of an uninitialised field [...] new d276ec695e x86-64: bndmk, bndldx, and bndstx don't allow RIP-relative a [...] new 07d5e9534b x86: add code comment on deprecated status of pseudo-suffixes new 64c49ab3fb x86: improve operand reversal new efb192033a x86: fold ILP32 output of "opts" tests new dbbc8b7e62 x86: use D attribute also for SIMD templates new f5eb1d70fb x86: also allow D on 3-operand insns new 49d5d12d0e x86: drop unnecessary {,No}Rex64
The 7 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 | 50 + gas/config/tc-i386.c | 106 +- gas/testsuite/gas/i386/ilp32/x86-64-opts-intel.d | 325 +---- gas/testsuite/gas/i386/ilp32/x86-64-opts.d | 325 +---- .../gas/i386/ilp32/x86-64-sse2avx-opts-intel.d | 325 +---- gas/testsuite/gas/i386/ilp32/x86-64-sse2avx-opts.d | 325 +---- gas/testsuite/gas/i386/pseudos.d | 247 +++- gas/testsuite/gas/i386/pseudos.s | 250 ++++ gas/testsuite/gas/i386/x86-64-mpx.d | 1 + gas/testsuite/gas/i386/x86-64-mpx.s | 7 + gas/testsuite/gas/i386/x86-64-pseudos.d | 259 +++- gas/testsuite/gas/i386/x86-64-pseudos.s | 262 ++++ opcodes/ChangeLog | 31 + opcodes/i386-dis.c | 17 +- opcodes/i386-opc.h | 2 + opcodes/i386-opc.tbl | 218 ++-- opcodes/i386-tbl.h | 1322 ++------------------ 17 files changed, 1364 insertions(+), 2708 deletions(-)