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 f20e3e823d5 Disable gdbserver on host != target configurations new 5990e377e5a x86-64: Intel64 adjustments for insns dealing with far pointers new ddb56fe6005 x86: fold two JMP templates new 6c0946d0d28 x86: correct VFPCLASSP{S,D} operand size handling
The 3 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 | 28 ++++++ gas/config/tc-i386-intel.c | 6 +- gas/config/tc-i386.c | 65 ++++++++++++- gas/doc/c-i386.texi | 12 +++ gas/testsuite/gas/i386/avx512dq-inval.l | 4 + gas/testsuite/gas/i386/avx512dq-inval.s | 9 +- gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/i386/noavx512-2.l | 7 +- gas/testsuite/gas/i386/noavx512-2.s | 4 + gas/testsuite/gas/i386/x86-64-branch-3.d | 2 + gas/testsuite/gas/i386/x86-64-branch-3.s | 3 + gas/testsuite/gas/i386/x86-64-branch-5.l | 19 ++++ gas/testsuite/gas/i386/x86-64-branch-5.s | 19 ++++ gas/testsuite/gas/i386/x86-64-intel64.d | 4 + gas/testsuite/gas/i386/x86-64-intel64.s | 6 ++ opcodes/ChangeLog | 21 +++++ opcodes/i386-dis.c | 10 +- opcodes/i386-opc.tbl | 36 ++++--- opcodes/i386-tbl.h | 156 ++++++++++++++++++++++++++----- 19 files changed, 364 insertions(+), 48 deletions(-) create mode 100644 gas/testsuite/gas/i386/x86-64-branch-5.l create mode 100644 gas/testsuite/gas/i386/x86-64-branch-5.s