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

Support share libraries on i386 and amd64 under linux.

This commit is contained in:
John Reiser 2010-01-17 19:58:58 -08:00
parent c1ddea479d
commit 269cc91fd5

3
NEWS
View File

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