From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30167 invoked by alias); 24 Mar 2013 00:12:54 -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 30149 invoked by uid 89); 24 Mar 2013 00:12:45 -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:12:42 +0000 Received: from localhost (localhost [127.0.0.1]) by ra.se.axis.com (Postfix) with ESMTP id 942AD2613CE; Sun, 24 Mar 2013 01:12:40 +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 EilYmYn9CJT3; Sun, 24 Mar 2013 01:12:39 +0100 (CET) Received: from thoth.se.axis.com (thoth.se.axis.com [10.0.2.173]) by ra.se.axis.com (Postfix) with ESMTP id CC969261366; Sun, 24 Mar 2013 01:12:39 +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 C08A93417E; Sun, 24 Mar 2013 01:12:39 +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 r2O0CdHI008264; Sun, 24 Mar 2013 01:12:39 +0100 Received: (from hp@localhost) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) id r2O0CdK2008260; Sun, 24 Mar 2013 01:12:39 +0100 Date: Sun, 24 Mar 2013 05:22:00 -0000 Message-Id: <201303240012.r2O0CdK2008260@ignucius.se.axis.com> From: Hans-Peter Nilsson To: joel.sherrill@oarcorp.com, gdb-patches@sourceware.org In-reply-to: <201303240000.r2O00xZQ007925@ignucius.se.axis.com> (message from Hans-Peter Nilsson on Sun, 24 Mar 2013 01:00:59 +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/msg00884.txt.bz2 > From: Hans-Peter Nilsson > Date: Sun, 24 Mar 2013 01:00:59 +0100 > But the patch seems mingw-specific and a host with x64_64-linux > probably still fails. Or is "host" actually the target here? You're taking steps to empty SIM_DV_SOCKSER_O so I guess you didn't read this piece common to all sim//configure.ac: if test -z "$SIM_DV_SOCKSER_O"; then AC_MSG_ERROR([Sorry, but hardware support in this simulator... At this time I'd just suggest reverting your previous commits and come back with something tested. brgds, H-P