mipseb.r3000-linux.elf [broken because no big-endian tool chain]

This commit is contained in:
John Reiser
2007-11-12 09:12:51 -08:00
parent 34d65ba292
commit 0260f0790a
8 changed files with 140 additions and 0 deletions
+9
View File
@@ -195,6 +195,15 @@ protected:
};
class ElfLinkerMipsBE : public ElfLinker
{
typedef ElfLinker super;
protected:
virtual void relocate1(const Relocation *, upx_byte *location,
unsigned value, const char *type);
};
class ElfLinkerMipsLE : public ElfLinker
{
typedef ElfLinker super;