From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18020 invoked by alias); 13 May 2002 15:51:16 -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 18013 invoked from network); 13 May 2002 15:51:13 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 13 May 2002 15:51:13 -0000 Received: from localhost.redhat.com (remus.sfbay.redhat.com [172.16.27.252]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id IAA16151; Mon, 13 May 2002 08:51:11 -0700 (PDT) Received: by localhost.redhat.com (Postfix, from userid 469) id 89F4D10AAC; Mon, 13 May 2002 11:50:39 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15583.57551.427061.541618@localhost.redhat.com> Date: Mon, 13 May 2002 08:51:00 -0000 To: Andrew Cagney Cc: Daniel Jacobowitz , gdb-patches@sources.redhat.com Subject: Re: [RFA] Type cleanups In-Reply-To: <3CDFDDB9.7020904@cygnus.com> References: <20020513003359.GA11672@nevyn.them.org> <3CDF3081.1020900@cygnus.com> <20020513135950.GB19484@nevyn.them.org> <3CDFDDB9.7020904@cygnus.com> X-SW-Source: 2002-05/txt/msg00460.txt.bz2 Andrew Cagney writes: > > >> Did you check all the cross targets build per MAINTAINERS? From memory > >> sh-hms[bfd] and avr[need to look] don't build at present (well as of > >> ~2002-05-12-gmt). > >> > >> If that has been checked, then yes ``obviously''. > > > > > > A few don't build; none of them are my fault. For the record: > > > > At least fr30-elf, mn10300-elf, and v850-elf have missing > > dependencies off in sim/ land; they built with non-parallel make only. > > > hppa1.1-hp-proelf wants dl.h and machine/save_state.h in > > hppa-tdep.c, and was already marked broken. The nice gawk segment > > doesn't notice that... > > HP/UX isn't on the list. I get: > > hppa1.1-hp-proelf broken > > The note should probably mention that you normally want to stip out > broken targets. > > > Several targets (i586-pc-msdosdjgpp, sparc-elf, sparc64-elf) > > failed with this message (also JB_SP for Sparc): > > > > In file included from /usr/include/setjmp.h:30, > > from ../../src-build/gdb/top.c:58: > > /usr/include/bits/setjmp.h:31: warning: `JB_PC' redefined > > tm.h:57: warning: this is the location of the previous definition > > make[1]: *** [top.o] Error 1 > > I don't get that on the three systems I use. Bug in the system library? > > > > > sh-hms failed with a reference to some new SHmedia code. > > Yes, per above, BFD problem. sh-hms doesn't enable full SH support in BFD. > Yes. I am looking into this right now. Elena > Andrew > > > > >