From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20178 invoked by alias); 26 Mar 2013 20:50:36 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 19847 invoked by uid 89); 26 Mar 2013 20:50:28 -0000 X-Spam-SWARE-Status: No, score=-5.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RP_MATCHES_RCVD autolearn=ham version=3.3.1 Received: from anubis.se.axis.com (HELO anubis.se.axis.com) (195.60.68.12) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 26 Mar 2013 20:50:25 +0000 Received: from localhost (localhost [127.0.0.1]) by anubis.se.axis.com (Postfix) with ESMTP id C101C19EB9; Tue, 26 Mar 2013 21:50:22 +0100 (CET) Received: from anubis.se.axis.com ([127.0.0.1]) by localhost (anubis.se.axis.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id RA4Tw8JU9Tv9; Tue, 26 Mar 2013 21:50:22 +0100 (CET) Received: from thoth.se.axis.com (thoth.se.axis.com [10.0.2.173]) by anubis.se.axis.com (Postfix) with ESMTP id 4D8C419E66; Tue, 26 Mar 2013 21:50:22 +0100 (CET) Received: from ignucius.se.axis.com (ignucius.se.axis.com [10.88.21.50]) by thoth.se.axis.com (Postfix) with ESMTP id 4B5F7341C9; Tue, 26 Mar 2013 21:50:22 +0100 (CET) Received: from ignucius.se.axis.com (localhost [127.0.0.1]) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) with ESMTP id r2QKoMHI018759; Tue, 26 Mar 2013 21:50:22 +0100 Received: (from hp@localhost) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) id r2QKoLdY018755; Tue, 26 Mar 2013 21:50:21 +0100 Date: Wed, 27 Mar 2013 01:39:00 -0000 Message-Id: <201303262050.r2QKoLdY018755@ignucius.se.axis.com> From: Hans-Peter Nilsson To: vapier@gentoo.org CC: joel.sherrill@oarcorp.com, gdb-patches@sourceware.org In-reply-to: <201303261553.24984.vapier@gentoo.org> (message from Mike Frysinger on Tue, 26 Mar 2013 20:53:22 +0100) Subject: Re: Recent simulator patches broke many sims MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT X-SW-Source: 2013-03/txt/msg00992.txt.bz2 > From: Mike Frysinger > Date: Tue, 26 Mar 2013 20:53:22 +0100 > > You know, if someone went to do the work to provide a default > > (overridable) target-board for all cross *-elf et al targets at > > the toplevel, I wouldn't mind. > > cris is the only target that i see today that is failing to work with sane > defaults "out of the box". i don't see a global init being > necessary (or even useful). It fails, how? That's the first thing I've heard about it. I see it works for my autotester with the recent commit, using the same documented way of testing I've done for years. brgds, H-P