From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1351 invoked by alias); 10 Aug 2009 22:26:57 -0000 Received: (qmail 1342 invoked by uid 22791); 10 Aug 2009 22:26:56 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 10 Aug 2009 22:26:48 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n7AMQkaH031104 for ; Mon, 10 Aug 2009 18:26:46 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n7AMQjCM010333; Mon, 10 Aug 2009 18:26:46 -0400 Received: from host0.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n7AMQih0000747; Mon, 10 Aug 2009 18:26:45 -0400 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 n7AMQi4A007101; Tue, 11 Aug 2009 00:26:44 +0200 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.3/Submit) id n7AMQhNl007098; Tue, 11 Aug 2009 00:26:43 +0200 Date: Mon, 10 Aug 2009 23:49:00 -0000 From: Jan Kratochvil To: Paul Pluzhnikov Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: [patch] Assertion for a regression by gdb_bfd_unref Message-ID: <20090810222643.GA6635@host0.dyn.jankratochvil.net> References: <20090809213710.GA14354@host0.dyn.jankratochvil.net> <20090810221157.GA3109@host0.dyn.jankratochvil.net> <8ac60eac0908101523v5be259e7xd76df35a919b9a01@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8ac60eac0908101523v5be259e7xd76df35a919b9a01@mail.gmail.com> User-Agent: Mutt/1.5.19 (2009-01-05) 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-08/txt/msg00158.txt.bz2 On Tue, 11 Aug 2009 00:23:01 +0200, Paul Pluzhnikov wrote: > On Mon, Aug 10, 2009 at 3:11 PM, Jan > Kratochvil wrote: > > > The binutils go32-target patches are now also checked-in: > > http://sourceware.org/ml/binutils/2009-08/threads.html#00155 > > AFAICT, above patch will not fix the GDB assert. > Ah, you mean this one: > http://sourceware.org/ml/binutils/2009-08/msg00154.html I did mean the URL reference as for the whole patchset of [0/4]...[4/4]. You are right the GDB-specific patch was that [3/4] one. Thanks for no OBJF_KEEPBFD, Jan