From f487ea27a82fcc14ef18b9b9cdf4776d3dc468c2 Mon Sep 17 00:00:00 2001 From: John Reiser Date: Wed, 9 Nov 2005 20:32:13 +0000 Subject: [PATCH] UPX_F_LINUX_ELF64_AMD committer: jreiser 1131568333 +0000 --- src/conf.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/conf.h b/src/conf.h index 4b8700d7..9600febf 100644 --- a/src/conf.h +++ b/src/conf.h @@ -455,6 +455,9 @@ inline void operator delete[](void *p) #define UPX_F_VMLINUX_i386 19 #define UPX_F_LINUX_ELFI_i386 20 #define UPX_F_WINCE_ARM_PE 21 +#define UPX_F_LINUX_ELF64_AMD 22 + +#define UPX_F_PLAIN_TEXT 127 #define UPX_F_ATARI_TOS 129 #define UPX_F_SOLARIS_SPARC 130