From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15340 invoked by alias); 3 Nov 2009 17:00:19 -0000 Received: (qmail 15328 invoked by uid 22791); 3 Nov 2009 17:00:18 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 03 Nov 2009 17:00:11 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 6444610EA3; Tue, 3 Nov 2009 17:00:09 +0000 (GMT) Received: from caradoc.them.org (209.195.188.212.nauticom.net [209.195.188.212]) by nan.false.org (Postfix) with ESMTP id 305991086A; Tue, 3 Nov 2009 17:00:09 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1N5Mjk-0000Vj-FQ; Tue, 03 Nov 2009 12:00:04 -0500 Date: Tue, 03 Nov 2009 17:00:00 -0000 From: Daniel Jacobowitz To: Jan Kratochvil Cc: gdb-patches@sourceware.org Subject: Re: [patch] Fix false separate debuginfo warning for no .debug suffix [Re: Recent separate debug file warning caused Debian regressions] Message-ID: <20091103170004.GA915@caradoc.them.org> Mail-Followup-To: Jan Kratochvil , gdb-patches@sourceware.org References: <20091102215255.GA19425@caradoc.them.org> <20091103104419.GA9780@host0.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091103104419.GA9780@host0.dyn.jankratochvil.net> User-Agent: Mutt/1.5.20 (2009-06-14) 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-11/txt/msg00060.txt.bz2 On Tue, Nov 03, 2009 at 11:44:19AM +0100, Jan Kratochvil wrote: > gdb/ > 2009-11-03 Jan Kratochvil > > * symfile.c (separate_debug_file_exists): Change parameter parent_name > to parent_objfile. New variables parent_stat and abfd_stat. Call > strcmp and then bfd_stat functions to verify if NAME matches. > (find_separate_debug_file): Update the passed parameter at caller. Thanks! This is OK. -- Daniel Jacobowitz CodeSourcery