Re: [Qemu-devel] [PATCH] Mingw32 cross compile fixes from 64-bit host

2005-05-19 Thread Gwenole Beauchesne
On Wed, 18 May 2005, Paul Brook wrote: > It doesn't really make any difference, but wouldn't it be more consistent to > use [u]int8_t instead of char? OK, here is a patch that uses uint8_t and also changes the cross_prefix to i386-mingw32msvc- so that we are consistent with the later use of i386

Re: [Qemu-devel] [PATCH] Mingw32 cross compile fixes from 64-bit host

2005-05-18 Thread Paul Brook
On Tuesday 17 May 2005 10:01, Gwenole Beauchesne wrote: > I had the following in my tree for a while but forgot to submit it. This > fixes cross compilation to mingw32 from 64-bit host (x86_64). Actually, > this makes dyngen aware of correct COFF format. >... > + char It doesn't really make any

[Qemu-devel] [PATCH] Mingw32 cross compile fixes from 64-bit host

2005-05-17 Thread Gwenole Beauchesne
Hi, I had the following in my tree for a while but forgot to submit it. This fixes cross compilation to mingw32 from 64-bit host (x86_64). Actually, this makes dyngen aware of correct COFF format. 2004-12-27 Gwenole Beauchesne <[EMAIL PROTECTED]> * a.out.h: Cross compilation fixes fr