From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 36281 invoked by alias); 30 Mar 2015 16:11:20 -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 36252 invoked by uid 89); 30 Mar 2015 16:11:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD,URIBL_BLACK autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 30 Mar 2015 16:11:18 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 26F69C9B0F; Mon, 30 Mar 2015 16:11:17 +0000 (UTC) Received: from [10.36.6.83] (vpn1-6-83.ams2.redhat.com [10.36.6.83]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t2UGBF4p006416 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 30 Mar 2015 12:11:16 -0400 Message-ID: <551975A2.5030606@redhat.com> Date: Mon, 30 Mar 2015 16:11:00 -0000 From: Nicholas Clifton User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Mike Frysinger , gdb-patches@sourceware.org Subject: Re: [PATCH 0/4] sim: arm: convert to nrun References: <1427700000-5903-1-git-send-email-vapier@gentoo.org> In-Reply-To: <1427700000-5903-1-git-send-email-vapier@gentoo.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-03/txt/msg00992.txt.bz2 Hi Mike, > Nick: could you give this a look over ? It passes sim tests still, and > the interface (command line & gdb) look ok ... > > Mike Frysinger (4): > sim: arm: use common configure options > sim: arm: clean up misc warnings > sim: arm: delete NEED_UI_LOOP_HOOK handling > sim: arm: convert to nrun > > sim/arm/ChangeLog | 53 ++++++ > sim/arm/Makefile.in | 17 +- > sim/arm/armemu.c | 24 +-- > sim/arm/armemu.h | 51 ++--- > sim/arm/armsupp.c | 5 +- > sim/arm/bag.c | 6 +- > sim/arm/config.in | 15 ++ > sim/arm/configure | 528 ++++++++++++++++++++++++++++++++++++++++++++++++++- > sim/arm/configure.ac | 7 + > sim/arm/maverick.c | 49 ----- > sim/arm/sim-main.h | 56 ++++++ > sim/arm/wrapper.c | 236 ++++++++--------------- These all look fine to me. Cheers Nick