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. 2cf200a4c8a850e6f696e572ea03f340eae97c8a


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  2cf200a4c8a850e6f696e572ea03f340eae97c8a (commit)
      from  26954155a64f1a6a24b96213a8ee2f5390e649c6 (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=2cf200a4c8a850e6f696e572ea03f340eae97c8a

commit 2cf200a4c8a850e6f696e572ea03f340eae97c8a
Author: Ilya Tocar <ilya.tocar@intel.com>
Date:   Thu Apr 3 16:40:04 2014 +0400

    Add support for Intel SGX instructions
    
    Add Intel SGX instructions support to assembler and disassembler.
    
    gas/
    
    	* config/tc-i386.c (cpu_arch): Add .se1.
    	* doc/c-i386.texi: Document .se1/se1.
    
    gas/testsuite/
    
    	* gas/i386/i386.exp: Run SE1 tests.
    	* gas/i386/se1.d: New file.
    	* gas/i386/se1.s: Ditto.
    	* gas/i386/x86-64-se1.d: Ditto.
    	* gas/i386/x86-64-se1.s: Ditto.
    
    opcodes/
    
    	* i386-dis.c (rm_table): Add encls, enclu.
    	* i386-gen.c (cpu_flag_init): Add CPU_SE1_FLAGS,
    	(cpu_flags): Add CpuSE1.
    	* i386-opc.h (enum): Add CpuSE1.
    	(i386_cpu_flags): Add cpuse1.
    	* i386-opc.tbl: Add encls, enclu.
    	* i386-init.h: Regenerated.
    	* i386-tbl.h: Likewise.

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

Summary of changes:
 gas/ChangeLog                       |    5 +
 gas/config/tc-i386.c                |    2 +
 gas/testsuite/ChangeLog             |    8 +
 gas/testsuite/gas/i386/i386.exp     |    2 +
 gas/testsuite/gas/i386/se1.d        |   13 +
 gas/testsuite/gas/i386/se1.s        |    7 +
 gas/testsuite/gas/i386/x86-64-se1.d |   13 +
 gas/testsuite/gas/i386/x86-64-se1.s |    7 +
 opcodes/ChangeLog                   |   11 +
 opcodes/i386-dis.c                  |    6 +-
 opcodes/i386-gen.c                  |    3 +
 opcodes/i386-init.h                 |  194 +-
 opcodes/i386-opc.h                  |    3 +
 opcodes/i386-opc.tbl                |    7 +
 opcodes/i386-tbl.h                  | 7538 ++++++++++++++++++-----------------
 15 files changed, 3967 insertions(+), 3852 deletions(-)
 create mode 100644 gas/testsuite/gas/i386/se1.d
 create mode 100644 gas/testsuite/gas/i386/se1.s
 create mode 100644 gas/testsuite/gas/i386/x86-64-se1.d
 create mode 100644 gas/testsuite/gas/i386/x86-64-se1.s


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]