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. 4a357820add595557dcd08d275288a4bcf43cbcb


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  4a357820add595557dcd08d275288a4bcf43cbcb (commit)
      from  5879bb8fc592e4aea85bdc2a84381d89850e5770 (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=4a357820add595557dcd08d275288a4bcf43cbcb

commit 4a357820add595557dcd08d275288a4bcf43cbcb
Author: Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
Date:   Tue Dec 17 09:06:57 2013 -0800

    Properly handle ljmp/lcall with invalid MODRM byte
    
    gas/testsuite/
    
    2013-12-17  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
    
    	* gas/i386/disassem.s: New.
    	* gas/i386/disassem.d: Likewise.
    	* gas/i386/x86-64-disassem.s: Likewise.
    	* gas/i386/x86-64-disassem.d: Likewise.
    	* gas/i386/i386.exp: Run disassem and x86-64-disassem.
    
    opcodes/
    
    2013-12-17  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
    
    	* i386-dis.c (MOD_FF_REG_3): New.
    	(MOD_FF_REG_5): Likewise.
    	(mod_table): Add MOD_FF_REG_3 and MOD_FF_REG_5.
    	(reg_table): Use MOD_FF_REG_3 and MOD_FF_REG_5.

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

Summary of changes:
 gas/testsuite/ChangeLog                  |    8 ++++++++
 gas/testsuite/gas/i386/disassem.d        |   14 ++++++++++++++
 gas/testsuite/gas/i386/disassem.s        |    3 +++
 gas/testsuite/gas/i386/i386.exp          |    2 ++
 gas/testsuite/gas/i386/x86-64-disassem.d |   14 ++++++++++++++
 gas/testsuite/gas/i386/x86-64-disassem.s |    3 +++
 opcodes/ChangeLog                        |    7 +++++++
 opcodes/i386-dis.c                       |   14 ++++++++++++--
 8 files changed, 63 insertions(+), 2 deletions(-)
 create mode 100644 gas/testsuite/gas/i386/disassem.d
 create mode 100644 gas/testsuite/gas/i386/disassem.s
 create mode 100644 gas/testsuite/gas/i386/x86-64-disassem.d
 create mode 100644 gas/testsuite/gas/i386/x86-64-disassem.s


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]