Fri, 06 Aug 2010 10:53:45 +0100 Correcting fix for bug 3117. The additions should be controlled by #ifdef __GCCE__, not #ifdef __EABI__ GCC_SURGE
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__
Thu, 05 Aug 2010 10:36:25 +0100 Workaround for bug 2976 - [GCCE] Overlapping naked function bodies break exception-handling. GCC_SURGE
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.
Thu, 05 Aug 2010 08:30:36 +0100 Fix for bug 2920 - [GCCE] edll's mmp file suppresses exceptions for rvct but not gcce GCC_SURGE
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
Wed, 04 Aug 2010 13:51:27 +0100 Refining fix for bug 3117 - [GCCE] Missing symbols in linkage of template_ekern.exe. GCC_SURGE
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
Thu, 29 Jul 2010 23:52:13 +0100 Add ksrt_gcce.lib with ucppini.cpp and ucppfini.cpp, as new fix for bug 3359 GCC_SURGE
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
Tue, 27 Jul 2010 07:53:26 +0100 1) Fix for bug 3413 - [GCCE] Namespace 'abi' not declared in e32test build. GCC_SURGE
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.
Mon, 26 Jul 2010 18:22:55 +0100 1) Fix for bug 3392 - [GCCE] GCC definition for FORCEINLINE required for e32test build. GCC_SURGE
Mike Kinghan <mikek@symbian.org> [Mon, 26 Jul 2010 18:22:55 +0100] rev 235
1) Fix for bug 3392 - [GCCE] GCC definition for FORCEINLINE required for e32test build. 2) Fix for bug 3391 - [GCCE] ARM GNU inline assembly needed for drtaeabi.cpp in e32test build.
Mon, 26 Jul 2010 14:13:30 +0100 Fix for bug 2980 - "#include <OpenSystemTrace.h>" is a case-violation on Linux GCC_SURGE
Mike Kinghan <mikek@symbian.org> [Mon, 26 Jul 2010 14:13:30 +0100] rev 234
Fix for bug 2980 - "#include <OpenSystemTrace.h>" is a case-violation on Linux
Mon, 26 Jul 2010 13:46:48 +0100 Merge latest fixes for rom_sbs.pl GCC_SURGE
Mike Kinghan <mikek@symbian.org> [Mon, 26 Jul 2010 13:46:48 +0100] rev 233
Merge latest fixes for rom_sbs.pl
Mon, 26 Jul 2010 13:44:21 +0100 Fix for Bug 3387 - [GCCE] Attempt to use private members from class DDmaRequest in class TDmac GCC_SURGE
Mike Kinghan <mikek@symbian.org> [Mon, 26 Jul 2010 13:44:21 +0100] rev 232
Fix for Bug 3387 - [GCCE] Attempt to use private members from class DDmaRequest in class TDmac
Mon, 26 Jul 2010 10:52:56 +0100 201029_03
hgs [Mon, 26 Jul 2010 10:52:56 +0100] rev 231
201029_03
Mon, 26 Jul 2010 11:21:15 +0100 Merge in latest fix for rom_sbs.pl GCC_SURGE
William Roberts <williamr@symbian.org> [Mon, 26 Jul 2010 11:21:15 +0100] rev 230
Merge in latest fix for rom_sbs.pl
Mon, 26 Jul 2010 11:09:46 +0100 Further fix for bug 3322 - Non-portable case-sensitivity and path-delimiter fluff in e32test build. GCC_SURGE
Mike Kinghan <mikek@symbian.org> [Mon, 26 Jul 2010 11:09:46 +0100] rev 229
Further fix for bug 3322 - Non-portable case-sensitivity and path-delimiter fluff in e32test build.
Mon, 26 Jul 2010 11:06:22 +0100 Fix for bug3379 - [GCCE] Possibly the most obscure undefined symbols in existence. GCC_SURGE
Mike Kinghan <mikek@symbian.org> [Mon, 26 Jul 2010 11:06:22 +0100] rev 228
Fix for bug3379 - [GCCE] Possibly the most obscure undefined symbols in existence.
Mon, 26 Jul 2010 11:06:41 +0100 Final fix to rom_sbs.pl for Bug 3358
William Roberts <williamr@symbian.org> [Mon, 26 Jul 2010 11:06:41 +0100] rev 227
Final fix to rom_sbs.pl for Bug 3358 Sadly the rom.pl code did not work when the script was run from the root directory (Bug 3381)
Fri, 23 Jul 2010 15:54:16 +0100 Merge: GCC_SURGE
Mike Kinghan <mikek@symbian.org> [Fri, 23 Jul 2010 15:54:16 +0100] rev 226
Merge: 1) Fix for bug 3366 - [GCCE] Symbol _ZTT17MyFourthException Missing from ELF File in e32test build 2) Fix for defective fix for bug 3295, t_plugin_v2beta.cpp
Fri, 23 Jul 2010 15:44:03 +0100 1) Fix for bug 3366 - [GCCE] Symbol _ZTT17MyFourthException Missing from ELF File in e32test build GCC_SURGE
Mike Kinghan <mikek@symbian.org> [Fri, 23 Jul 2010 15:44:03 +0100] rev 225
1) Fix for bug 3366 - [GCCE] Symbol _ZTT17MyFourthException Missing from ELF File in e32test build 2) Fixing previous defective fix for bug 3295 in t_plugin_v2beta.cpp
Fri, 23 Jul 2010 10:28:58 +0100 Pull rom.pl updates into rom_sbs.pl. to complete the fix for bug 3358
William Roberts <williamr@symbian.org> [Fri, 23 Jul 2010 10:28:58 +0100] rev 224
Pull rom.pl updates into rom_sbs.pl. to complete the fix for bug 3358
Fri, 23 Jul 2010 10:28:58 +0100 Pull rom.pl updates into rom_sbs.pl. to complete the fix for bug 3358 GCC_SURGE
William Roberts <williamr@symbian.org> [Fri, 23 Jul 2010 10:28:58 +0100] rev 223
Pull rom.pl updates into rom_sbs.pl. to complete the fix for bug 3358
Thu, 22 Jul 2010 18:40:35 +0100 Remove redundant FINAL:: from rom.flm RCL_3 PDK_3.0.1
Dario Sestito <darios@symbian.org> [Thu, 22 Jul 2010 18:40:35 +0100] rev 222
Remove redundant FINAL:: from rom.flm
Thu, 22 Jul 2010 16:46:39 +0100 Catchup to latest Symbian^4 GCC_SURGE
William Roberts <williamr@symbian.org> [Thu, 22 Jul 2010 16:46:39 +0100] rev 221
Catchup to latest Symbian^4
Wed, 21 Jul 2010 14:31:36 +0100 201027_11
hgs [Wed, 21 Jul 2010 14:31:36 +0100] rev 220
201027_11
Wed, 21 Jul 2010 14:46:58 +0100 Fix for bug 3359 - [GCCE] Undefined references to __aeabi_atexit, __dso_handle in e32test build GCC_SURGE
Mike Kinghan <mikek@symbian.org> [Wed, 21 Jul 2010 14:46:58 +0100] rev 219
Fix for bug 3359 - [GCCE] Undefined references to __aeabi_atexit, __dso_handle in e32test build
Wed, 21 Jul 2010 14:39:33 +0100 Fix for bug 3354 - [GCCE] <typeinfo> not found in e32test build GCC_SURGE
Mike Kinghan <mikek@symbian.org> [Wed, 21 Jul 2010 14:39:33 +0100] rev 218
Fix for bug 3354 - [GCCE] <typeinfo> not found in e32test build Fix for bug 3355 - [GCCE] "low_mem_requests.h" not found in e32test build. Fix for bug 3356 - [GCCE] <assp/naviengine/pci.h> not found in e32test build
Wed, 21 Jul 2010 14:14:06 +0100 Fix calculation of e32path in rom_sbs.pl - Bug 3358
William Roberts <williamr@symbian.org> [Wed, 21 Jul 2010 14:14:06 +0100] rev 217
Fix calculation of e32path in rom_sbs.pl - Bug 3358
Wed, 21 Jul 2010 14:07:54 +0100 Default to RVCT3_1, as that's always available - Bug 3357
William Roberts <williamr@symbian.org> [Wed, 21 Jul 2010 14:07:54 +0100] rev 216
Default to RVCT3_1, as that's always available - Bug 3357
Wed, 21 Jul 2010 12:04:49 +0100 Fix for bug 3322 - Non-portable case-sensitivity and path-delimiter fluff in e32test build GCC_SURGE
Mike Kinghan <mikek@symbian.org> [Wed, 21 Jul 2010 12:04:49 +0100] rev 215
Fix for bug 3322 - Non-portable case-sensitivity and path-delimiter fluff in e32test build
Tue, 20 Jul 2010 09:59:06 +0100 Really supply rom.flm and friends (missed from previous commit)
William Roberts <williamr@symbian.org> [Tue, 20 Jul 2010 09:59:06 +0100] rev 214
Really supply rom.flm and friends (missed from previous commit)
Mon, 19 Jul 2010 15:53:40 +0100 Reapply changes to supply rom.flm and rom_sbs.pl
William Roberts <williamr@symbian.org> [Mon, 19 Jul 2010 15:53:40 +0100] rev 213
Reapply changes to supply rom.flm and rom_sbs.pl
Wed, 21 Apr 2010 17:14:04 +0100 Reapply fix to revert new bootstrap.flm (see Bug 2149)
andy simpson <andrews@symbian.org> [Wed, 21 Apr 2010 17:14:04 +0100] rev 212
Reapply fix to revert new bootstrap.flm (see Bug 2149)
(0) -100 -50 -30 +30 +50 tip