From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5730 invoked by alias); 11 Mar 2010 22:07:38 -0000 Received: (qmail 5715 invoked by uid 22791); 11 Mar 2010 22:07:37 -0000 X-SWARE-Spam-Status: No, hits=-7.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 11 Mar 2010 22:07:33 +0000 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o2BM7V4B001500 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 11 Mar 2010 17:07:31 -0500 Received: from host0.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o2BM7TJo027744 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 11 Mar 2010 17:07:30 -0500 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.3/8.14.3) with ESMTP id o2BM7SLc005277 for ; Thu, 11 Mar 2010 23:07:28 +0100 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.3/Submit) id o2BM7SQm005276 for gdb-patches@sourceware.org; Thu, 11 Mar 2010 23:07:28 +0100 Date: Thu, 11 Mar 2010 22:07:00 -0000 From: Jan Kratochvil To: gdb-patches@sourceware.org Subject: Re: [patch-testcase] Re: RFC: Verify AT_ENTRY before using it Message-ID: <20100311220728.GA5233@host0.dyn.jankratochvil.net> References: <20100224224913.GA25437@caradoc.them.org> <20100225221620.GA7830@host0.dyn.jankratochvil.net> <20100226211216.GC2630@caradoc.them.org> <20100301200428.GA14079@host0.dyn.jankratochvil.net> <20100301212216.GA30906@host0.dyn.jankratochvil.net> <20100308221349.GD2629@caradoc.them.org> <20100311215415.GA3716@host0.dyn.jankratochvil.net> <20100311215739.GA21126@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100311215739.GA21126@caradoc.them.org> User-Agent: Mutt/1.5.20 (2009-08-17) 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-03/txt/msg00424.txt.bz2 On Thu, 11 Mar 2010 22:57:42 +0100, Daniel Jacobowitz wrote: > On Thu, Mar 11, 2010 at 10:54:16PM +0100, Jan Kratochvil wrote: > > This patch is no longer a pre-requisite for anything and while it would be > > fine I do not find it too important myself. There will be changes in this > > code anyway on some planned unposted PIE cleanup/fixup patches. > > Looks fine to me if you want to check this in. Checked-in: http://sourceware.org/ml/gdb-cvs/2010-03/msg00104.html Thanks, Jan