From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17072 invoked by alias); 3 Apr 2014 15:42:58 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 17061 invoked by uid 89); 3 Apr 2014 15:42:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oa0-f42.google.com Received: from mail-oa0-f42.google.com (HELO mail-oa0-f42.google.com) (209.85.219.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 03 Apr 2014 15:42:55 +0000 Received: by mail-oa0-f42.google.com with SMTP id i4so2164706oah.1 for ; Thu, 03 Apr 2014 08:42:53 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.60.62.178 with SMTP id z18mr3101506oer.61.1396539773477; Thu, 03 Apr 2014 08:42:53 -0700 (PDT) Received: by 10.76.151.198 with HTTP; Thu, 3 Apr 2014 08:42:53 -0700 (PDT) In-Reply-To: <20140403135955.GB25193@msticlxl7.ims.intel.com> References: <20140403135955.GB25193@msticlxl7.ims.intel.com> Date: Thu, 03 Apr 2014 15:42:00 -0000 Message-ID: Subject: Re: [PATCH] Support Intel SGX extension. From: "H.J. Lu" To: Ilya Tocar Cc: Binutils Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2014-04/txt/msg00043.txt.bz2 On Thu, Apr 3, 2014 at 6:59 AM, Ilya Tocar wrote: > Hi, > Attached patch adds support for new instructions inroduced here: > http://software.intel.com/sites/default/files/329298-001.pdf > > Ok for trunk? Please remove Intel syntax tests since those instructions don't take any operand. -- H.J.