diff --git a/src/conf.h b/src/conf.h index 8f854b43..99ff7cc7 100644 --- a/src/conf.h +++ b/src/conf.h @@ -381,6 +381,11 @@ private: #define UPX_F_MACH_ARM64EL 37 +#define UPX_F_MACH_PPC64LE 38 +#define UPX_F_LINUX_ELFPPC64LE 39 +#define UPX_F_VMLINUX_PPC64LE 40 +#define UPX_F_DYLIB_PPC64LE 41 + #define UPX_F_PLAIN_TEXT 127 #define UPX_F_ATARI_TOS 129 @@ -394,11 +399,6 @@ private: #define UPX_F_LINUX_ELF32_MIPSEB 137 #define UPX_F_DYLIB_PPC32 138 -#define UPX_F_MACH_PPC64LE 140 -#define UPX_F_LINUX_ELFPPC64LE 141 -#define UPX_F_VMLINUX_PPC64LE 142 -#define UPX_F_DYLIB_PPC64LE 143 - // compression methods #define M_ALL (-1)