aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2014-01-04 20:33:21 +0800
committerThomas Preud'homme <robotux@celest.fr>2014-03-31 19:42:42 +0800
commit01cf514e59475d73363332e238ad552ae144a1aa (patch)
tree2cfb6576718694918aaf0ab974e5895216735644
parent0bd128205979f59f3bbe6ee7cb98599a5088d0d0 (diff)
downloadtinycc-01cf514e59475d73363332e238ad552ae144a1aa.tar.gz
tinycc-01cf514e59475d73363332e238ad552ae144a1aa.tar.bz2
Update Changelog from git changelog entries
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index f780a27..4370310 100644
--- a/Changelog
+++ b/Changelog
@@ -24,6 +24,7 @@ Features:
- add the possibility to use noname functions by ordinal (YX Hao)
- add a install-strip target to install tcc (Thomas Preud'homme)
- add runtime selection of float ABI on ARM (Thomas Preud'homme)
+- add shared lib support on x86-64 (Michael Matz)
Platforms:
- support Debian GNU/kfreeBSD 64bit userspace (Thomas Preud'homme)
@@ -119,6 +120,7 @@ Bug fixes:
- partially fix bound checking of argv and arge (Thomas Preud'homme)
- fix possible dereference when getting name of symbol (grischka)
- fix va_list type definition on x86-64 (Daniel Glöckner)
+- reduce number of scan-build false positive (mingodad)
version 0.9.26: