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 cd35c9fd1e6 LoongArch: Fix a bug of getting relocation type new 0ebcbb1bd03 x86/APX: optimize MOVBE new 213f15cf1b2 x86: make "-msyntax=intel -mnaked-reg" match ".intel_syntax [...] new 836f6ceb83d x86/APX: no need to have decode go through x86_64_table[] new c179ace029a x86/APX: TILE{RELEASE,ZERO} have no EVEX encodings
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/config/tc-i386.c | 38 ++++++++----- gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/i386/intelok.d | 4 +- gas/testsuite/gas/i386/intelok.e | 2 +- gas/testsuite/gas/i386/intelok.s | 2 + gas/testsuite/gas/i386/intelok2.d | 6 +++ gas/testsuite/gas/i386/x86-64-apx-ndd-optimize.d | 3 ++ gas/testsuite/gas/i386/x86-64-apx-ndd-optimize.s | 3 ++ opcodes/i386-dis-evex-x86-64.h | 50 ----------------- opcodes/i386-dis-evex.h | 24 ++++----- opcodes/i386-dis.c | 42 +++++++++------ opcodes/i386-opc.tbl | 6 ++- opcodes/i386-tbl.h | 68 ++++++++++++------------ 13 files changed, 120 insertions(+), 129 deletions(-) create mode 100644 gas/testsuite/gas/i386/intelok2.d delete mode 100644 opcodes/i386-dis-evex-x86-64.h