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