update Changelog, bump version: 0.9.25
This commit is contained in:
parent
aed6a7cb60
commit
bf8d8f5f3e
3 changed files with 7 additions and 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)
|
- improve ARM cross-compiling (Daniel Glöckner)
|
||||||
- link stabstr sections from multiple objects
|
- link stabstr sections from multiple objects
|
||||||
- better (still limited) support for multiple TCCStates
|
- better (still limited) support for multiple TCCStates
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
0.9.24
|
0.9.25
|
|
@ -2,7 +2,7 @@
|
||||||
@rem batch file to build tcc using gcc and ar from mingw
|
@rem batch file to build tcc using gcc and ar from mingw
|
||||||
@rem ----------------------------------------------------
|
@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 TCC_TARGET_PE 1
|
||||||
@echo>>..\config.h #define CONFIG_TCCDIR "."
|
@echo>>..\config.h #define CONFIG_TCCDIR "."
|
||||||
@echo>>..\config.h #define CONFIG_SYSROOT ""
|
@echo>>..\config.h #define CONFIG_SYSROOT ""
|
||||||
|
|
Loading…
Reference in a new issue