From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8783 invoked by alias); 14 Mar 2002 22:56:08 -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 8636 invoked from network); 14 Mar 2002 22:56:03 -0000 Received: from unknown (HELO potter.sfbay.redhat.com) (209.249.29.60) by sources.redhat.com with SMTP; 14 Mar 2002 22:56:03 -0000 Received: from dot.sfbay.redhat.com (dot.sfbay.redhat.com [205.180.230.224]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g2EMoIh30360; Thu, 14 Mar 2002 14:50:18 -0800 Received: (from rth@localhost) by dot.sfbay.redhat.com (8.11.6/8.11.6) id g2EMu3G25245; Thu, 14 Mar 2002 14:56:03 -0800 X-Authentication-Warning: dot.sfbay.redhat.com: rth set sender to rth@redhat.com using -f Date: Thu, 14 Mar 2002 14:56:00 -0000 From: Richard Henderson To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: declare canonicalize_file_name Message-ID: <20020314145602.B25218@redhat.com> References: <20020314132845.A25190@redhat.com> <3C912539.4010009@cygnus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3C912539.4010009@cygnus.com>; from ac131313@cygnus.com on Thu, Mar 14, 2002 at 05:33:29PM -0500 X-SW-Source: 2002-03/txt/msg00220.txt.bz2 On Thu, Mar 14, 2002 at 05:33:29PM -0500, Andrew Cagney wrote: > I believe RichardE's fixed this (or will when he wakes up :-). GDB > should have been using realpath() in preference to > canonicalize_file_name() . The problem will still hold with canonicalize_file_name should it be used. Of course, since it's specific to glibc, and glibc also provides realpath, it won't ever be used. Why not remove support for it then? r~