Removed all old linker classes - we exclusively use ElfLinker now.

This commit is contained in:
Markus F.X.J. Oberhumer
2006-08-19 14:00:22 +02:00
parent 033e7928b5
commit 03ce7a8db3
9 changed files with 39 additions and 463 deletions
+5
View File
@@ -64,6 +64,11 @@ const int *PackMachPPC32::getFilters() const
return filters;
}
Linker *PackMachPPC32::newLinker() const
{
return new ElfLinker;
}
int
PackMachPPC32::buildMachLoader(
upx_byte const *const proto,