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
+7
View File
@@ -31,6 +31,7 @@
#include "filter.h"
#include "packer.h"
#include "p_w16ne.h"
#include "linker.h"
/*************************************************************************
@@ -72,6 +73,12 @@ int PackW16Ne::buildLoader(const Filter *ft)
}
Linker* PackW16Ne::newLinker() const
{
return new ElfLinkerX86;
}
/*************************************************************************
//
**************************************************************************/