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. eaa9d1ad0e77540e8768ad11d8389f9408249237


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  eaa9d1ad0e77540e8768ad11d8389f9408249237 (commit)
      from  2c39fc0d9c50061be0cdaaba40c278b7ab50ab70 (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=eaa9d1ad0e77540e8768ad11d8389f9408249237

commit eaa9d1ad0e77540e8768ad11d8389f9408249237
Author: Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
Date:   Thu Jan 30 07:38:09 2014 -0800

    Fix shift for AVX512F gather/scatter instructions
    
    opcodes/
    
    2014-01-30  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
    	    Jan Beulich  <jbeulich@suse.com>
    
    	PR binutils/16490
    	* i386-dis.c (OP_E_memory): Fix shift computation for
    	vex_vsib_q_w_dq_mode.
    
    gas/testsuite/
    
    2014-01-30  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
    	    Jan Beulich  <jbeulich@suse.com>
    
    	PR binutils/16490
    	* gas/i386/avx512f.d: Fix test output.
    	* gas/i386/avx512f-intel.d: Likewise.
    	* gas/i386/x86-64-avx512f.d: Likewise.
    	* gas/i386/x86-64-avx512f-intel.d: Likewise.

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

Summary of changes:
 gas/testsuite/ChangeLog                       |    9 +++++++++
 gas/testsuite/gas/i386/avx512f-intel.d        |   16 ++++++++--------
 gas/testsuite/gas/i386/avx512f.d              |   16 ++++++++--------
 gas/testsuite/gas/i386/x86-64-avx512f-intel.d |   16 ++++++++--------
 gas/testsuite/gas/i386/x86-64-avx512f.d       |   16 ++++++++--------
 opcodes/ChangeLog                             |    7 +++++++
 opcodes/i386-dis.c                            |    4 +---
 7 files changed, 49 insertions(+), 35 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]