aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorbellard <bellard>2004-11-07 15:51:57 +0000
committerbellard <bellard>2004-11-07 15:51:57 +0000
commit1c1919072b6574ce508ad700616ab8849f583c2b (patch)
tree5a6eed9b6bc309487a032672fcd6dc456986db23 /Changelog
parentbe5e9cb9623b436067ab5efb753b14f409a3cccf (diff)
downloadtinycc-1c1919072b6574ce508ad700616ab8849f583c2b.tar.gz
tinycc-1c1919072b6574ce508ad700616ab8849f583c2b.tar.bz2
update
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog10
1 files changed, 10 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 9f3f249..d4efdec 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,13 @@
+version 0.9.22:
+
+- simple memory optimisations: kernel compilation is 30% faster
+- linker symbol definitions fixes
+- gcc 3.4 fixes
+- fixed value stack full error
+- 'packed' attribute support for variables and structure fields
+- ignore 'const' and 'volatile' in function prototypes
+- allow '_Bool' in bit fields
+
version 0.9.21:
- ARM target support (Daniel Glöckner)