From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30589 invoked by alias); 19 Nov 2014 17:55:34 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 30574 invoked by uid 89); 19 Nov 2014 17:55:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 19 Nov 2014 17:55:33 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sAJHtEQ1022967 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 19 Nov 2014 12:55:15 -0500 Received: from [10.3.113.65] (ovpn-113-65.phx2.redhat.com [10.3.113.65]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id sAJHtEnt004834; Wed, 19 Nov 2014 12:55:14 -0500 Message-ID: <546CD981.1040002@redhat.com> Date: Wed, 19 Nov 2014 18:05:00 -0000 From: Jeff Law User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Ilya Enkovich , Joseph Myers CC: Andi Kleen , gcc-patches Subject: Re: [PATCH, MPX runtime 1/2] Integrate MPX runtime library References: <20141111153449.GB52080@msticlxl57.ims.intel.com> <87r3x9a7yt.fsf@tassilo.jf.intel.com> <20141112160432.GA5697@msticlxl57.ims.intel.com> <20141119141555.GD47331@msticlxl57.ims.intel.com> In-Reply-To: <20141119141555.GD47331@msticlxl57.ims.intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-11/txt/msg02536.txt.bz2 On 11/19/14 07:15, Ilya Enkovich wrote: > -- > 2014-11-19 Ilya Enkovich > > * Makefile.def: Add libmpx. > * configure.ac: Add libmpx. > * Makefile.in: Regenerate. > * configure: Regenerate. > > gcc/ > > 2014-11-19 Ilya Enkovich > > * gcc.c (LIBMPX_LIBS): New. > (LIBMPX_SPEC): New. > (MPX_SPEC): New. > (LINK_COMMAND_SPEC): Add MPX_SPEC. > * c-family/c.opt (static-libmpx): New. > > libmpx/ > > 2014-11-19 Ilya Enkovich > > Initial commit. So I have only done a cursory peek at this code, but one thing which I did immediately note was the CPU feature testing stuff. Shouldn't all that stuff be integrated into the feature testing bits already found in libgcc? I've asked the steering committee to vote on accepting the runtime -- necessary given Intel is keeping copyright ownership to the best of my knowledge. Jeff