Fix for bug 3359 - [GCCE] Undefined references to __aeabi_atexit, __dso_handle in e32test build
--- a/kerneltest/e32test/group/d_ldd.mmp Wed Jul 21 14:39:33 2010 +0100
+++ b/kerneltest/e32test/group/d_ldd.mmp Wed Jul 21 14:46:58 2010 +0100
@@ -29,5 +29,10 @@
UID 0x100000af
VENDORID 0x70000001
+#ifdef GCCE
+staticlibrary usrt4_0.lib
+library drtaeabi.dso
+#endif
+
capability all
SMPSAFE
--- a/kerneltest/e32test/group/d_ldd2.mmp Wed Jul 21 14:39:33 2010 +0100
+++ b/kerneltest/e32test/group/d_ldd2.mmp Wed Jul 21 14:46:58 2010 +0100
@@ -26,5 +26,10 @@
EPOCALLOWDLLDATA
+#ifdef GCCE
+staticlibrary usrt4_0.lib
+library drtaeabi.dso
+#endif
+
capability all
SMPSAFE
--- a/kerneltest/e32test/group/d_ldd2_ram.mmp Wed Jul 21 14:39:33 2010 +0100
+++ b/kerneltest/e32test/group/d_ldd2_ram.mmp Wed Jul 21 14:46:58 2010 +0100
@@ -29,5 +29,10 @@
romtarget
ramtarget +
+#ifdef GCCE
+staticlibrary usrt4_0.lib
+library drtaeabi.dso
+#endif
+
capability all
SMPSAFE
--- a/kerneltest/e32test/group/d_ldd_ram.mmp Wed Jul 21 14:39:33 2010 +0100
+++ b/kerneltest/e32test/group/d_ldd_ram.mmp Wed Jul 21 14:46:58 2010 +0100
@@ -31,5 +31,10 @@
romtarget
RAMTARGET +
+#ifdef GCCE
+staticlibrary usrt4_0.lib
+library drtaeabi.dso
+#endif
+
capability all
SMPSAFE
--- a/kerneltest/e32test/group/d_lddns.mmp Wed Jul 21 14:39:33 2010 +0100
+++ b/kerneltest/e32test/group/d_lddns.mmp Wed Jul 21 14:46:58 2010 +0100
@@ -30,5 +30,10 @@
VENDORID 0x70000001
RAMTARGET D_LDDNS_ram.LDD
+#ifdef GCCE
+staticlibrary usrt4_0.lib
+library drtaeabi.dso
+#endif
+
capability all
SMPSAFE
--- a/kerneltest/e32test/group/rescontrol_extended_psl.mmp Wed Jul 21 14:39:33 2010 +0100
+++ b/kerneltest/e32test/group/rescontrol_extended_psl.mmp Wed Jul 21 14:46:58 2010 +0100
@@ -46,6 +46,11 @@
uid 0x100039d0 0x10285812
capability all
+#ifdef GCCE
+staticlibrary usrt4_0.lib
+library drtaeabi.dso
+#endif
+
start wins
win32_headers
end
--- a/kerneltest/e32test/group/rescontrol_psl.mmp Wed Jul 21 14:39:33 2010 +0100
+++ b/kerneltest/e32test/group/rescontrol_psl.mmp Wed Jul 21 14:46:58 2010 +0100
@@ -43,9 +43,14 @@
uid 0x100039d0 0x10285812
capability all
+#ifdef GCCE
+staticlibrary usrt4_0.lib
+library drtaeabi.dso
+#endif
+
start wins
win32_headers
end
macro CPU_AFFINITY_ANY
-SMPSAFE
\ No newline at end of file
+SMPSAFE
--- a/kerneltest/e32test/hcr/d_hcrsim_client.mmp Wed Jul 21 14:39:33 2010 +0100
+++ b/kerneltest/e32test/hcr/d_hcrsim_client.mmp Wed Jul 21 14:46:58 2010 +0100
@@ -33,6 +33,11 @@
epocallowdlldata
smpsafe
+#ifdef GCCE
+staticlibrary usrt4_0.lib
+library drtaeabi.dso
+#endif
+
start wins
win32_headers
end
--- a/kerneltest/e32test/hcr/d_hcrsim_own.mmp Wed Jul 21 14:39:33 2010 +0100
+++ b/kerneltest/e32test/hcr/d_hcrsim_own.mmp Wed Jul 21 14:46:58 2010 +0100
@@ -32,6 +32,11 @@
epocallowdlldata
smpsafe
+#ifdef GCCE
+staticlibrary usrt4_0.lib
+library drtaeabi.dso
+#endif
+
start wins
win32_headers
end
--- a/kerneltest/e32test/hcr/d_hcrut.mmp Wed Jul 21 14:39:33 2010 +0100
+++ b/kerneltest/e32test/hcr/d_hcrut.mmp Wed Jul 21 14:46:58 2010 +0100
@@ -38,6 +38,11 @@
epocallowdlldata
smpsafe
+#ifdef GCCE
+staticlibrary usrt4_0.lib
+library drtaeabi.dso
+#endif
+
start wins
win32_headers
end