Prepare release.

This commit is contained in:
Markus F.X.J. Oberhumer
2010-04-27 16:09:41 +02:00
parent 9e8a0a020f
commit 626025d539
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -469,7 +469,7 @@ int ElfLinker::getSection(const char *sname, int *slen) const
const Section *section = findSection(sname);
if (slen)
*slen = section->size;
return section->output - output;
return (int) (section->output - output);
}
int ElfLinker::getSectionSize(const char *sname) const