From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15692 invoked by alias); 24 Feb 2014 18:37:25 -0000 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 Received: (qmail 15683 invoked by uid 89); 24 Feb 2014 18:37:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 24 Feb 2014 18:37:24 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id EBFE91163A0; Mon, 24 Feb 2014 13:37:22 -0500 (EST) 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 PUY-0wL6AEsh; Mon, 24 Feb 2014 13:37:22 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id AF94B116379; Mon, 24 Feb 2014 13:37:22 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 07526E0644; Mon, 24 Feb 2014 10:37:21 -0800 (PST) Date: Mon, 24 Feb 2014 18:37:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 3/7] procfs.c: Don't install a deprecated_xfer_memory method Message-ID: <20140224183720.GC4154@adacore.com> References: <1392841775-19126-1-git-send-email-palves@redhat.com> <1392841775-19126-4-git-send-email-palves@redhat.com> <20140220154826.GD4113@adacore.com> <20140220155611.GA17210@adacore.com> <53062F86.6020409@redhat.com> <20140224175346.GB4154@adacore.com> <530B8D7A.3090705@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <530B8D7A.3090705@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-02/txt/msg00728.txt.bz2 > > It turns out that your patch fixes the breakage as a side-effect. > > Since it's bad breakage, I pushed the patch immediately, after having > > updated the revision log: > > Eh, cool, thanks! You are welcome. And in the continuing series of "how it is taking me all morning to do nothing...", I found that the remaining regression mentioned in my earlier message went away as soon as I realized that my sources were a few days out of date, and I updated them. Not sure what fixed it, but I will pass on satisfying my curiosity... :-/ -- Joel