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 gdb-7.7-branch updated. 53b7665db8faf9ba057b7a6bc65f72f0e0c15313


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, gdb-7.7-branch has been updated
       via  53b7665db8faf9ba057b7a6bc65f72f0e0c15313 (commit)
      from  2d22194318d741406823b25a134f9f1f7d0b393d (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=53b7665db8faf9ba057b7a6bc65f72f0e0c15313

commit 53b7665db8faf9ba057b7a6bc65f72f0e0c15313
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.
    
    Conflicts:
    	gas/testsuite/ChangeLog

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

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]