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
+7 -9
View File
@@ -302,6 +302,11 @@ PackLinuxElf32ppc::~PackLinuxElf32ppc()
{
}
Linker* PackLinuxElf32ppc::newLinker() const
{
return new ElfLinkerPpc32;
}
PackLinuxElf64amd::PackLinuxElf64amd(InputFile *f)
: super(f)
{
@@ -528,6 +533,7 @@ PackLinuxElf32::buildLinuxLoader(
addLoader("FOLDEXEC", NULL);
freezeLoader();
linker->relocate();
return getLoaderSize();
}
@@ -583,18 +589,10 @@ PackLinuxElf64::buildLinuxLoader(
addLoader("FOLDEXEC", NULL);
freezeLoader();
linker->relocate();
return getLoaderSize();
}
void
PackLinuxElf64amd::addStubEntrySections(
upx_byte const *const /*proto*/,
unsigned const /*szproto*/
)
{
// FIXME
}
static const
#include "stub/i386-linux.elf-entry.h"
static const