aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorbellard <bellard>2004-10-04 21:57:35 +0000
committerbellard <bellard>2004-10-04 21:57:35 +0000
commit79c72b241998ee9ae533ae31a78913c4c50ca43e (patch)
treef2c8a602821cf2883886718b345c96374d72c374 /Changelog
parentdf36de6507e735faee3448687263a5c877d5f074 (diff)
downloadtinycc-79c72b241998ee9ae533ae31a78913c4c50ca43e.tar.gz
tinycc-79c72b241998ee9ae533ae31a78913c4c50ca43e.tar.bz2
initial TMS320C67xx support (TK)
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog5
1 files changed, 3 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index ecf4cb5..f6f4832 100644
--- a/Changelog
+++ b/Changelog
@@ -2,9 +2,10 @@ version 0.9.21:
- ARM target support (Daniel Glöckner)
- added '-funsigned-char, '-fsigned-char' and
- '-Wimplicit-function-declaration'.
-- fixed assignment of const struct in struct.
+ '-Wimplicit-function-declaration'
+- fixed assignment of const struct in struct
- line comment fix (reported by Bertram Felgenhauer)
+- initial TMS320C67xx support (TK)
version 0.9.20: