From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FY2gT-0005zy-Kc for qemu-devel@nongnu.org; Mon, 24 Apr 2006 11:09:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FY2gS-0005yJ-42 for qemu-devel@nongnu.org; Mon, 24 Apr 2006 11:09:05 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FY2gR-0005xw-Qb for qemu-devel@nongnu.org; Mon, 24 Apr 2006 11:09:03 -0400 Received: from [65.74.133.6] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FY2ih-00061R-FE for qemu-devel@nongnu.org; Mon, 24 Apr 2006 11:11:23 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] use stdio.h Date: Mon, 24 Apr 2006 16:08:58 +0100 References: <200604241546.57968.paul@codesourcery.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200604241608.59335.paul@codesourcery.com> 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 > >> Make dyngen-exec.h include which is more portable than the > >> local definitions. > > > > I believe dyngen-exec.h deliberately doesn't include stdio.h because it > > conflicts with the local register variables on some hosts. > > Ah, I thought there's got to be an explanation... Should be added though = to > dyngen-exec.h to avoid future patches from wise-guys like myself :-) =46rom the top of that file: /* NOTE: standard headers should be used with special care at this point because host CPU registers are used as global variables. Some host headers do not allow that. */ Paul