mirror of
https://github.com/frida/tinycc
synced 2024-12-24 14:06:48 +03:00
update Changelog, bump version: 0.9.25
This commit is contained in:
parent
aed6a7cb60
commit
bf8d8f5f3e
@ -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
|
||||
|
@ -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 ""
|
||||
|
Loading…
Reference in New Issue
Block a user