Changeset 643
- Timestamp:
- Aug 19, 2003, 4:48:47 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/ReleaseNotes.os2
-
Property cvs2svn:cvs-rev
changed from
1.5
to1.6
r642 r643 24 24 in respect to namespace. 25 25 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 29 36 o Changed GCC to link with shared libc by default. This means that in 30 37 order to link with static libc one have to specify -static. … … 48 55 kProfiler is available in separate zip files at same location as the 49 56 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.) 51 58 52 59 o Distribution is splitted into several zips: … … 55 62 -prf.zip: Profiling libraries and libc02.prf. 56 63 libc.zip: The runtime libraries. (included in core.) 57 The big zip sis everything.64 The big zip is everything. 58 65 59 66 o I'm sure I've foregotten something this time.... -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.