aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorgrischka <grischka>2007-10-30 15:13:21 +0000
committergrischka <grischka>2007-10-30 15:13:21 +0000
commit2bcc187b1bbb6e3240400652af1a73cd799f250c (patch)
tree4fd69c72d6e61c501ef64bf954a6bd0ac2d006c1 /Changelog
parentd13aa5426ad17479407dc0a0aad4f6e37f8aa797 (diff)
downloadtinycc-2bcc187b1bbb6e3240400652af1a73cd799f250c.tar.gz
tinycc-2bcc187b1bbb6e3240400652af1a73cd799f250c.tar.bz2
Fix 'invalid relocation entry' problem on ubuntu - from Bernhard Fischer
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index a97575e..57d3ad8 100644
--- a/Changelog
+++ b/Changelog
@@ -1,5 +1,8 @@
version 0.9.24:
+- Fix "invalid relocation entry" problem on ubuntu - from Bernhard Fischer
+ http://lists.gnu.org/archive/html/tinycc-devel/2005-09/msg00051.html
+
- ignore AS_NEEDED ld command
- mark executable sections as executable when running in memory
- added support for win32 wchar_t (Filip Navara)