Linker updates from Laszlo. Needs some testing.

committer: mfx <mfx> 1109669078 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2005-03-01 09:24:38 +00:00
parent a5a2fcee4d
commit 75ef603308
33 changed files with 2616 additions and 2467 deletions
+2 -2
View File
@@ -1579,7 +1579,7 @@ int PackW32Pe::buildLoader(const Filter *ft)
if (sorelocs)
{
addLoader(soimport == 0 || soimport + cimports != crelocs ? "PERELOC1" : "PERELOC2",
"PERELOC3""RELOC320",
"PERELOC3,RELOC320",
big_relocs ? "REL32BIG" : "",
"RELOC32J",
NULL
@@ -1593,7 +1593,7 @@ int PackW32Pe::buildLoader(const Filter *ft)
}
addLoader("PEMAIN20",
ih.entry ? "PEDOJUMP" : "PERETURN",
"IDENTSTR""UPX1HEAD",
"IDENTSTR,UPX1HEAD",
NULL
);
return getLoaderSize();