Isolate change to p_mach.cpp of previous revision

(p_lx_elf.cpp and p_lx_elf.h were included by mistake.)
This commit is contained in:
John Reiser
2012-10-10 08:58:15 -07:00
parent d442c58fd1
commit 048236aaaa
2 changed files with 7 additions and 58 deletions
-2
View File
@@ -101,7 +101,6 @@ public:
PackLinuxElf32(InputFile *f);
virtual ~PackLinuxElf32();
protected:
void hemfix(Elf32_Phdr *phdr, unsigned n_phdr);
virtual int checkEhdr(Elf32_Ehdr const *ehdr) const;
virtual bool canPack();
@@ -226,7 +225,6 @@ public:
/*virtual void buildLoader(const Filter *);*/
protected:
void hemfix(Elf64_Phdr *phdr, unsigned n_phdr);
virtual int checkEhdr(Elf64_Ehdr const *ehdr) const;
virtual void pack1(OutputFile *, Filter &); // generate executable header