ElfLinkerX86 introduced.
Simple alignment handling added to ElfLinker. dos/exe device drivers can be compressed again.
This commit is contained in:
+1
-1
@@ -272,7 +272,7 @@ void PackCom::unpack(OutputFile *fo)
|
||||
|
||||
Linker* PackCom::newLinker() const
|
||||
{
|
||||
return new ElfLinker();
|
||||
return new ElfLinkerX86();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user