From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16260 invoked by alias); 18 Feb 2003 22:21:02 -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 16253 invoked from network); 18 Feb 2003 22:21:01 -0000 Received: from unknown (HELO localhost.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 18 Feb 2003 22:21:01 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 9415F2D37 for ; Tue, 18 Feb 2003 17:25:46 -0500 (EST) Message-ID: <3E52B2E5.50605@redhat.com> Date: Tue, 18 Feb 2003 22:21: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: gdb-patches@sources.redhat.com Subject: [ob] Add missing `struct objfile' to symtab.h Content-Type: multipart/mixed; boundary="------------070809000100010807060906" X-SW-Source: 2003-02/txt/msg00385.txt.bz2 This is a multi-part message in MIME format. --------------070809000100010807060906 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 195 Just FYI, 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. committed, Andrew --------------070809000100010807060906 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 580 2003-02-18 Andrew Cagney * symtab.h (struct objfile): Add opaque declaration. Index: symtab.h =================================================================== RCS file: /cvs/src/src/gdb/symtab.h,v retrieving revision 1.57 diff -u -r1.57 symtab.h --- symtab.h 4 Feb 2003 21:37:03 -0000 1.57 +++ symtab.h 18 Feb 2003 22:10:04 -0000 @@ -26,6 +26,7 @@ /* Opaque declarations. */ struct obstack; +struct objfile; /* Don't do this; it means that if some .o's are compiled with GNU C and some are not (easy to do accidentally the way we configure --------------070809000100010807060906--