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
+4 -4
View File
@@ -22,7 +22,7 @@
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Markus F.X.J. Oberhumer Laszlo Molnar
markus@oberhumer.com ml1050@cdata.tvnet.hu
markus@oberhumer.com ml1050@users.sourceforge.net
*/
@@ -262,7 +262,7 @@ int PackVmlinuzI386::buildLoader(const Filter *ft)
addLoader("LZCALLT9", NULL);
addFilter32(ft->id);
}
addLoader("LINUZ990""IDENTSTR""UPX1HEAD", NULL);
addLoader("LINUZ990,IDENTSTR,UPX1HEAD", NULL);
return getLoaderSize();
}
@@ -319,10 +319,10 @@ int PackBvmlinuzI386::buildLoader(const Filter *ft)
initLoader(nrv_loader, sizeof(nrv_loader));
addLoader("LINUZ000",
(0x40==(0xf0 & ft->id)) ? "LZCKLLT1" : (ft->id ? "LZCALLT1" : ""),
"LBZIMAGE""IDENTSTR",
"LBZIMAGE,IDENTSTR",
"+40D++++", // align the stuff to 4 byte boundary
"UPX1HEAD", // 32 byte
"LZCUTPOI""+0000000",
"LZCUTPOI,+0000000",
getDecompressor(),
NULL
);