From 1c1919072b6574ce508ad700616ab8849f583c2b Mon Sep 17 00:00:00 2001 From: bellard Date: Sun, 7 Nov 2004 15:51:57 +0000 Subject: [PATCH] update --- Changelog | 10 ++++++++++ TODO | 1 + VERSION | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 9f3f2493..d4efdec2 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) diff --git a/TODO b/TODO index ea05cc3c..cf22bc7d 100644 --- a/TODO +++ b/TODO @@ -4,6 +4,7 @@ TODO list: #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) diff --git a/VERSION b/VERSION index fc6d9f6b..938145fb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.21 \ No newline at end of file +0.9.22 \ No newline at end of file -- 2.11.4.GIT