From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LVaV6-0002Vf-LC for qemu-devel@nongnu.org; Fri, 06 Feb 2009 18:52:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVaV6-0002V5-4j for qemu-devel@nongnu.org; Fri, 06 Feb 2009 18:52:48 -0500 Received: from [199.232.76.173] (port=40344 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVaV6-0002V2-1b for qemu-devel@nongnu.org; Fri, 06 Feb 2009 18:52:48 -0500 Received: from fmmailgate03.web.de ([217.72.192.234]:42805) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LVaV5-0007Tl-FN for qemu-devel@nongnu.org; Fri, 06 Feb 2009 18:52:47 -0500 Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate03.web.de (Postfix) with ESMTP id BAC11F7A3216 for ; Sat, 7 Feb 2009 00:52:46 +0100 (CET) Received: from [88.65.43.151] (helo=[192.168.1.198]) by smtp06.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.110 #277) id 1LVaV4-0002r9-00 for qemu-devel@nongnu.org; Sat, 07 Feb 2009 00:52:46 +0100 Message-ID: <498CCD47.5060507@web.de> Date: Sat, 07 Feb 2009 00:52:39 +0100 From: Jan Kiszka MIME-Version: 1.0 References: <498CB211.1050506@mail.berlios.de> In-Reply-To: <498CB211.1050506@mail.berlios.de> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigAF50A7202126378481E04846" Sender: jan.kiszka@web.de Subject: [Qemu-devel] Re: [PATCH] Use stdint.h for integral data types and definitions Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigAF50A7202126378481E04846 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Stefan Weil wrote: > This patch replaces local definitions and declaration > for integral data types by a C99 standard header file. >=20 > This reduces Qemu code, avoids some compiler warnings > because of redefinitions and should make the code more > portable. >=20 > Signed-off-by: Stefan Weil >=20 > Index: trunk/dyngen-exec.h > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- trunk.orig/dyngen-exec.h 2009-02-06 22:21:41.000000000 +0100 > +++ trunk/dyngen-exec.h 2009-02-06 22:21:42.000000000 +0100 > @@ -31,57 +31,15 @@ > point because host CPU registers are used as global variables. Some= > host headers do not allow that. */ > #include > +#include I think the safer and cleaner approach is to remove the last users of legacy dyngen-exec.h and finally kill this file. Jan --------------enigAF50A7202126378481E04846 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iEYEARECAAYFAkmMzU4ACgkQniDOoMHTA+mZIQCeOt0KCxj1wYNG8AbmC5mGTi/j /Q4An3PZqGLmsX/L5ViMfd8IDB26x2iW =92lh -----END PGP SIGNATURE----- --------------enigAF50A7202126378481E04846--