From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15042 invoked by alias); 28 Mar 2007 19:36:38 -0000 Received: (qmail 15011 invoked by uid 22791); 28 Mar 2007 19:36:38 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 28 Mar 2007 20:36:34 +0100 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id D894348CC42; Wed, 28 Mar 2007 15:36:31 -0400 (EDT) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 26866-01-5; Wed, 28 Mar 2007 15:36:31 -0400 (EDT) Received: from joel.gnat.com (unknown [70.71.0.212]) by nile.gnat.com (Postfix) with ESMTP id 92B7648CBEE; Wed, 28 Mar 2007 15:36:31 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 7B64FE7B43; Wed, 28 Mar 2007 15:37:43 -0400 (EDT) Date: Wed, 28 Mar 2007 19:36:00 -0000 From: Joel Brobecker To: DJ Delorie Cc: gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org Subject: Re: [RFA/libiberty] Enhance FILENAME_CMP for Windows filesystems Message-ID: <20070328193743.GC3956@adacore.com> References: <20070328191845.GB3956@adacore.com> <200703281930.l2SJUYLW003949@greed.delorie.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200703281930.l2SJUYLW003949@greed.delorie.com> 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: 2007-03/txt/msg00293.txt.bz2 > Is this the right exception? I think we want the gcc-only version, > like in vsprintf.c. IIRC this one is for the files that are required > as part of the C++ ABI. > > Unless this new file is used as part of the C++ runtime ABI? Hmmm, You are probably right. I copied this copyright blurb from another file without paying enough attention. I think the physmem.c copyright notice will be more appropriate, but I will double-check where the macro is being used. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ > Also, please include inline documentation for functions.texi. Ah, yes, I forgot that part. Thanks for reminding me. Thanks, -- Joel