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. 957d095533afd835969b8cf8e86adfa63bfb874c


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  957d095533afd835969b8cf8e86adfa63bfb874c (commit)
      from  47f7ffdb18d09177068d1252538395feb7ca09ec (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=957d095533afd835969b8cf8e86adfa63bfb874c

commit 957d095533afd835969b8cf8e86adfa63bfb874c
Author: Ilya Tocar <ilya.tocar@intel.com>
Date:   Thu Feb 20 18:31:11 2014 +0400

    Change cpu for vptestnmd and vptestnmq instructions.
    
    In latest release of AVX512 spec
    http://download-software.intel.com/sites/default/files/managed/50/1a/319433-018.pdf
    Vptestnmq and vptestnmq instructions have CPUID AVX512F, not AVX512CD.
    This patch fixes it.
    
    opcodes/
    
            * i386-opc.tbl: Change CPU of vptestnmq, vptestnmd from CpuAVX512CD,
            to CpuAVX512F.
            * i386-tbl.h: Regenerate.
    
    gas/testsuite/
    
            * gas/i386/avx512cd-intel.d: Remove vptestnmq, vptestnmd.
            * gas/i386/avx512cd.s: Ditto.
            * gas/i386/avx512cd.d: Ditto.
            * gas/i386/x86-64-avx512cd-intel.d: Ditto.
            * gas/i386/x86-64-avx512cd.s: Ditto.
            * gas/i386/x86-64-avx512cd.d: Ditto.
            * gas/i386/avx512f-intel.d: Add vptestnmq, vptestnmd.
            * gas/i386/avx512f.s: Ditto.
            * gas/i386/avx512f.d: Ditto.
            * gas/i386/x86-64-avx512f-intel.d: Ditto.
            * gas/i386/x86-64-avx512f.s: Ditto.
            * gas/i386/x86-64-avx512f.d: Ditto.

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

Summary of changes:
 gas/testsuite/ChangeLog                        |   15 ++++++
 gas/testsuite/gas/i386/avx512cd-intel.d        |   52 -------------------
 gas/testsuite/gas/i386/avx512cd.d              |   52 -------------------
 gas/testsuite/gas/i386/avx512cd.s              |   56 ---------------------
 gas/testsuite/gas/i386/avx512f-intel.d         |   52 +++++++++++++++++++
 gas/testsuite/gas/i386/avx512f.d               |   52 +++++++++++++++++++
 gas/testsuite/gas/i386/avx512f.s               |   55 ++++++++++++++++++++
 gas/testsuite/gas/i386/x86-64-avx512cd-intel.d |   52 -------------------
 gas/testsuite/gas/i386/x86-64-avx512cd.d       |   52 -------------------
 gas/testsuite/gas/i386/x86-64-avx512cd.s       |   56 ---------------------
 gas/testsuite/gas/i386/x86-64-avx512f-intel.d  |   52 +++++++++++++++++++
 gas/testsuite/gas/i386/x86-64-avx512f.d        |   52 +++++++++++++++++++
 gas/testsuite/gas/i386/x86-64-avx512f.s        |   55 ++++++++++++++++++++
 opcodes/ChangeLog                              |    6 ++
 opcodes/i386-opc.tbl                           |    7 +--
 opcodes/i386-tbl.h                             |   64 ++++++++++++------------
 16 files changed, 374 insertions(+), 356 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]