From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11022 invoked by alias); 4 Nov 2009 23:26:52 -0000 Received: (qmail 11013 invoked by uid 22791); 4 Nov 2009 23:26:51 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 04 Nov 2009 23:26:47 +0000 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nA4NQkld013542 for ; Wed, 4 Nov 2009 18:26:46 -0500 Received: from host0.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id nA4NQhAc032109 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 4 Nov 2009 18:26:45 -0500 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.3/8.14.3) with ESMTP id nA4NQhEq015982 for ; Thu, 5 Nov 2009 00:26:43 +0100 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.3/Submit) id nA4NQhqJ015981 for gdb-patches@sourceware.org; Thu, 5 Nov 2009 00:26:43 +0100 Date: Wed, 04 Nov 2009 23:26:00 -0000 From: Jan Kratochvil To: 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: <20091104232643.GA15891@host0.dyn.jankratochvil.net> References: <20091102215255.GA19425@caradoc.them.org> <20091103104419.GA9780@host0.dyn.jankratochvil.net> <20091103170004.GA915@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091103170004.GA915@caradoc.them.org> User-Agent: Mutt/1.5.20 (2009-08-17) 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/msg00084.txt.bz2 On Tue, 03 Nov 2009 18:00:04 +0100, Daniel Jacobowitz wrote: > 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. FYI now waiting on getting resolved: [patch, configures] Unify AC_SYS_LARGEFILE exception across dirs http://gcc.gnu.org/ml/gcc-patches/2009-11/msg00230.html for a proper form of check-in for: [patch] AC_SYS_LARGEFILE http://sourceware.org/ml/gdb-patches/2009-11/msg00047.html which is a prerequisite of this patch. I hope the regression is not so urgent to require a temporary workaround instead. Sorry, Jan