work on PackLinuxElf32arm; add nrv2b_d8.S

This commit is contained in:
John Reiser
2006-07-21 13:11:02 -07:00
parent 436532bed7
commit 52e8326d54
8 changed files with 1393 additions and 1054 deletions
+9
View File
@@ -294,6 +294,15 @@ protected:
unsigned value, const char *type);
};
class ElfLinkerArmBE : public ElfLinker
{
typedef ElfLinker super;
protected:
virtual void relocate1(Relocation *, upx_byte *location,
unsigned value, const char *type);
};
#endif /* already included */