Fix newLinker() for mach/ppc32.

This commit is contained in:
Markus F.X.J. Oberhumer
2006-08-19 14:29:40 +02:00
parent 8b662bc6b5
commit aab984618d
3 changed files with 1 additions and 7 deletions
-5
View File
@@ -150,11 +150,6 @@ PackLinuxElf::~PackLinuxElf()
delete[] file_image;
}
Linker *PackLinuxElf::newLinker() const
{
return new ElfLinker;
}
void PackLinuxElf::pack3(OutputFile *fo, Filter &ft)
{
unsigned disp;