From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21765 invoked by alias); 28 Oct 2003 15:55:34 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 21758 invoked from network); 28 Oct 2003 15:55:34 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 28 Oct 2003 15:55:34 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id D4BBC2B89; Mon, 27 Oct 2003 11:32:13 -0500 (EST) Message-ID: <3F9D488D.6030203@redhat.com> Date: Tue, 28 Oct 2003 15:55:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mark Kettenis Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH/RFA] Re: [RFC] Core files and the architecture vector References: <200310112207.h9BM7WW0010332@elgar.kettenis.dyndns.org> <3F888D0E.4010001@redhat.com> <200310241504.h9OF4G6Q001663@elgar.kettenis.dyndns.org> <3F9D3E7F.2010001@redhat.com> <200310272052.h9RKqq95000600@elgar.kettenis.dyndns.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-10/txt/msg00806.txt.bz2 > bfd_get_arch_info(bfd)->printable_name); > > Hmm, that would seem strange to me: > > Architecture sparc:v8plus of file not recognized > > Quite contradictory isn't it. By printing the name GDB implies that > it is somehow recognizing the architecture. So I left this out for > now. Perhaps we can change the string to something that doesn't let > GDB make a fool out of itself? Hmm, true. "Architecture ... not supported"? 'The file's architecture (%s) is not supported"? However, which ever. Andrew