From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18581 invoked by alias); 5 Jul 2010 17:48:41 -0000 Received: (qmail 18571 invoked by uid 22791); 5 Jul 2010 17:48:41 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,TW_BJ X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 05 Jul 2010 17:48:36 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 539B62BAC5E; Mon, 5 Jul 2010 13:48:34 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 6Oc5Xtr33C1L; Mon, 5 Jul 2010 13:48:34 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 2154B2BAC59; Mon, 5 Jul 2010 13:48:34 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id A1A8AF5895; Mon, 5 Jul 2010 10:48:20 -0700 (PDT) Date: Mon, 05 Jul 2010 17:48:00 -0000 From: Joel Brobecker To: Jan Kratochvil Cc: gdb-patches@sourceware.org Subject: Re: ping: [patch 6/6] PIE: Fix back re-run Message-ID: <20100705174820.GD2595@adacore.com> References: <20100329161905.GE2940@host0.dyn.jankratochvil.net> <20100609151008.GF7183@host0.dyn.jankratochvil.net> <20100701191041.GX2595@adacore.com> <20100704101855.GF6875@host0.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100704101855.GF6875@host0.dyn.jankratochvil.net> User-Agent: Mutt/1.5.20 (2009-06-14) 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-07/txt/msg00083.txt.bz2 > gdb/ > 2010-07-04 Jan Kratochvil > Joel Brobecker > > Fix re-run of PIE executable. > * solib-svr4.c (svr4_relocate_main_executable) : Remove > the part of pre-set SYMFILE_OBJFILE->SECTION_OFFSETS. > > gdb/testsuite/ > 2010-07-04 Jan Kratochvil > Joel Brobecker > > Fix re-run of PIE executable. > * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization". > Remove $displacement_main to match the solib-svr4.c change. New "kill" > and re-"run" of the inferior. No comment, OK to checkin :). Congrats on being able to teach me some about PIE and prelinking ;-). -- Joel