more *BSD arrangements

This commit is contained in:
John Reiser
2006-07-02 21:54:44 -07:00
parent ec0d3f5b5d
commit 32ce83475d
6 changed files with 81 additions and 3 deletions
+24
View File
@@ -342,6 +342,30 @@ protected:
virtual int buildLoader(const Filter *);
};
class PackFreeBSDElf32x86 : public PackBSDElf32x86
{
typedef PackBSDElf32x86 super;
public:
PackFreeBSDElf32x86(InputFile *f);
virtual ~PackFreeBSDElf32x86();
};
class PackNetBSDElf32x86 : public PackBSDElf32x86
{
typedef PackBSDElf32x86 super;
public:
PackNetBSDElf32x86(InputFile *f);
virtual ~PackNetBSDElf32x86();
};
class PackOpenBSDElf32x86 : public PackBSDElf32x86
{
typedef PackBSDElf32x86 super;
public:
PackOpenBSDElf32x86(InputFile *f);
virtual ~PackOpenBSDElf32x86();
};
/*************************************************************************
// linux/elfarm
**************************************************************************/