Removed all old linker classes - we exclusively use ElfLinker now.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
/*************************************************************************
|
||||
//
|
||||
**************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user