From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4555 invoked by alias); 13 Jan 2012 18:42:09 -0000 Received: (qmail 4541 invoked by uid 22791); 13 Jan 2012 18:42:08 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_LOW,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-wi0-f169.google.com (HELO mail-wi0-f169.google.com) (209.85.212.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 13 Jan 2012 18:41:50 +0000 Received: by wicr5 with SMTP id r5so820268wic.0 for ; Fri, 13 Jan 2012 10:41:49 -0800 (PST) Received: by 10.180.80.164 with SMTP id s4mr4167902wix.7.1326480109368; Fri, 13 Jan 2012 10:41:49 -0800 (PST) Received: by 10.180.80.164 with SMTP id s4mr4167885wix.7.1326480109204; Fri, 13 Jan 2012 10:41:49 -0800 (PST) MIME-Version: 1.0 Received: by 10.180.83.99 with HTTP; Fri, 13 Jan 2012 10:41:18 -0800 (PST) In-Reply-To: <20120113182844.GA29277@host2.jankratochvil.net> References: <20120113165503.02937190B08@elbrus2.mtv.corp.google.com> <20120113182844.GA29277@host2.jankratochvil.net> From: Paul Pluzhnikov Date: Fri, 13 Jan 2012 19:59:00 -0000 Message-ID: Subject: Re: [patch] Cleanup: pass "-pie" only to the linker To: Jan Kratochvil Cc: gdb-patches@sourceware.org X-System-Of-Record: true Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-01/txt/msg00498.txt.bz2 On Fri, Jan 13, 2012 at 10:28 AM, Jan Kratochvil wrote: > > The first change is OK but this one is wrong, you have disabled -pie > completely from gdb.log when you check it. Indeed. > It should be best: > =A0 =A0 =A0 =A0set opts [list debug additional_flags=3D-fPIE ldflags=3D-p= ie] Done and committed. Thanks, --=20 Paul Pluzhnikov