From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 129219 invoked by alias); 24 Mar 2015 05:55:30 -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 129205 invoked by uid 89); 24 Mar 2015 05:55:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_40,RCVD_IN_DNSWL_NONE,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: bastet.se.axis.com Received: from bastet.se.axis.com (HELO bastet.se.axis.com) (195.60.68.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 24 Mar 2015 05:55:28 +0000 Received: from localhost (localhost [127.0.0.1]) by bastet.se.axis.com (Postfix) with ESMTP id 2E99E1802D; Tue, 24 Mar 2015 06:55:26 +0100 (CET) Received: from bastet.se.axis.com ([IPv6:::ffff:127.0.0.1]) by localhost (bastet.se.axis.com [::ffff:127.0.0.1]) (amavisd-new, port 10024) with LMTP id 2r9MZQmEqZKd; Tue, 24 Mar 2015 06:55:24 +0100 (CET) Received: from boulder.se.axis.com (boulder.se.axis.com [10.0.2.104]) by bastet.se.axis.com (Postfix) with ESMTP id BB0191808E; Tue, 24 Mar 2015 06:55:24 +0100 (CET) Received: from boulder.se.axis.com (localhost [127.0.0.1]) by postfix.imss71 (Postfix) with ESMTP id A3283100F; Tue, 24 Mar 2015 06:55:24 +0100 (CET) Received: from thoth.se.axis.com (thoth.se.axis.com [10.0.2.173]) by boulder.se.axis.com (Postfix) with ESMTP id 971CC3DE; Tue, 24 Mar 2015 06:55:24 +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 949A134005; Tue, 24 Mar 2015 06:55:24 +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 t2O5tOBc009207; Tue, 24 Mar 2015 06:55:24 +0100 Received: (from hp@localhost) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) id t2O5tNBZ009203; Tue, 24 Mar 2015 06:55:23 +0100 Date: Tue, 24 Mar 2015 05:55:00 -0000 Message-Id: <201503240555.t2O5tNBZ009203@ignucius.se.axis.com> From: Hans-Peter Nilsson To: vapier@gentoo.org CC: gdb-patches@sourceware.org In-reply-to: <20150324041856.GC10761@vapier> (message from Mike Frysinger on Tue, 24 Mar 2015 05:18:56 +0100) Subject: Re: [RFC 0/4] Fix recent sim/*/config.in fallout: frv, m32r, sh64, iq2000 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT X-SW-Source: 2015-03/txt/msg00779.txt.bz2 > From: Mike Frysinger > Date: Tue, 24 Mar 2015 05:18:56 +0100 > i've finished landing a series of changes into master that can be summarized: > - clean up dv-sockser code to centralize its enabled/disabled logic > - let the common code handle building of dv-sockser all the time (sans mingw) > - fix bugs around SIM_AC_OPTION_HARDWARE default enable > - delete the broken uart code from frv devices Sounds good. > that leads me back to this patch series. there's no longer a need to disable > hw in these sims by default, so i've somewhat reverted these changes by setting > the default to "yes" for them. 'k. FWIW, nothing broke for my autotester setup (targets likely mentioned in the quoted post). > testcases would certainly be nice, but i have no idea how to write ones for > these ports. i'll be pestering people in the future when they make updates to > specific arches, and i'll be rejecting new sims that lack any tests. Good! :) brgds, H-P