The MASM Forum Archive 2004 to 2012

Specialised Projects => Compiler Based Assembler => Pelle's C compiler and tools => Topic started by: Vortex on May 02, 2009, 05:32:14 PM

Title: PellesC V6.0, Release Candidate #1
Post by: Vortex on May 02, 2009, 05:32:14 PM
PellesC version 6.0, Release Candidate #1 :

http://www.smorgasbordet.com/pellesc/download.htm

Changes between 5.00.1 and 6.00 :

http://www.smorgasbordet.com/pellesc/changes_500_600.htm
Title: Re: PellesC V6.0, Release Candidate #1
Post by: BlackVortex on May 04, 2009, 05:36:21 AM
For me only these changes are interesting, because I use polink :

QuoteLinker:

    * Added support for Thread Local Storage.
    * Added /MANIFESTUAC option.
    * Revised handling of exports/imports (fastcall and data symbols, mostly).
    * Fixed potential bug with X86/X64/ARM relocations using a start value (never generated by POCC or POASM, but possibly by external translators).

Cool stuff !
Title: Re: PellesC V6.0, Release Candidate #1
Post by: Vortex on May 04, 2009, 05:06:50 PM
Hi BlackVortex,

Yes, I should mention about the new features of Polink. Thanks for the listing.