PackLinuxI386::newLinker(); also use arm-unknown-linux-gnu-gcc-4.1.0

to re-compile stub/src/arch/arm/v4t/lzma_d_cf.S, lzma_d_cs.S .
This commit is contained in:
John Reiser 2006-08-10 16:52:20 -07:00
parent 9f5c0af5b8
commit 8edc03df64
4 changed files with 1894 additions and 1896 deletions

View File

@ -257,6 +257,11 @@ umax(unsigned a, unsigned b)
return a;
}
Linker *PackLinuxI386::newLinker() const
{
return new ElfLinker;
}
int
PackLinuxI386::buildLinuxLoader(
upx_byte const *const proto,

View File

@ -62,6 +62,7 @@ protected:
virtual void pack4(OutputFile *, Filter &); // append PackHeader
// loader util
virtual Linker* newLinker() const;
virtual int getLoaderPrefixSize() const;
virtual int buildLinuxLoader(
upx_byte const *const proto, // assembly-only sections

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff