From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25258 invoked by alias); 17 Aug 2012 16:26:39 -0000 Received: (qmail 25244 invoked by uid 22791); 17 Aug 2012 16:26:36 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_HOSTKARMA_NO,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from anubis.se.axis.com (HELO anubis.se.axis.com) (195.60.68.12) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 17 Aug 2012 16:26:21 +0000 Received: from localhost (localhost [127.0.0.1]) by anubis.se.axis.com (Postfix) with ESMTP id BBC5719E73; Fri, 17 Aug 2012 18:26:20 +0200 (CEST) Received: from anubis.se.axis.com ([127.0.0.1]) by localhost (anubis.se.axis.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 0hd3TvgG05Xu; Fri, 17 Aug 2012 18:26:20 +0200 (CEST) Received: from thoth.se.axis.com (thoth.se.axis.com [10.0.2.173]) by anubis.se.axis.com (Postfix) with ESMTP id C4E2219E71; Fri, 17 Aug 2012 18:26:13 +0200 (CEST) Received: from ignucius.se.axis.com (ignucius.se.axis.com [10.88.21.50]) by thoth.se.axis.com (Postfix) with ESMTP id B7A843416C; Fri, 17 Aug 2012 18:26:13 +0200 (CEST) Received: from ignucius.se.axis.com (localhost [127.0.0.1]) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) with ESMTP id q7HGQDd0017507; Fri, 17 Aug 2012 18:26:13 +0200 Received: (from hp@localhost) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) id q7HGQDV7017503; Fri, 17 Aug 2012 18:26:13 +0200 Date: Fri, 17 Aug 2012 16:50:00 -0000 Message-Id: <201208171626.q7HGQDV7017503@ignucius.se.axis.com> From: Hans-Peter Nilsson To: hjl.tools@gmail.com CC: amodra@gmail.com, tromey@redhat.com, binutils@sourceware.org In-reply-to: (hjl.tools@gmail.com) Subject: Re: [PATCH 3/5] remove deleted BFDs from the archive cache MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2012-08/txt/msg00344.txt.bz2 > From: "H.J. Lu" > Date: Fri, 17 Aug 2012 15:05:20 +0200 > I took a closer look. My change may not be correct. Any clues to your conclusion, or is it obvious with a gdb walk? > I reopened: > > http://sourceware.org/bugzilla/show_bug.cgi?id=14481 Your last comment there is a bit misleading; cris-elf is not an a.out target, it just includes an a.out-supporting BFD vector...but which is the default BFD vector for all CRIS targets. Doh! (That might be worthwhile changing, but JFTR I understand changing that would just hiding the bug.) brgds, H-P