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 binutils-2_24-branch updated. 6ba6b186e88877ced684251568dbd24bbb39f05f


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, binutils-2_24-branch has been updated
       via  6ba6b186e88877ced684251568dbd24bbb39f05f (commit)
      from  7bb6f4c56d7934fc7272d1a1c8337293ba0aedaa (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=6ba6b186e88877ced684251568dbd24bbb39f05f

commit 6ba6b186e88877ced684251568dbd24bbb39f05f
Author: Ilya Tocar <ilya.tocar@intel.com>
Date:   Tue Jul 8 13:45:43 2014 +0400

    Fix disasm of vmovsd/vmovss with different length values.
    
    gas/testsuite
    
    	* gas/i386/evex-lig256-intel.d: Updated.
    	* gas/i386/evex-lig256.d: Updated.
    	* gas/i386/evex-lig512-intel.d: Updated.
    	* gas/i386/evex-lig512-intel.d: Updated.
    	* gas/i386/x86-64-evex-lig256-intel.d: Updated.
    	* gas/i386/x86-64-evex-lig256.d: Updated.
    	* gas/i386/x86-64-evex-lig512-intel.d: Updated.
    	* gas/i386/x86-64-evex-lig512-intel.d: Updated.
    
    opcodes
    
    	* i386-dis-evex.h (EVEX_W_0F10_P_1_M_1): Fix vmovss.
    	(EVEX_W_0F10_P_3_M_1): Fix vmovsd.

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

Summary of changes:
 gas/testsuite/ChangeLog                           |   11 +++++++++++
 gas/testsuite/gas/i386/evex-lig256-intel.d        |   16 ++++++++--------
 gas/testsuite/gas/i386/evex-lig256.d              |   16 ++++++++--------
 gas/testsuite/gas/i386/evex-lig512-intel.d        |   16 ++++++++--------
 gas/testsuite/gas/i386/evex-lig512.d              |   16 ++++++++--------
 gas/testsuite/gas/i386/x86-64-evex-lig256-intel.d |   16 ++++++++--------
 gas/testsuite/gas/i386/x86-64-evex-lig256.d       |   16 ++++++++--------
 gas/testsuite/gas/i386/x86-64-evex-lig512-intel.d |   16 ++++++++--------
 gas/testsuite/gas/i386/x86-64-evex-lig512.d       |   16 ++++++++--------
 opcodes/ChangeLog                                 |    5 +++++
 opcodes/i386-dis-evex.h                           |    4 ++--
 11 files changed, 82 insertions(+), 66 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]