pkgsrc/archivers/upx/patches/patch-src_p__exe.h
adam b4421c7a75 Changes 3.08:
* Fix allocation in runtime stub for darwin.macho-entry (i386 and amd64).
* Compress shared library on ELF i386 only [ld.so threatens even this case].
* Attempt to suport ELF on QNX 6.3.0 for armel (experimental).
* Better diangostic when ELF -fPIC is needed.
* PT_NOTE improvements for *BSD.
* Preserve more ELF .e_flags on ARM.
* Minor code improvements for ELF stubs
* Defend against another flavor of corrupt PE header.
* bug fixes
2012-05-02 06:45:14 +00:00

13 lines
360 B
C

$NetBSD: patch-src_p__exe.h,v 1.2 2012/05/02 06:45:14 adam Exp $
--- src/p_exe.h.orig 2002-06-01 13:20:17.000000000 +0200
+++ src/p_exe.h 2012-01-11 15:33:21.472848400 +0100
@@ -105,7 +105,7 @@ protected:
enum {
NORELOC = 1,
USEJUMP = 2,
- SS = 4,
+ upx_SS = 4,
SP = 8,
MINMEM = 16,
MAXMEM = 32