# HG changeset patch # User Mike Kinghan # Date 1279896243 -3600 # Node ID 088cabae939a33992f3127e607350f3247131bf4 # Parent 0ff03867bdb6b824dc0e830c214a5b281787132d 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 diff -r 0ff03867bdb6 -r 088cabae939a kerneltest/e32test/eabi/d_second_excp2u.def --- a/kerneltest/e32test/eabi/d_second_excp2u.def Wed Jul 21 14:46:58 2010 +0100 +++ b/kerneltest/e32test/eabi/d_second_excp2u.def Fri Jul 23 15:44:03 2010 +0100 @@ -7,5 +7,5 @@ _ZN14UncaughtTesterC2ERi @ 6 NONAME _ZN14UncaughtTesterD1Ev @ 7 NONAME _ZN14UncaughtTesterD2Ev @ 8 NONAME - _ZTT17MyFourthException @ 9 NONAME + _ZTT17MyFourthException @ 9 ABSENT diff -r 0ff03867bdb6 -r 088cabae939a kerneltest/e32test/eabi/d_second_excpu.def --- a/kerneltest/e32test/eabi/d_second_excpu.def Wed Jul 21 14:46:58 2010 +0100 +++ b/kerneltest/e32test/eabi/d_second_excpu.def Fri Jul 23 15:44:03 2010 +0100 @@ -7,5 +7,5 @@ _ZN14UncaughtTesterC2ERi @ 6 NONAME _ZN14UncaughtTesterD1Ev @ 7 NONAME _ZN14UncaughtTesterD2Ev @ 8 NONAME - _ZTT17MyFourthException @ 9 NONAME + _ZTT17MyFourthException @ 9 ABSENT diff -r 0ff03867bdb6 -r 088cabae939a kerneltest/f32test/plugins/version_2beta/t_plugin_v2beta.cpp --- a/kerneltest/f32test/plugins/version_2beta/t_plugin_v2beta.cpp Wed Jul 21 14:46:58 2010 +0100 +++ b/kerneltest/f32test/plugins/version_2beta/t_plugin_v2beta.cpp Fri Jul 23 15:44:03 2010 +0100 @@ -51,7 +51,7 @@ "line 9 abcdefghijklmnopqrstuvwxyz\n"); _LIT( KValueTestFailMsg, "ERROR Got %d expected %d" ); -GLDEF_C void TestIfEqual( TInt aValue, TInt aExpected, TInt aLine, char aFileName[]) +GLDEF_C void TestIfEqual( TInt aValue, TInt aExpected, TInt aLine, char const * aFileName) { if( aExpected != aValue ) {