From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7776 invoked by alias); 29 Mar 2007 21:02:12 -0000 Received: (qmail 7753 invoked by uid 22791); 29 Mar 2007 21:02:12 -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; Thu, 29 Mar 2007 22:02:03 +0100 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 0C2B648CDE5 for ; Thu, 29 Mar 2007 17:02:01 -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 13160-01-4 for ; Thu, 29 Mar 2007 17:02:00 -0400 (EDT) Received: from joel.gnat.com (S0106000f3d96cb6d.vc.shawcable.net [24.84.195.170]) by nile.gnat.com (Postfix) with ESMTP id 9E9BB48CC76 for ; Thu, 29 Mar 2007 17:02:00 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 0008CE7B43; Thu, 29 Mar 2007 14:03:14 -0700 (PDT) Date: Thu, 29 Mar 2007 21:02:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: [RFA/libiberty] Enhance FILENAME_CMP for Windows filesystems Message-ID: <20070329210314.GE3737@adacore.com> References: <20070328191845.GB3956@adacore.com> <200703281930.l2SJUYLW003949@greed.delorie.com> <20070328193743.GC3956@adacore.com> <20070328202443.GD3956@adacore.com> <200703282043.l2SKhnS7005336@greed.delorie.com> <20070329205740.GD3737@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070329205740.GD3737@adacore.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/msg00331.txt.bz2 Re: libiberty/ change: 2007-03-28 Joel Brobecker * filename_cmp.c: New file. * Makefile.in (CFILES): Add filename_cmp.c. (REQUIRED_OFILES): Add filename_cmp.o (filename_cmp.o): New rule. * functions.texi: Regenerate. include/ change: 2007-03-28 Joel Brobecker * filenames.h (FILENAME_CMP): Adjust define to call filename_cmp regardless of the type of file system. > > Ok. > > Thank you. I just checked everything in. I checked the change in gcc, but are these checkins propagated to GDB as well? It doesn't seem like it. How do we handle synchronization with libiberty changes? -- Joel