ElfLinkerX86 introduced.

Simple alignment handling added to ElfLinker.
dos/exe device drivers can be compressed again.
This commit is contained in:
László Molnár
2006-06-29 18:21:01 +02:00
parent 3872393b29
commit b33718180c
6 changed files with 286 additions and 233 deletions
+1 -1
View File
@@ -272,7 +272,7 @@ void PackCom::unpack(OutputFile *fo)
Linker* PackCom::newLinker() const
{
return new ElfLinker();
return new ElfLinkerX86();
}