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 482556efed3 Automatic date update in version.in new d835a58baae x86: SYSENTER/SYSEXIT are unavailable in 64-bit mode on AMD new 7697afb662b x86: consistently convert to byte registers for TEST w/ imm [...] new 3f93af61413 x86-64: assert sane internal state for REX conversions new 72aea32839b x86: refine when to trigger optimizations
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/ChangeLog | 25 +++++++++++++++ gas/config/tc-i386.c | 44 +++++++++++++------------- gas/testsuite/gas/i386/i386.exp | 4 +++ gas/testsuite/gas/i386/x86-64-sysenter-amd.d | 14 ++++++++ gas/testsuite/gas/i386/x86-64-sysenter-amd.l | 5 +++ gas/testsuite/gas/i386/x86-64-sysenter-amd.s | 7 ++++ gas/testsuite/gas/i386/x86-64-sysenter-intel.d | 15 +++++++++ gas/testsuite/gas/i386/x86-64-sysenter-mixed.d | 6 ++++ opcodes/ChangeLog | 11 +++++++ opcodes/i386-dis.c | 26 +++++++++++---- opcodes/i386-opc.tbl | 6 ++-- opcodes/i386-tbl.h | 28 ++++++++++++++-- 12 files changed, 159 insertions(+), 32 deletions(-) create mode 100644 gas/testsuite/gas/i386/x86-64-sysenter-amd.d create mode 100644 gas/testsuite/gas/i386/x86-64-sysenter-amd.l create mode 100644 gas/testsuite/gas/i386/x86-64-sysenter-amd.s create mode 100644 gas/testsuite/gas/i386/x86-64-sysenter-intel.d create mode 100644 gas/testsuite/gas/i386/x86-64-sysenter-mixed.d