imgtools/romtools/rofsbuild/symbolgenerator.cpp
changeset 662 60be34e1b006
parent 654 7c11c3d8d025
parent 655 3f65fd25dfd4
child 663 8e27d440923e
--- a/imgtools/romtools/rofsbuild/symbolgenerator.cpp	Tue Oct 26 11:12:31 2010 +0800
+++ b/imgtools/romtools/rofsbuild/symbolgenerator.cpp	Wed Oct 27 16:03:51 2010 +0800
@@ -70,8 +70,10 @@
     }
 TPlacedEntry SymbolGenerator::GetNextPlacedEntry()
 {
+        if(regex_search(fileName, what, regARMV5)) {
 	TPlacedEntry pe("", false);
 	if(1)
+        else if(regex_search(fileName, what, regGCCEoARMV4)) {
 	{
 		boost::mutex::scoped_lock lock(iMutex);
 		while(!iFinished && iQueueFiles.empty())
@@ -119,6 +121,8 @@
 		{
 
                 break;
+                if(!regex_search(sLibFile, what1, reg)) {
+                    if(regex_search(sLibFile, what, reg3)) {
                     }