From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27595 invoked by alias); 5 Jan 2010 16:12:00 -0000 Received: (qmail 27579 invoked by uid 22791); 5 Jan 2010 16:11:59 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (212.99.106.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Jan 2010 16:11:54 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 231FECB01DA; Tue, 5 Jan 2010 17:11:52 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id t6R1XNQap47F; Tue, 5 Jan 2010 17:11:51 +0100 (CET) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id C4BCECB01E5; Tue, 5 Jan 2010 17:11:51 +0100 (CET) Subject: Re: [commit] syms_from_objfile: Relativize also MAINLINE Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Tristan Gingold In-Reply-To: <20100105160349.GA1277@host0.dyn.jankratochvil.net> Date: Tue, 05 Jan 2010 16:12:00 -0000 Cc: gdb-patches@sourceware.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <20100105160349.GA1277@host0.dyn.jankratochvil.net> To: Jan Kratochvil 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/msg00081.txt.bz2 On Jan 5, 2010, at 5:03 PM, Jan Kratochvil wrote: > Hi, >=20 > checked-in a part of already approved patch: > [patch 08/15] PIE: Base functionality > http://sourceware.org/ml/gdb-patches/2009-11/msg00175.html >=20 > as it is required to have no regression of: > Re: Regression on prelinked-sepdebug-shlibs > http://sourceware.org/ml/gdb-patches/2010-01/msg00076.html >=20 > patch fixing a regression of: > Re: [RFA] Make sym_read routines handle separate debug files > http://sourceware.org/ml/gdb-patches/2009-12/msg00117.html > http://sourceware.org/ml/gdb-cvs/2009-12/msg00042.html > ffb64a120e667bad7b2a79c5e617bdea7328f996 >=20 > No regressions on {x86_64,x86_64-m32,i686}-fedora12-linux-gnu. >=20 > I do not fully understand the reasons but the !MAINLINE conditional was t= here > since initial import(s) of 1999. Ah, thanks! I will update my patch. Tristan.