kernel/eka/kernel/arm/d_entry.cpp
branchGCCE_COMPATIBILITY
changeset 3 9a3ffdc955cd
parent 0 a41df078684a
child 246 4a60358e2cbf
--- a/kernel/eka/kernel/arm/d_entry.cpp	Thu Nov 12 16:07:31 2009 +0000
+++ b/kernel/eka/kernel/arm/d_entry.cpp	Thu Nov 19 19:10:45 2009 +0000
@@ -49,11 +49,11 @@
 	return KernelModuleEntry(aReason);
 	}
 
-#elif defined(__ARMCC__)
+#elif defined(__EABI__)
 
 void __DLL_Export_Table__(void);
 void __cpp_initialize__aeabi_(void);
-__weak void run_static_dtors(void);
+__WEAK__ void run_static_dtors(void);
 
 GLDEF_C TInt _E32Dll_Body(TInt aReason)
 //