1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Move UPX_F_MACH_PPC64LE and friends to 38 et seq, the little-endian side.

modified:   conf.h
This commit is contained in:
John Reiser 2016-09-26 05:53:11 -07:00
parent aee52d3880
commit 48e00b371c

View File

@ -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)