branch | GCC_SURGE |
changeset 69 | 5534523ed9b2 |
parent 65 | 5bf94ed61975 |
--- a/toolsandutils/e32tools/elf2e32/source/filedump.cpp Thu Jul 29 23:54:07 2010 +0100 +++ b/toolsandutils/e32tools/elf2e32/source/filedump.cpp Wed Aug 04 13:49:22 2010 +0100 @@ -215,7 +215,7 @@ aItr++; continue; } - fputs("\t.extern ",fptr); + fputs("\t.global ",fptr); fputs(aSym->SymbolName(),fptr); fputs("\n",fptr); aItr++;