aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2017-09-11 19:34:09 +0200
committerXavier Leroy <xavier.leroy@inria.fr>2017-09-11 19:34:09 +0200
commit4d099ef842684d3eeccff22f9d4019c7d1d70ee1 (patch)
treece1a054c03d31ca5005b238dcb5a6b6bb3598d2f /Changelog
parent5fbc0af7e902bacafb5c77a0f523eb4b36198dea (diff)
downloadcompcert-kvx-4d099ef842684d3eeccff22f9d4019c7d1d70ee1.tar.gz
compcert-kvx-4d099ef842684d3eeccff22f9d4019c7d1d70ee1.zip
Resurrect the Cygwin x86-32 port
It got lost during the addition of the x86-64 port in release 3.0.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index f4470193..f87d392f 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,9 @@
Code generation and optimization:
- ARM in Thumb mode: simpler instruction sequence for branch through jump table.
+Usability:
+- Resurrected support for the Cygwin x86-32 port, which got lost at release 3.0.
+
Bug fixing:
- Issue #P25: make sure sizeof(long double) = sizeof(double) in all contexts.