From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25559 invoked by alias); 14 Jan 2010 21:52:39 -0000 Received: (qmail 25548 invoked by uid 22791); 14 Jan 2010 21:52:38 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-2.vmware.com (HELO smtp-outbound-2.vmware.com) (65.115.85.73) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 14 Jan 2010 21:52:35 +0000 Received: from mailhost3.vmware.com (mailhost3.vmware.com [10.16.27.45]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id C267B3D05F; Thu, 14 Jan 2010 13:52:31 -0800 (PST) Received: from [10.20.94.141] (msnyder-server.eng.vmware.com [10.20.94.141]) by mailhost3.vmware.com (Postfix) with ESMTP id BA6C3CD905; Thu, 14 Jan 2010 13:52:31 -0800 (PST) Message-ID: <4B4F9240.6080202@vmware.com> Date: Thu, 14 Jan 2010 21:52:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20090624) MIME-Version: 1.0 To: Jan Kratochvil CC: Tom Tromey , "gdb-patches@sourceware.org" Subject: Re: [patch 15/15] PIE: Drop PIE "GDB does NOT currently support" References: <20091109210136.GP19138@host0.dyn.jankratochvil.net> <20100114212246.GH18716@host0.dyn.jankratochvil.net> In-Reply-To: <20100114212246.GH18716@host0.dyn.jankratochvil.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00393.txt.bz2 Jan Kratochvil wrote: > On Mon, 09 Nov 2009 22:53:43 +0100, Tom Tromey wrote: >>>>>>> "Jan" == Jan Kratochvil writes: >> Jan> gdb/ >> Jan> * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h. >> Jan> (check_is_pie_binary, _initialize_linux_tdep): Remove. >> Jan> gdb/testsuite/ >> Jan> * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove. >> >> This is ok once the rest of the series is approved. > > Checked-in. Tested and working. This makes me very happy. Thanks, Jan!