From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6194 invoked by alias); 18 Apr 2007 22:21:56 -0000 Received: (qmail 6180 invoked by uid 22791); 18 Apr 2007 22:21:55 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (213.8.233.24) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 18 Apr 2007 23:21:52 +0100 Received: from HOME-C4E4A596F7 (IGLD-84-228-213-235.inter.net.il [84.228.213.235]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id HQG58453 (AUTH halo1); Thu, 19 Apr 2007 01:21:45 +0300 (IDT) Date: Wed, 18 Apr 2007 22:23:00 -0000 Message-Id: From: Eli Zaretskii To: Nick Roberts CC: vladimir@codesourcery.com, gdb-patches@sources.redhat.com In-reply-to: <17957.61682.569532.764026@farnswood.snap.net.nz> (message from Nick Roberts on Wed, 18 Apr 2007 22:20:34 +1200) Subject: Re: Ping: frozen variable objects Reply-to: Eli Zaretskii References: <200703251351.43195.vladimir@codesourcery.com> <17954.4745.780804.328395@farnswood.snap.net.nz> <200704180938.17763.vladimir@codesourcery.com> <17957.61682.569532.764026@farnswood.snap.net.nz> 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: 2007-04/txt/msg00288.txt.bz2 > From: Nick Roberts > Date: Wed, 18 Apr 2007 22:20:34 +1200 > Cc: Eli Zaretskii , gdb-patches@sources.redhat.com > > However, you're now adding another pxref and anchor, and the point I tried to > make above was that it shouldn't be necessary to have circular references > within a single node. If the pxref is to the same node, it is indeed unnecessary. If that happened because I asked to add a reference, then I'm sorry; please replace the reference with something like ``(see the description of -var-update fields above)''. > (Actually, as a rule of thumb, I would say it's a good idea not to have > references within one node at all Right.