From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24685 invoked by alias); 18 Feb 2003 23:17:17 -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 24678 invoked from network); 18 Feb 2003 23:17:17 -0000 Received: from unknown (HELO localhost.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 18 Feb 2003 23:17:17 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 892212D37; Tue, 18 Feb 2003 18:22:03 -0500 (EST) Message-ID: <3E52C01B.2070005@redhat.com> Date: Tue, 18 Feb 2003 23:17:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD i386; en-US; rv:1.0.2) Gecko/20030217 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: [ob] Add missing `struct objfile' to symtab.h References: <3E52B2E5.50605@redhat.com> <20030218225008.GA10108@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-02/txt/msg00392.txt.bz2 > On Tue, Feb 18, 2003 at 05:23:20PM -0500, Jim Blandy wrote: > >> >> Andrew Cagney writes: > >> > This fixes a build problem with --target=sparc-elf. The ARI script: >> > >> > http://sources.redhat.com/gdb/current/ari/gdb_ari.sh >> > >> > has also been updated to check for this. > >> >> Just out of curiousity, do you know why this failure occurs only for >> sparc-elf? Nope. Some sort of unique header file include ordering caused by: > I'm pretty sure the answer is that Sparc isn't multi-arched (or > sufficiently multi-arched, or something). I guess. Andrew