From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27648 invoked by alias); 24 Mar 2013 00:01:19 -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 27620 invoked by uid 89); 24 Mar 2013 00:01:12 -0000 X-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.1 Received: from ra.se.axis.com (HELO ra.se.axis.com) (195.60.68.13) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sun, 24 Mar 2013 00:01:09 +0000 Received: from localhost (localhost [127.0.0.1]) by ra.se.axis.com (Postfix) with ESMTP id 674152613A3; Sun, 24 Mar 2013 01:01:07 +0100 (CET) Received: from ra.se.axis.com ([127.0.0.1]) by localhost (ra.se.axis.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id FMTFdL1rpZJe; Sun, 24 Mar 2013 01:01:06 +0100 (CET) Received: from seth.se.axis.com (seth.se.axis.com [10.0.2.172]) by ra.se.axis.com (Postfix) with ESMTP id 8F2C3261355; Sun, 24 Mar 2013 01:00:59 +0100 (CET) Received: from ignucius.se.axis.com (ignucius.se.axis.com [10.88.21.50]) by seth.se.axis.com (Postfix) with ESMTP id 8D2C83E282; Sun, 24 Mar 2013 01:00:59 +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 r2O00xHI007929; Sun, 24 Mar 2013 01:00:59 +0100 Received: (from hp@localhost) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) id r2O00xZQ007925; Sun, 24 Mar 2013 01:00:59 +0100 Date: Sun, 24 Mar 2013 02:53:00 -0000 Message-Id: <201303240000.r2O00xZQ007925@ignucius.se.axis.com> From: Hans-Peter Nilsson To: joel.sherrill@oarcorp.com CC: gdb-patches@sourceware.org In-reply-to: <514E3CFA.4080406@oarcorp.com> (message from Joel Sherrill on Sun, 24 Mar 2013 00:38:34 +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/msg00882.txt.bz2 Host is some Debian; x86_64-linux. > From: Joel Sherrill > Date: Sun, 24 Mar 2013 00:38:34 +0100 > I have a fix. Great. Thanks for attending to this so quickly. But the patch seems mingw-specific and a host with x64_64-linux probably still fails. Or is "host" actually the target here? > I suspect I need to do the right thing and commit a bunch. Just please test-build and *really* preferably regression-test each affected simulator. (Build and install binutils for it.) When they're broken I guess expediting a fix might require less... > Hans.. I still think your auto-tester must not include sh64-elf or it > hadn't gotten to it yet. That's right, I'm not testing all simulators, that's why I wrote *some* simulators and *including*. The set of simulators was what built and was error free some-long-time-ago. > And it may need to test with the 3 configure > options I listed earlier for completeness. No, I'm not aiming for completeness, the autotester is there only to check that people do the bare essentials as to test before checking in. 1/2 ;) brgds, H-P