From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24234 invoked by alias); 19 Nov 2014 18:11:15 -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 24224 invoked by uid 89); 19 Nov 2014 18:11:14 -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,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ie0-f180.google.com Received: from mail-ie0-f180.google.com (HELO mail-ie0-f180.google.com) (209.85.223.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 19 Nov 2014 18:11:13 +0000 Received: by mail-ie0-f180.google.com with SMTP id rp18so1048726iec.11 for ; Wed, 19 Nov 2014 10:11:11 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.42.51.133 with SMTP id e5mr4032404icg.44.1416420671598; Wed, 19 Nov 2014 10:11:11 -0800 (PST) Received: by 10.64.121.36 with HTTP; Wed, 19 Nov 2014 10:11:11 -0800 (PST) In-Reply-To: <546CD981.1040002@redhat.com> 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> <546CD981.1040002@redhat.com> Date: Wed, 19 Nov 2014 18:16:00 -0000 Message-ID: Subject: Re: [PATCH, MPX runtime 1/2] Integrate MPX runtime library From: Ilya Enkovich To: Jeff Law Cc: Joseph Myers , Andi Kleen , gcc-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-11/txt/msg02543.txt.bz2 2014-11-19 20:55 GMT+03:00 Jeff Law : > 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'll have a look at these features. > > 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. Thanks! Ilya > > Jeff >