This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. 86a80a50f2cb244e6b9ec18b93675972baa50d78


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  86a80a50f2cb244e6b9ec18b93675972baa50d78 (commit)
      from  f8c2a73c881913a25c1cb5be766516a75588c7ab (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=86a80a50f2cb244e6b9ec18b93675972baa50d78

commit 86a80a50f2cb244e6b9ec18b93675972baa50d78
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu May 1 09:39:51 2014 -0700

    Handle prefixes before fwait
    
    0x9b (fwait) is both an instruction and an opcode prefix.  When 0x9b is
    treated as an instruction, we need to handle any prefixes before it.
    This patch handles it properly.
    
    gas/testsuite/
    
    	PR binutils/16891
    	* gas/i386/opcode.s: Add test for fwait with prefix.
    	* gas/i386/opcode-intel.d: Updated.
    	* gas/i386/opcode-suffix.d: Likewise.
    	* gas/i386/opcode.d: Likewise.
    
    opcodes/
    
    	PR binutils/16891
    	* i386-dis.c (print_insn): Handle prefixes before fwait.

-----------------------------------------------------------------------

Summary of changes:
 gas/testsuite/ChangeLog                |    8 ++++++++
 gas/testsuite/gas/i386/opcode-intel.d  |    2 ++
 gas/testsuite/gas/i386/opcode-suffix.d |    2 ++
 gas/testsuite/gas/i386/opcode.d        |    2 ++
 gas/testsuite/gas/i386/opcode.s        |    3 +++
 opcodes/ChangeLog                      |    5 +++++
 opcodes/i386-dis.c                     |    8 +++++++-
 7 files changed, 29 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]