From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21302 invoked by alias); 13 Oct 2009 18:23:57 -0000 Received: (qmail 21294 invoked by uid 22791); 13 Oct 2009 18:23:57 -0000 X-SWARE-Spam-Status: No, hits=0.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_JMF_BL,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout6.012.net.il (HELO mtaout6.012.net.il) (84.95.2.16) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 13 Oct 2009 18:23:52 +0000 Received: from conversion-daemon.i-mtaout6.012.net.il by i-mtaout6.012.net.il (HyperSendmail v2007.08) id <0KRG00C00TP0XP00@i-mtaout6.012.net.il> for gdb-patches@sourceware.org; Tue, 13 Oct 2009 20:23:18 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.70.84.229]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KRG007LVTQTIBA0@i-mtaout6.012.net.il>; Tue, 13 Oct 2009 20:23:17 +0200 (IST) Date: Tue, 13 Oct 2009 18:23:00 -0000 From: Eli Zaretskii Subject: Re: shared lib dos filename style - one more question In-reply-to: <20091013152949.GK5272@adacore.com> To: Joel Brobecker Cc: pedro@codesourcery.com, gdb-patches@sourceware.org, danny.backx@scarlet.be, drow@false.org Reply-to: Eli Zaretskii Message-id: <83k4yzi22c.fsf@gnu.org> References: <1253973110.10921.76.camel@pavilion> <83ococicct.fsf@gnu.org> <20091013052437.GJ5272@adacore.com> <200910131157.25180.pedro@codesourcery.com> <20091013152949.GK5272@adacore.com> 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: 2009-10/txt/msg00281.txt.bz2 > Date: Tue, 13 Oct 2009 08:29:49 -0700 > From: Joel Brobecker > Cc: gdb-patches@sourceware.org, Eli Zaretskii , > danny.backx@scarlet.be, drow@false.org > > > /sysroot/c/path/to/a > > /sysroot/d/path/to/b > > > > Leaving the ':' in: > > > > /sysroot/c:/path/to/a > > /sysroot/d:/path/to/b > > Good point. Either form works for me. I vote for the second, because it covers the case that the colon is part of a real Unix file name.