From 269cc91fd5f13edcec6571e08308eeef589c0e8a Mon Sep 17 00:00:00 2001 From: John Reiser Date: Sun, 17 Jan 2010 19:58:58 -0800 Subject: [PATCH] Support share libraries on i386 and amd64 under linux. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 2ef722f0..17ae5def 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,9 @@ User visible changes for UPX ================================================================== Changes in 3.05 (XX XXX XXXX): + * i386-linux and amd64-linux support shared libraries (DT_INIT must + exist, all info needed by runtime loader must be first in .text, etc.) + * bug fixes Changes in 3.04 (27 Sep 2009): * new format Mach/AMD64 supports 64-bit programs on Apple Macintosh.