new class PackLinuxElf32arm : PackLinuxElf32Le;

Unify some functions in leaf classes by moving to parent class.
This commit is contained in:
John Reiser
2006-06-01 06:37:44 -07:00
parent 5326260a76
commit 17ecfc9765
4 changed files with 359 additions and 336 deletions
+1
View File
@@ -459,6 +459,7 @@ inline void operator delete[](void *p)
#define UPX_F_LINUX_ELFI_i386 20
#define UPX_F_WINCE_ARM_PE 21
#define UPX_F_LINUX_ELF64_AMD 22
#define UPX_F_LINUX_ELF32_ARM 23
#define UPX_F_PLAIN_TEXT 127