This commit is contained in:
bellard
2004-11-07 15:51:57 +00:00
parent be5e9cb962
commit 1c1919072b
3 changed files with 12 additions and 1 deletions

View File

@ -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)