tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] TinyCC-PE


From: Fabrice Bellard
Subject: Re: [Tinycc-devel] TinyCC-PE
Date: Sun, 10 Apr 2005 18:02:28 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913

Hi,

I find your work very interesting. I am going to try to merge your version in the TinyCC CVS. A new directory structure will be needed so that the same tree can be used on Linux and Windows.

Fabrice.

grischka wrote:
Hi,

I lately started some experiments with TCC on Windows, and finally I got it writing runnable exe's and also dll's.
As to the original code there are not too much changes (I hope), maybe
to mention a #pragma pack(...), and also a __chkstk for the function prologue when it has more than 4kb locals, well and a fix in macro_subst (see below).

So, if anyone is interested to check this out, I did put together a package including a binary compiler, some header files and 'tiny' library.

http://grishka.port5.com/tccpe-0922.zip

--- grischka

/*----------------------------------*/
#define Q(msg)  msg
#define P Q
#define W P("world")
printf("hello %s!\n", W);







_______________________________________________
Tinycc-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/tinycc-devel







reply via email to

[Prev in Thread] Current Thread [Next in Thread]