diff options
| author | grischka <grischka> | 2009-05-11 19:01:26 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2009-05-11 19:01:26 +0200 |
| commit | bf8d8f5f3e0a15c790adeb13eae68091d52fb58f (patch) | |
| tree | f0a390e5a95f9cafe44ab6e79cd11eda25eb094b | |
| parent | aed6a7cb60147855c76a36b1f89d9a8abf5169aa (diff) | |
| download | tinycc-bf8d8f5f3e0a15c790adeb13eae68091d52fb58f.tar.gz tinycc-bf8d8f5f3e0a15c790adeb13eae68091d52fb58f.tar.bz2 | |
update Changelog, bump version: 0.9.25
| -rw-r--r-- | Changelog | 7 | ||||
| -rw-r--r-- | VERSION | 2 | ||||
| -rw-r--r-- | win32/build-tcc.bat | 2 |
3 files changed, 7 insertions, 4 deletions
@@ -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 @@ -1 +1 @@ -0.9.24
\ No newline at end of file +0.9.25
\ No newline at end of file diff --git a/win32/build-tcc.bat b/win32/build-tcc.bat index 020ae4b..d74ec9c 100644 --- a/win32/build-tcc.bat +++ b/win32/build-tcc.bat @@ -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 "" |
