From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10143 invoked by alias); 30 Apr 2003 18:54:11 -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 9892 invoked from network); 30 Apr 2003 18:54:09 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 30 Apr 2003 18:54:09 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 3E16ED34B8; Wed, 30 Apr 2003 11:53:40 -0700 (PDT) Date: Wed, 30 Apr 2003 22:10:00 -0000 From: Joel Brobecker To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [obish] fix solaris 8 sparc-tdep.c compile problem Message-ID: <20030430185340.GF992@gnat.com> References: <3EB013D5.6090607@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3EB013D5.6090607@redhat.com> User-Agent: Mutt/1.4i X-SW-Source: 2003-04/txt/msg00549.txt.bz2 > This fixes a compile problem for solaris 8 (SPARC). I'm not yet sure if > it fixes a build though - I got a link error from using a really old > compiler :-( The build succeeded. I ran the testsuite and got decent results (7734 PASS, 664 FAIL). A lot of the FAILs are in gdb.c++, but that's because we don't have a C++ compiler installed. There are failures also in gdb.base (seems to be some problems with function calls) and gdb.mi (mi1 tests). I can forward the sum and log files if somebody would like to see them. > 2003-04-30 Andrew Cagney > > * sparc-tdep.c (SPARC_HAS_FPU): When multi-arch, define as 1. > -- Joel