aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorbellard <bellard>2003-10-04 21:29:04 +0000
committerbellard <bellard>2003-10-04 21:29:04 +0000
commitb7f12dfbdff66b2012f1d7a7f1074f08a139805c (patch)
tree92fa5b02d6a8ba338d7518366b5a3957c91cbbdc /Changelog
parent9890ea1233a1caf84782a0ab364622a8444e0519 (diff)
downloadtinycc-b7f12dfbdff66b2012f1d7a7f1074f08a139805c.tar.gz
tinycc-b7f12dfbdff66b2012f1d7a7f1074f08a139805c.tar.bz2
update
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 2f8b750..2f37fdc 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,12 @@
+version 0.9.20:
+
+- added '-w' option
+- added '.gnu.linkonce' ELF sections support
+- fixed libc linking when running in memory (avoid 'stat' function
+ errors).
+- extended '-run' option to be able to give several arguments to a C
+ script.
+
version 0.9.19:
- "alacarte" linking (Dave Long)