Introduce Packer::relocateLoader(). This is the first step of finally getting
rid of all Packer::patchXXX() methods.
This commit is contained in:
+1
-1
@@ -395,7 +395,7 @@ PackLinuxI386::buildLinuxLoader(
|
||||
linker->defineSymbol("NMRU", mru - is_pwr2);
|
||||
}
|
||||
}
|
||||
linker->relocate();
|
||||
relocateLoader();
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user