From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5467 invoked by alias); 19 Mar 2014 04:21:29 -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 5457 invoked by uid 89); 19 Mar 2014 04:21:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=AWL,BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: smtp.gentoo.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 19 Mar 2014 04:21:27 +0000 Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 26B6633FC5E; Wed, 19 Mar 2014 04:21:25 +0000 (UTC) From: Mike Frysinger To: gdb-patches@sourceware.org Cc: Nick Clifton Subject: Re: Commit: ARM SIM: Convert to ISO C and remove redundant code Date: Wed, 19 Mar 2014 04:21:00 -0000 Message-ID: <2823784.OxAGB7ueBC@vapier> User-Agent: KMail/4.12.3 (Linux/3.13.0; KDE/4.12.3; x86_64; ; ) In-Reply-To: <87d2hj7fsm.fsf@redhat.com> References: <87d2hj7fsm.fsf@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1922549.bI1qVEeDdo"; micalg="pgp-sha1"; protocol="application/pgp-signature" X-IsSubscribed: yes X-SW-Source: 2014-03/txt/msg00439.txt.bz2 --nextPart1922549.bI1qVEeDdo Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="us-ascii" Content-length: 658 On Tue 18 Mar 2014 14:16:41 Nick Clifton wrote: > Hi Guys, >=20 > I am applying the patch below to remove some redundant code from the > ARM simulator's wrapper file, and to convert the function declarations > over to the ISO C format. >=20 > Cheers > Nick >=20 > sim/ChangeLog > 2014-03-18 Nick Clifton >=20 > * wrapper.c: Convert function declarations to ISO C format. > (sim_open): Delete code for handling t,d and z command line > options. it's not clear to me what the -t/-d/-z opts have to do with this, but=20 otherwise looks fine. will help me as i try to push the extended warning s= et=20 into all sims :). -mike= --nextPart1922549.bI1qVEeDdo Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit Content-length: 836 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iQIcBAABAgAGBQJTKRtLAAoJEEFjO5/oN/WBVbgP/1l/mq2genfXELfi5EUUlBmn Z177GKcogg3rp3iTMn4ngD7zsT12fWtYu47iarAlek8KXX7vZb45rP5dEnOBrzzt JUm2akNARjYWUOkeRXN7TZqRwe4UW7yUN5kIMJlFZG77oZAiVXiA8DDOs3QEwXrR am7WRODVE0nJ+M7t/fY48b645EP2aLyXZX5uz3X0LQFBmimXCxPlIrbhY/3MxPD4 PuJlwl3cEikzKJuEWTVIyUdMnCkXv/JAHrpNv7hDOiMt+Ckh65Stt7lIPUcFWkyG xl3bWXFlt295TMC7YK66fgfK3WT9El7MnZUcLwlj9fYVbPO9t1Z/qK/01U/LnvpN iaqbL/BtZ6Nm9Yt1w85EsWKPkmV5gk2cs0ARGNxqmEDgTVxQU05LpBszes34lFVt po94fn+6U952KNbzrRTWlCZKEgW7XGdAyh+Ek/++hlDk2L3rBxEzSyuLcV92EJ60 0fNkelsvjhN9zQYAzTIvqS9eoXHxRvcwDcMO8DPCZqMPbOZgXc7VUBSUfoOZ939C vTGPdMi5dodteWKyBC6URZsutJ47m4BckLf9XS882pz3FFUl1xWd/FoHFTE/PlJC Hbz9gfhRs0MnafEx6EGCU/fMvaHJbQE4QOjiitJ7trjmDvOEOjO0ot/WNPwaMZbN 5c2HBlUFiHR5wmVt18fR =snqO -----END PGP SIGNATURE----- --nextPart1922549.bI1qVEeDdo--