Introduced UPX_VERSION_YEAR.

committer: mfx <mfx> 1139826163 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2006-02-13 10:22:43 +00:00
parent b4e9ad031b
commit 5b2f1b6d8b
13 changed files with 45 additions and 23 deletions
+1
View File
@@ -547,6 +547,7 @@ void PackTos::pack(OutputFile *fo)
// patch loader
int tmp = patchPackHeader(loader, o_text);
assert(tmp + 32 == (int)o_text); UNUSED(tmp);
patchVersionYear(loader, o_text);
if (!opt->small)
patchVersion(loader, o_text);
// patch "subq.l #1,d6" or "subq.w #1,d6" - see "up41" below