1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

ElfLinkerMipsBE is big endian

This commit is contained in:
John Reiser 2007-11-13 11:09:15 -08:00
parent 5e03d86695
commit 887aa20116

View File

@ -198,6 +198,8 @@ protected:
class ElfLinkerMipsBE : public ElfLinker
{
typedef ElfLinker super;
public:
ElfLinkerMipsBE() { bele = &N_BELE_RTP::be_policy; }
protected:
virtual void relocate1(const Relocation *, upx_byte *location,
unsigned value, const char *type);