Fix 'invalid relocation entry' problem on ubuntu - from Bernhard Fischer

This commit is contained in:
grischka
2007-10-30 15:13:21 +00:00
parent d13aa5426a
commit 2bcc187b1b
2 changed files with 8 additions and 3 deletions

View File

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