Changeset 643


Ignore:
Timestamp:
Aug 19, 2003, 4:48:47 PM (22 years ago)
Author:
bird
Message:

3.2.2 beta1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/ReleaseNotes.os2

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r642 r643  
    2424          in respect to namespace.
    2525         
    26         o Addressed issues with _System, _Optlink and __stdcall. They should
    27           all be working now.
    28        
     26        o Addressed issues with calling conventions. We now detect incompatible
     27                  calling conventions, emitting warnings and errors where appropritate.
     28                 
     29                o _Optlink is much better, but there is still some issues left. Passing
     30                  prototyped floating point parameters to _Optlink doesn't work. Mixing
     31                  of parameters which goes into registers (eax,edx,ecx) and parameters
     32                  which doesn't - void foo(int eax, struct sss s, int edx) - don't work.
     33                  All these issues are being addressed and is expected to be fixed in
     34                  the next build.
     35                       
    2936        o Changed GCC to link with shared libc by default. This means that in
    3037          order to link with static libc one have to specify -static.
     
    4855          kProfiler is available in separate zip files at same location as the
    4956          rest of the Innotek GCC suite. However these external tools are
    50           provided as is.
     57          provided as is. (I might actually not find time to put them out yet.)
    5158                                       
    5259        o Distribution is splitted into several zips:
     
    5562            -prf.zip:   Profiling libraries and libc02.prf.
    5663            libc.zip:   The runtime libraries. (included in core.)
    57           The big zips is everything.
     64          The big zip is everything.
    5865         
    5966        o I'm sure I've foregotten something this time....
Note: See TracChangeset for help on using the changeset viewer.