changeset 343:3e08cdb638ed

[project @ 2004-11-07 15:51:57 by bellard] update
author bellard
date Sun, 07 Nov 2004 15:51:57 +0000
parents 5200ac599ebd
children 2a2cba82e2ad
files Changelog TODO VERSION
diffstat 3 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Changelog	Sun Nov 07 15:45:52 2004 +0000
+++ b/Changelog	Sun Nov 07 15:51:57 2004 +0000
@@ -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)
--- a/TODO	Sun Nov 07 15:45:52 2004 +0000
+++ b/TODO	Sun Nov 07 15:51:57 2004 +0000
@@ -4,6 +4,7 @@
     #define spin_lock(lock) do { } while (0)
     #define wq_spin_lock spin_lock
     #define TEST() wq_spin_lock(a)
+- typedefs can be structure fields
 - see bugfixes.diff + improvement.diff from Daniel Glockner
 - constructors
 - cast bug (Peter Wang)
--- a/VERSION	Sun Nov 07 15:45:52 2004 +0000
+++ b/VERSION	Sun Nov 07 15:51:57 2004 +0000
@@ -1,1 +1,1 @@
-0.9.21
\ No newline at end of file
+0.9.22
\ No newline at end of file