From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26220 invoked by alias); 26 Oct 2010 18:02:45 -0000 Received: (qmail 26203 invoked by uid 22791); 26 Oct 2010 18:02:43 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SARE_SUB_6CONS_WORD X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 26 Oct 2010 18:02:39 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id A04492BABBB for ; Tue, 26 Oct 2010 14:02:37 -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 6LOry1wTjOGR for ; Tue, 26 Oct 2010 14:02:37 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 7FFAF2BABB1 for ; Tue, 26 Oct 2010 14:02:37 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id D316BF59A2; Tue, 26 Oct 2010 14:02:36 -0400 (EDT) Date: Tue, 26 Oct 2010 18:02:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: [RFA/commit] replace strcmp by FILENAME_CMP for filename comparison Message-ID: <20101026180236.GC2847@adacore.com> References: <20101026133928.GB2847@adacore.com> <1288107368-31496-1-git-send-email-brobecker@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1288107368-31496-1-git-send-email-brobecker@adacore.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2010-10/txt/msg00374.txt.bz2 > gdb/ChangeLog: > > * dwarf2read.c (psymtab_include_file_name): Replace call to strcmp > by call to FILENAME_CMP. > > Tested on x86_64-linux. Does it look OK? Given the agreement on this (thanks!), I just checked this patch in. -- Joel