From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LgKjw-0000It-NT for qemu-devel@nongnu.org; Sun, 08 Mar 2009 11:16:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LgKjv-0000IC-0R for qemu-devel@nongnu.org; Sun, 08 Mar 2009 11:16:32 -0400 Received: from [199.232.76.173] (port=46897 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LgKju-0000I5-Nl for qemu-devel@nongnu.org; Sun, 08 Mar 2009 11:16:30 -0400 Received: from smtp.zone.ee ([195.222.29.84]:37686) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LgKju-0001AG-C3 for qemu-devel@nongnu.org; Sun, 08 Mar 2009 11:16:30 -0400 Received: from [10.9.0.21] (wall-fa1.estpak.ee [194.126.115.33]) by smtp.zone.ee (Postfix) with ESMTP id 7211A11E8016 for ; Sun, 8 Mar 2009 17:16:29 +0200 (EET) From: Hasso Tepper Subject: Re: [Qemu-devel] dyngen-exec.h cleanup Date: Sun, 8 Mar 2009 17:16:28 +0200 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903081716.28524.hasso@estpak.ee> 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 Blue Swirl wrote: > This patch cleans up dyngen-exec.h a bit. It works for me with Linux > and OpenBSD hosts, but I wonder if some other hosts will be broken. > Please test. I had to modify target-arm/exec.h and target-m68k/exec.h to include sys/types.h on DragonFly to make it compile. Otherwise it complained about uint32_t. regards, -- Hasso Tepper