update Changelog, bump version: 0.9.25

tcc-xref
grischka 2009-05-11 19:01:26 +02:00
parent aed6a7cb60
commit bf8d8f5f3e
3 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,9 @@
... for next version:
version 0.9.25:
- Fix bitfields with non-int types and in unions
- split tcc.c into tcc.h libtcc.c tccpp.c tccgen.c tcc.c
- first support for x86-64 target (Shinichiro Hamaji)
- improved preprocess output with linenumbers and spaces preserved
- fix bitfields with non-int types and in unions
- improve ARM cross-compiling (Daniel Glöckner)
- link stabstr sections from multiple objects
- better (still limited) support for multiple TCCStates

View File

@ -1 +1 @@
0.9.24
0.9.25

View File

@ -2,7 +2,7 @@
@rem batch file to build tcc using gcc and ar from mingw
@rem ----------------------------------------------------
:
@echo>..\config.h #define TCC_VERSION "0.9.24"
@echo>..\config.h #define TCC_VERSION "0.9.25"
@echo>>..\config.h #define TCC_TARGET_PE 1
@echo>>..\config.h #define CONFIG_TCCDIR "."
@echo>>..\config.h #define CONFIG_SYSROOT ""