tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] TinyCC 0.9.9 is out


From: Fabrice Bellard
Subject: [Tinycc-devel] TinyCC 0.9.9 is out
Date: Sun, 28 Jul 2002 02:27:14 +0200
User-agent: Mutt/1.2.5i

TinyCC 0.9.9 is out. You can get it at http://tinycc.org.

Changelog:

version 0.9.9:

- fixed preprocessor expression parsing for #if/#elif.
- relocated debug info (.stab section).
- relocated bounds info (.bounds section).
- fixed cast to char of char constants ('\377' is -1 instead of 255)
- fixed implicit cast for unary plus.
- strings and '__func__' have now 'char[]' type instead of 'char *'
  (fixes sizeof() return value).
- added __start_xxx and __stop_xxx symbols in linker.
- better DLL creation support (option -shared begins to work).
- ELF sections and hash tables are resized dynamically.
- executables and DLLs are stripped by default.

Fabrice.



reply via email to

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