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:
parent
5e03d86695
commit
887aa20116
|
@ -198,6 +198,8 @@ protected:
|
||||||
class ElfLinkerMipsBE : public ElfLinker
|
class ElfLinkerMipsBE : public ElfLinker
|
||||||
{
|
{
|
||||||
typedef ElfLinker super;
|
typedef ElfLinker super;
|
||||||
|
public:
|
||||||
|
ElfLinkerMipsBE() { bele = &N_BELE_RTP::be_policy; }
|
||||||
protected:
|
protected:
|
||||||
virtual void relocate1(const Relocation *, upx_byte *location,
|
virtual void relocate1(const Relocation *, upx_byte *location,
|
||||||
unsigned value, const char *type);
|
unsigned value, const char *type);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user