From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9527 invoked by alias); 11 Jan 2010 04:09:14 -0000 Received: (qmail 9374 invoked by uid 22791); 11 Jan 2010 04:09:13 -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 mtaout23.012.net.il (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 11 Jan 2010 04:09:08 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0KW200K00DY09400@a-mtaout23.012.net.il> for gdb-patches@sourceware.org; Mon, 11 Jan 2010 06:09:05 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.127.222.44]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KW200K9BE746T10@a-mtaout23.012.net.il>; Mon, 11 Jan 2010 06:09:05 +0200 (IST) Date: Mon, 11 Jan 2010 04:09:00 -0000 From: Eli Zaretskii Subject: Re: [patch 00/15] PIE: Position Independent Executable support In-reply-to: <20100110222637.GA3292@host0.dyn.jankratochvil.net> To: Jan Kratochvil Cc: tromey@redhat.com, gdb-patches@sourceware.org, jjohnstn@redhat.com Reply-to: Eli Zaretskii Message-id: <83iqb98epm.fsf@gnu.org> References: <20091109205633.GA19138@host0.dyn.jankratochvil.net> <20100110202448.GL10482@host0.dyn.jankratochvil.net> <83k4vp8vos.fsf@gnu.org> <20100110222637.GA3292@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/msg00241.txt.bz2 > Date: Sun, 10 Jan 2010 23:26:37 +0100 > From: Jan Kratochvil > Cc: tromey@redhat.com, gdb-patches@sourceware.org, jjohnstn@redhat.com > > > 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. > > No... > $ /lib64/libc.so.6 > GNU C Library stable release version 2.11.1, by Roland McGrath et al. > [...] > vs. > $ /lib64/libz.so.1 > Segmentation fault > > One can debug now the former but debugging the latter is not much productive. > > A more clear wording is welcome, I tried. "although for that, it should be possible to run such libraries as an executable program", I think.