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


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  d6e9dd78c4ac29900ed0047f15892720c67dff6b (commit)
      from  475109d8708bdc9c9a4667c0e460a1c395fdd8fd (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=d6e9dd78c4ac29900ed0047f15892720c67dff6b

commit d6e9dd78c4ac29900ed0047f15892720c67dff6b
Author: Ilya Tocar <ilya.tocar@intel.com>
Date:   Thu Feb 20 19:08:13 2014 +0400

    Remove bogus vcvtps2ph variant.
    
    We currently support version of vcvtps2ph with sae and only 1 register operand.
    This version is encoded as if missing operand was equal to ymm0.
    I didn't found any references to this variant in
    http://download-software.intel.com/sites/default/files/managed/50/1a/319433-018.pdf
    This patch removes it.
    
    opcodes/
    
            * i386-opc.tbl: Remove wrong variant of vcvtps2ph
            * i386-tbl.h: Regenerate.

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

Summary of changes:
 opcodes/ChangeLog    |    7 ++++++-
 opcodes/i386-opc.tbl |    1 -
 opcodes/i386-tbl.h   |   18 ------------------
 3 files changed, 6 insertions(+), 20 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]