hgs [Thu, 12 Aug 2010 12:51:24 +0100] rev 245
201031_10
hgs [Thu, 12 Aug 2010 11:55:14 +0100] rev 244
201031_08
hgs [Fri, 06 Aug 2010 16:34:38 +0100] rev 243
201031_07
srilekhas@symbian.org [Fri, 06 Aug 2010 14:08:50 +0100] rev 242
Added tag PDK_3.0.1 for changeset d58cd785e8c7
Mike Kinghan <mikek@symbian.org> [Fri, 06 Aug 2010 10:53:45 +0100] rev 241
Correcting fix for bug 3117. The additions should be controlled by #ifdef __GCCE__, not #ifdef __EABI__
Mike Kinghan <mikek@symbian.org> [Thu, 05 Aug 2010 10:36:25 +0100] rev 240
Workaround for bug 2976 - [GCCE] Overlapping naked function bodies break exception-handling.
We have no fix that will compile the problem file kernel/eka/common/arm/carray.cia, so instead we just configure the c++ implementation of CArray instead of the assembly coded one.
Mike Kinghan <mikek@symbian.org> [Thu, 05 Aug 2010 08:30:36 +0100] rev 239
Fix for bug 2920 - [GCCE] edll's mmp file suppresses exceptions for rvct but not gcce
Mike Kinghan <mikek@symbian.org> [Wed, 04 Aug 2010 13:51:27 +0100] rev 238
Refining fix for bug 3117 - [GCCE] Missing symbols in linkage of template_ekern.exe.
With the latest solution to bug 2979, one set of linkage hacks can be removed from gccehelp.cpp
William Roberts <williamr@symbian.org> [Thu, 29 Jul 2010 23:52:13 +0100] rev 237
Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359
Remove the older fix which added ksrt4_0.lib as a static library in lots of places
Mike Kinghan <mikek@symbian.org> [Tue, 27 Jul 2010 07:53:26 +0100] rev 236
1) Fix for bug 3413 - [GCCE] Namespace 'abi' not declared in e32test build.
2) Revert fix for bug 3389; fix for 3431 replaces it.
3) Correct typo in fix for bug 3391.