From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HTql2-0003kz-BO for qemu-devel@nongnu.org; Tue, 20 Mar 2007 22:41:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HTql0-0003km-R7 for qemu-devel@nongnu.org; Tue, 20 Mar 2007 22:40:59 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HTql0-0003kj-Kn for qemu-devel@nongnu.org; Tue, 20 Mar 2007 21:40:58 -0500 Received: from pf.freedaemonhosting.com ([66.210.104.252] helo=FreeDaemonHosting.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HTqjN-0008DI-46 for qemu-devel@nongnu.org; Tue, 20 Mar 2007 22:39:17 -0400 Received: from blue.fries.net (blue.hse.fries.net [IPv6:2001:240:58a::1c]) by FreeDaemonHosting.com (8.13.8/8.13.3) with ESMTP id l2L2d4Sc007984 for ; Tue, 20 Mar 2007 21:39:04 -0500 (CDT) Received: from blue.fries.net (localhost.fries.net [IPv6:::1]) by blue.fries.net (8.14.0/8.13.6) with ESMTP id l2L2d2UY018883 for ; Tue, 20 Mar 2007 21:39:02 -0500 (CDT) Received: (from todd@localhost) by blue.fries.net (8.14.0/8.13.6/Submit) id l2L2d1C5002093 for qemu-devel@nongnu.org; Tue, 20 Mar 2007 21:39:02 -0500 (CDT) Date: Tue, 20 Mar 2007 21:39:01 -0500 From: "Todd T. Fries" Message-ID: <20070321023900.GA13604@fries.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] Patch: dyngen-exec.h for OpenBSD Reply-To: todd@fries.net, 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 relative to the 20070319 snapshot. --- dyngen-exec.h.orig Mon Feb 5 17:01:54 2007 +++ dyngen-exec.h Sat Mar 10 16:39:39 2007 @@ -27,11 +27,15 @@ #define _FILEDEFED #endif +#include "config.h" + /* 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. */ #include - +#ifdef __OpenBSD__ +#include +#else typedef unsigned char uint8_t; typedef unsigned short uint16_t; typedef unsigned int uint32_t; @@ -61,6 +65,7 @@ typedef signed long int64_t; typedef signed long long int64_t; #endif #endif +#endif /* XXX: This may be wrong for 64-bit ILP32 hosts. */ typedef void * host_reg_t; @@ -78,11 +83,15 @@ typedef void * host_reg_t; #define UINT32_MAX (4294967295U) #define UINT64_MAX ((uint64_t)(18446744073709551615)) +#ifdef __OpenBSD__ +typedef struct __sFILE FILE; +#else typedef struct FILE FILE; extern int fprintf(FILE *, const char *, ...); extern int printf(const char *, ...); #undef NULL #define NULL 0 +#endif #ifdef __i386__ #define AREG0 "ebp" -- Todd Fries .. todd@fries.net _____________________________________________ | \ 1.636.410.0632 (voice) | Free Daemon Consulting, LLC \ 1.405.227.9094 (voice) | http://FreeDaemonConsulting.com \ 1.866.792.3418 (FAX) | "..in support of free software solutions." \ 250797 (FWD) | \ \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ 37E7 D3EB 74D0 8D66 A68D B866 0326 204E 3F42 004A http://todd.fries.net/pgp.txt