From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22095 invoked by alias); 18 Feb 2003 22:30:09 -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 22043 invoked from network); 18 Feb 2003 22:30:06 -0000 Received: from unknown (HELO zenia.red-bean.com) (66.244.67.22) by 172.16.49.205 with SMTP; 18 Feb 2003 22:30:06 -0000 Received: from zenia.red-bean.com (localhost.localdomain [127.0.0.1]) by zenia.red-bean.com (8.12.5/8.12.5) with ESMTP id h1IMNL8A028875; Tue, 18 Feb 2003 17:23:21 -0500 Received: (from jimb@localhost) by zenia.red-bean.com (8.12.5/8.12.5/Submit) id h1IMNKqa028871; Tue, 18 Feb 2003 17:23:20 -0500 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [ob] Add missing `struct objfile' to symtab.h References: <3E52B2E5.50605@redhat.com> From: Jim Blandy Date: Tue, 18 Feb 2003 22:30:00 -0000 In-Reply-To: <3E52B2E5.50605@redhat.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-02/txt/msg00386.txt.bz2 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?