From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8729 invoked by alias); 7 Dec 2001 18:46:56 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 8667 invoked from network); 7 Dec 2001 18:46:45 -0000 Received: from unknown (HELO thor.inter.net.il) (192.114.186.11) by sources.redhat.com with SMTP; 7 Dec 2001 18:46:45 -0000 Received: from zaretsky ([192.116.55.139]) by thor.inter.net.il (Mirapoint) with ESMTP id ACS31398; Fri, 7 Dec 2001 20:46:28 +0200 (IST) Date: Fri, 07 Dec 2001 10:46:00 -0000 From: "Eli Zaretskii" To: tromey@redhat.com Message-Id: <2593-Fri07Dec2001204536+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.1.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: ezannoni@cygnus.com, gdb-patches@sources.redhat.com In-reply-to: <87snan6n7u.fsf@creche.redhat.com> (message from Tom Tromey on 07 Dec 2001 08:53:25 -0700) Subject: Re: Patch ping Reply-to: Eli Zaretskii References: <87snan6n7u.fsf@creche.redhat.com> X-SW-Source: 2001-12/txt/msg00203.txt.bz2 Hmm... I probably am missing something obvious, but fragments like this one: + if (IS_ABSOLUTE_PATH (name)) + real_path = gdb_realpath (name); + confuse me. Aren't they supposed to convert non-absolute file name, that is, say "if (!IS_ABSOLUTE_PATH (name))"?