From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21937 invoked by alias); 17 Nov 2011 04:03:18 -0000 Received: (qmail 21929 invoked by uid 22791); 17 Nov 2011 04:03:17 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 17 Nov 2011 04:03:02 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LUS00K00DWEVS00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Thu, 17 Nov 2011 06:03:01 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.124.184.15]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LUS00KR0DX0UR20@a-mtaout20.012.net.il>; Thu, 17 Nov 2011 06:03:01 +0200 (IST) Date: Thu, 17 Nov 2011 04:03:00 -0000 From: Eli Zaretskii Subject: Re: [3/3] RFC: fix PR mi/8444 In-reply-to: To: Tom Tromey Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83lirfcs8q.fsf@gnu.org> References: 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: 2011-11/txt/msg00463.txt.bz2 > From: Tom Tromey > Date: Wed, 16 Nov 2011 13:04:29 -0700 > > This patch actually fixes the PR. > > It at least needs a doc review. The doc part is okay, although I wonder if we can do with less pxref's to the same node in several successive lines. Thanks.