Correcting fix for bug 3117. The additions should be controlled by #ifdef __GCCE__, not #ifdef __EABI__ GCC_SURGE
authorMike Kinghan <mikek@symbian.org>
Fri, 06 Aug 2010 10:53:45 +0100
branchGCC_SURGE
changeset 241 973a4e3b29b5
parent 240 888ff8520588
child 246 4a60358e2cbf
Correcting fix for bug 3117. The additions should be controlled by #ifdef __GCCE__, not #ifdef __EABI__
kernel/eka/common/arm/cmem.cia
--- a/kernel/eka/common/arm/cmem.cia	Thu Aug 05 10:36:25 2010 +0100
+++ b/kernel/eka/common/arm/cmem.cia	Fri Aug 06 10:53:45 2010 +0100
@@ -183,7 +183,7 @@
 
     }
 
-#ifdef __EABI__
+#ifdef __GCCE__
 //mikek N.B. These __aeabi_mem functions are also defined in rvct/compsupp/aeabimem.cpp
 // and should be implemented in the compsupp library, not here, when we build one for gcce.