aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2014-01-07 15:23:54 +0800
committerThomas Preud'homme <robotux@celest.fr>2014-01-08 15:00:52 +0800
commitb6247d1f3c34e93e8603fddf5fc6da8dc6b81d00 (patch)
tree6515756dee0c2310d59990968675e145c5243651 /Changelog
parent70a088af874076d8db5d7c2067afd8f2bcde0592 (diff)
downloadtinycc-b6247d1f3c34e93e8603fddf5fc6da8dc6b81d00.tar.gz
tinycc-b6247d1f3c34e93e8603fddf5fc6da8dc6b81d00.tar.bz2
Add support for runtime selection of float ABI
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 52f8a10..9a497cf 100644
--- a/Changelog
+++ b/Changelog
@@ -18,6 +18,7 @@ Features:
- improved variable length array support (James Lyon)
- 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)
Platforms:
- support Debian GNU/kfreeBSD 64bit userspace (Thomas Preud'homme)