diff options
author | midipix <writeonce@midipix.org> | 2018-02-05 20:46:56 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-02-05 20:46:56 -0500 |
commit | 0d282345b3e69f0c9f17a8b7b37daa9b89e6714d (patch) | |
tree | c6dc6d6f28b81495256d9bee5391b3907e6377ab /NEWS | |
parent | c6d4dc08937e72b8f2626c47686b4ef93fb526a2 (diff) | |
download | slibtool-0d282345b3e69f0c9f17a8b7b37daa9b89e6714d.tar.bz2 slibtool-0d282345b3e69f0c9f17a8b7b37daa9b89e6714d.tar.xz |
release 0.5.18v0.5.18
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +0.5.18: + +This patch release includes several important fixes to the link mode +and driver logic. In addition, it adds mdso support to midipix targets, +as well as updates slibtool's own build system. + +- link mode: re-implemented slbt_exec_link_finalize_argument_vector(). +- link mode: import library generation: added mdso support. +- link mode: use -fpic objects with -disable-static. +- driver: added --mdso and --implib support. +- driver: added initial -dlpreopen support. +- driver: support -thread-safe more elegantly. +- driver: properly handle -thread-safe (no-op, compatibility). + 0.5.17: This patch release fixes a subtle bug in the newly added support for |