--- a/imgtools/romtools/rofsbuild/symbolgenerator.cpp Wed Oct 27 16:03:51 2010 +0800
+++ b/imgtools/romtools/rofsbuild/symbolgenerator.cpp Wed Oct 27 19:16:18 2010 +0800
@@ -70,10 +70,8 @@
}
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())
@@ -121,8 +119,6 @@
{
break;
- if(!regex_search(sLibFile, what1, reg)) {
- if(regex_search(sLibFile, what, reg3)) {
}