From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 101208 invoked by alias); 17 Mar 2015 22:56: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 101198 invoked by uid 89); 17 Mar 2015 22:56:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 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; Tue, 17 Mar 2015 22:56:27 +0000 Received: from vapier (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with SMTP id 1A545340943; Tue, 17 Mar 2015 22:56:25 +0000 (UTC) Date: Tue, 17 Mar 2015 22:56:00 -0000 From: Mike Frysinger To: Jiri Gaisler Cc: gdb-patches@sourceware.org Subject: Re: [PATCH v4 01/13] sim/erc32: Added -v command line switch for verbose output Message-ID: <20150317225625.GJ8109@vapier> Mail-Followup-To: Jiri Gaisler , gdb-patches@sourceware.org References: <1426626170-21401-1-git-send-email-jiri@gaisler.se> <1426626170-21401-2-git-send-email-jiri@gaisler.se> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="P6YfpwaDcfcOCJkJ" Content-Disposition: inline In-Reply-To: <1426626170-21401-2-git-send-email-jiri@gaisler.se> X-IsSubscribed: yes X-SW-Source: 2015-03/txt/msg00529.txt.bz2 --P6YfpwaDcfcOCJkJ Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 1160 On 17 Mar 2015 22:02, Jiri Gaisler wrote: > * func.c (show_stat) : Print simulation time in portable long long forma= t. >=20 > * help.c (usage) : update usage help print-out >=20 > * sis.c (run_sim) : increase debug level with -v. Also print > simulation time in portable long long format. >=20 > * sis.h : Use stdint.h for portable 32- and 64-bit ints. style notes here: - should have date+author to start with - wrapped at <80 cols - no space before the colon - each entry should be a full sentence: - first world capitialized - period at the end - no blank lines between the entries so this would be written as: 2015-03-17 Jiri Gaisler * func.c (show_stat): Print simulation time in portable long long format. * help.c (usage): Update usage help print-out. * sis.c (run_sim): Increase debug level with -v. Also print simulation time in portable long long format. * sis.h: Use stdint.h for portable 32- and 64-bit ints. i say this not because i like to be strict, but so that i don't have to rew= rite=20 things before committing ;). the GNU style dictates these points, not i. pushed this now, thanks! -mike --P6YfpwaDcfcOCJkJ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJVCLEZAAoJEEFjO5/oN/WB3pEP/2lSp7OoXD92Mc46VbwNRiij O5mFq6+R81n5Ry7kujTLIweVzmwugYSvjHSQSDB80gVNpPAVIgm7tnElab0MSwg/ +7m/92pDKSD8hjNGAXQSme2TDsYMZWLkKlwuBIv8dEW5JiyoajnNZnGPF1yaWi04 z2lD7PNCdcXdkPQbV0KTXhn/0yKKa8pjYIEBrT0G6MwSOhyvG15u8IEVxr28dmYY hFgdfvg6A879FZN4a/JYrasvKKzsqGDWbQ9j8TWtKmO7xum9lPJb8nEoI+rXfn6y HZU/SZ3XG5BluQMkFoMKNg13JaztBFjAHbj9LpwXMgD6SjZiSZd+a+SFxTvZm/lv 6SSjcD2s4jRsVDzL+miqFhYOfGpwrhWo5+X1e7Zj7OGR5mTStyM0E1cuksklq/UN dlbO6IsCFLZLbv20EML33Vhd4HdAtRANQl4Bu0F26i9whjg2uiUCjIONcZmO+SjR hfd0bZJAZAIusbqh/jMrKuK2quT51BLEADj/wpNEA3diPZXcayZnaDrL1/frmMip UOCa9gJU8Y9/oI1odAm3nPItzIK1JPA6ARK1dilcjVFwaPK3jee9wUGbfAlHC+5M OGoNHT77znlBBGgFxMw7iXd6YAzS5Q84mpQ6WD0u7iBERGxLU9zM7+jn7kehjcw0 iQdvMNwJIU3oWPr0T3bh =3A+k -----END PGP SIGNATURE----- --P6YfpwaDcfcOCJkJ--