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. 68f34464821105e0c74a0ce16c5d26d4c3e1d20c


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  68f34464821105e0c74a0ce16c5d26d4c3e1d20c (commit)
      from  20b23ee6c89b3c412f78017d777ca2d3d2937431 (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=68f34464821105e0c74a0ce16c5d26d4c3e1d20c

commit 68f34464821105e0c74a0ce16c5d26d4c3e1d20c
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Mon Sep 22 09:38:53 2014 -0700

    Ignore MOD field for control/debug register move
    
    This patch ignores the MOD field in control/debug register move
    instructions.
    
    gas/testsuite/
    
    	* gas/i386/cdr.d: New file.
    	* gas/i386/cdr.s: Likewise.
    	* gas/i386/x86-64-cdr.d: Likewise.
    
    	* gas/i386/i386.exp: Run cdr and x86-64-cdr.
    
    opcodes/
    
    	* i386-dis.c (MOD_0F20): Removed.
    	(MOD_0F21): Likewise.
    	(MOD_0F22): Likewise.
    	(MOD_0F23): Likewise.
    	(dis386_twobyte): Replace MOD_0F20, MOD_0F21, MOD_0F22 and
    	MOD_0F23 with "movZ".
    	(mod_table): Remove MOD_0F20, MOD_0F21, MOD_0F22 and MOD_0F23.
    	(OP_R): Check mod/rm byte and call OP_E_register.

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

Summary of changes:
 gas/testsuite/ChangeLog             |    8 +++++++
 gas/testsuite/gas/i386/cdr.d        |   13 +++++++++++
 gas/testsuite/gas/i386/cdr.s        |   14 ++++++++++++
 gas/testsuite/gas/i386/i386.exp     |    2 +
 gas/testsuite/gas/i386/x86-64-cdr.d |   14 ++++++++++++
 opcodes/ChangeLog                   |   11 +++++++++
 opcodes/i386-dis.c                  |   40 +++++++----------------------------
 7 files changed, 70 insertions(+), 32 deletions(-)
 create mode 100644 gas/testsuite/gas/i386/cdr.d
 create mode 100644 gas/testsuite/gas/i386/cdr.s
 create mode 100644 gas/testsuite/gas/i386/x86-64-cdr.d


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]