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
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
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