ElfLinkerPpc32

This commit is contained in:
John Reiser
2006-07-09 19:52:23 -07:00
parent 8266aa3343
commit b76118802a
4 changed files with 48 additions and 10 deletions
+10
View File
@@ -268,6 +268,16 @@ protected:
unsigned value, const char *type);
};
class ElfLinkerPpc32 : public ElfLinker
{
typedef ElfLinker super;
protected:
virtual void align(unsigned len);
virtual void relocate1(Relocation *, upx_byte *location,
unsigned value, const char *type);
};
class ElfLinkerArmLE : public ElfLinker
{
typedef ElfLinker super;