From 4d099ef842684d3eeccff22f9d4019c7d1d70ee1 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Mon, 11 Sep 2017 19:34:09 +0200 Subject: Resurrect the Cygwin x86-32 port It got lost during the addition of the x86-64 port in release 3.0. --- Changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Changelog') 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. -- cgit