From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7978 invoked by alias); 10 Jan 2010 22:02:34 -0000 Received: (qmail 7788 invoked by uid 22791); 10 Jan 2010 22:02:33 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 10 Jan 2010 22:02:27 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0KW100M00X6KQ700@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Mon, 11 Jan 2010 00:02:24 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.127.222.44]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KW100HNAX7Z0FI0@a-mtaout22.012.net.il>; Mon, 11 Jan 2010 00:02:24 +0200 (IST) Date: Sun, 10 Jan 2010 22:02:00 -0000 From: Eli Zaretskii Subject: Re: [patch 00/15] PIE: Position Independent Executable support In-reply-to: <20100110202448.GL10482@host0.dyn.jankratochvil.net> To: Jan Kratochvil Cc: tromey@redhat.com, gdb-patches@sourceware.org, jjohnstn@redhat.com Reply-to: Eli Zaretskii Message-id: <83k4vp8vos.fsf@gnu.org> References: <20091109205633.GA19138@host0.dyn.jankratochvil.net> <20100110202448.GL10482@host0.dyn.jankratochvil.net> 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: 2010-01/txt/msg00234.txt.bz2 > Date: Sun, 10 Jan 2010 21:24:49 +0100 > From: Jan Kratochvil > Cc: gdb-patches@sourceware.org, Jeff Johnston > > > I think this patch should have a NEWS entry. > > Sure only after the patchset gets checked-in. > > > Thanks, > Jan > > 2010-01-10 Jan Kratochvil > > * NEWS: Document the PIE support. Thanks. > +PIE (Position Independent Executable) programs debugging is now supported. > +This includes debugging execution of PIC (Position Independent Code) shared > +libraries although such libraries must first support their execution. ^ A comma here Also, by "such libraries must first support their execution", do you mean the libraries should support PIE programs? If so, I think saying that would make this a lot clearer. Okay with those changes.