From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29014 invoked by alias); 24 Mar 2013 00:07:51 -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 28954 invoked by uid 89); 24 Mar 2013 00:07:43 -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:07:41 +0000 Received: from localhost (localhost [127.0.0.1]) by ra.se.axis.com (Postfix) with ESMTP id 8DEDE2613CE; Sun, 24 Mar 2013 01:07:39 +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 b8w72RHdA0uK; Sun, 24 Mar 2013 01:07:38 +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 6317226136B; Sun, 24 Mar 2013 01:07:35 +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 580E63E283; Sun, 24 Mar 2013 01:07:35 +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 r2O07ZHI008133; Sun, 24 Mar 2013 01:07:35 +0100 Received: (from hp@localhost) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) id r2O07Zwp008129; Sun, 24 Mar 2013 01:07:35 +0100 Date: Sun, 24 Mar 2013 04:51:00 -0000 Message-Id: <201303240007.r2O07Zwp008129@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/msg00883.txt.bz2 > From: Joel Sherrill > Date: Sun, 24 Mar 2013 00:38:34 +0100 > Should I go ahead and run autoconf and autoheader in every > sim directory while committing this? Effectively yes; testing that they still build for some common host. brgds, H-P