From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27243 invoked by alias); 15 May 2008 18:44:50 -0000 Received: (qmail 27229 invoked by uid 22791); 15 May 2008 18:44:48 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 15 May 2008 18:44:30 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 6E83C2A9947; Thu, 15 May 2008 14:44:28 -0400 (EDT) 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 e2syJsQNOmMn; Thu, 15 May 2008 14:44:28 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 0E72B2A993C; Thu, 15 May 2008 14:44:27 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 176D2E7ACD; Thu, 15 May 2008 11:44:26 -0700 (PDT) Date: Thu, 15 May 2008 19:29:00 -0000 From: Joel Brobecker To: Aleksandar Ristovski , gdb-patches@sources.redhat.com, Eli Zaretskii Subject: Re: [RFC] new substitute path when loading feature Message-ID: <20080515184426.GA1744@adacore.com> References: <20080513190818.GA13776@caradoc.them.org> <4829E7DA.3010606@qnx.com> <20080513192041.GA14593@caradoc.them.org> <20080515160551.GA24101@caradoc.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080515160551.GA24101@caradoc.them.org> User-Agent: Mutt/1.4.2.2i 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: 2008-05/txt/msg00478.txt.bz2 > 2008-05-15 Daniel Jacobowitz > > * defs.h (GDB_IS_DIR_SEPARATOR, GDB_IS_ABSOLUTE_PATH) > (GDB_FILENAME_CMP): New macros. > (gdb_filename_cmp): Declare. > * buildsym.c, dwarf2read.c, solib.c, source.c, symtab.c: Use the > new macros. > * utils.c (ldirname): Likewise. > (gdb_filename_cmp): New function. > > Does this fix the same problem you're working on? Does anyone see a > problem with the compromises I made here? The compromises made here seem reasonable to me. -- Joel