aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorgrischka <grischka>2009-05-16 22:29:40 +0200
committergrischka <grischka>2009-05-16 22:29:40 +0200
commit68310299b67bef763ba1622dac2aec534e096bf1 (patch)
treea9a645d367324d9abb01a6138bbfc91e1accc628 /Changelog
parentbf8d8f5f3e0a15c790adeb13eae68091d52fb58f (diff)
downloadtinycc-68310299b67bef763ba1622dac2aec534e096bf1.tar.gz
tinycc-68310299b67bef763ba1622dac2aec534e096bf1.tar.bz2
ulibc: #define TCC_UCLIBC and load elf_interp
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog4
1 files changed, 3 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 21ee4b9..b271054 100644
--- a/Changelog
+++ b/Changelog
@@ -1,8 +1,10 @@
version 0.9.25:
-- split tcc.c into tcc.h libtcc.c tccpp.c tccgen.c tcc.c
- first support for x86-64 target (Shinichiro Hamaji)
+- support µClibc
+- split tcc.c into tcc.h libtcc.c tccpp.c tccgen.c tcc.c
- improved preprocess output with linenumbers and spaces preserved
+- tcc_relocate now copies code into user buffer
- fix bitfields with non-int types and in unions
- improve ARM cross-compiling (Daniel Glöckner)
- link stabstr sections from multiple objects