From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 82410 invoked by alias); 7 Apr 2015 20:12:25 -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 82390 invoked by uid 89); 7 Apr 2015 20:12:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.2 required=5.0 tests=AWL,BAYES_00,KAM_MXURI,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=no version=3.3.2 X-HELO: mail.ud10.udmedia.de Received: from ud10.udmedia.de (HELO mail.ud10.udmedia.de) (194.117.254.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 07 Apr 2015 20:12:22 +0000 Received: (qmail 3712 invoked from network); 7 Apr 2015 22:12:19 +0200 Received: from unknown (HELO x4) (ud10?360p3@91.65.248.138) by mail.ud10.udmedia.de with ESMTPSA (DHE-RSA-AES256-SHA encrypted, authenticated); 7 Apr 2015 22:12:19 +0200 Date: Tue, 07 Apr 2015 20:12:00 -0000 From: Markus Trippelsdorf To: "H.J. Lu" Cc: Jeff Law , Sandra Loosemore , Ilya Enkovich , Joseph Myers , Richard Biener , gcc-patches Subject: Re: [PATCH, libmpx, i386, PR driver/65444] Pass '-z bndplt' when building dynamic objects with MPX Message-ID: <20150407201219.GC393@x4> References: <20150318115630.GA64546@msticlxl57.ims.intel.com> <20150331094702.GC52842@msticlxl57.ims.intel.com> <5521E515.2030802@codesourcery.com> <20150406151742.GA43634@msticlxl57.ims.intel.com> <5522BF01.4030803@codesourcery.com> <5524297D.2050800@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SW-Source: 2015-04/txt/msg00278.txt.bz2 On 2015.04.07 at 12:28 -0700, H.J. Lu wrote: > You can't have it both ways. If the common usage is targeting > distributions, -z bndplt should always be passed to ld for MPX > since distributions should have the proper linker for MPX. Why don't you just implement -z bndplt for gold? -- Markus