From 48e00b371ca918fc2cbb6dc4459fd2025cff9a68 Mon Sep 17 00:00:00 2001 From: John Reiser Date: Mon, 26 Sep 2016 05:53:11 -0700 Subject: [PATCH] Move UPX_F_MACH_PPC64LE and friends to 38 et seq, the little-endian side. modified: conf.h --- src/conf.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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)