From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7024 invoked by alias); 24 Sep 2004 18:13: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 7017 invoked from network); 24 Sep 2004 18:13:10 -0000 Received: from unknown (HELO smtp10.atl.mindspring.net) (207.69.200.246) by sourceware.org with SMTP; 24 Sep 2004 18:13:10 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by smtp10.atl.mindspring.net with esmtp (Exim 3.33 #1) id 1CAuZB-0006eq-00 for gdb-patches@sources.redhat.com; Fri, 24 Sep 2004 14:13:09 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id AC5844B102 for ; Fri, 24 Sep 2004 14:13:30 -0400 (EDT) Date: Fri, 24 Sep 2004 18:13:00 -0000 From: Michael Chastain To: gdb-patches@sources.redhat.com Subject: Re: [patch] Reanimate XStormy16 Message-ID: <415463CA.nail1EK119SUA@mindspring.com> References: <20040923170305.GJ12802@cygbert.vinschen.de> <4153072B.nail1U621LNEF@mindspring.com> <20040924073720.GQ12802@cygbert.vinschen.de> In-Reply-To: <20040924073720.GQ12802@cygbert.vinschen.de> User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-09/txt/msg00408.txt.bz2 Corinna Vinschen wrote: > Please note that XStormy16 is a very tiny 16 bit target. No signal > support, no core file support, no shared libs, no libstdc++-v3, > no threads. Ah, okay. The number of UNSUPPORTED makes sense then. The test suite is doing its job! The ERROR and WARNING shouldn't be there. That looks like bugs in the test suite. > See the below list. If you're interested in more details, I can > send you the gdb.log file. Actually, could you do this: grep -v '^PASS' gdb.sum add a line saying which compiler version you tested with mail it in to gdb-testers@ I'm trying to build gdb-testers@ as the home of "what versions of gdb work and how well they work". Michael