From e892e581d1838a06c18c7ecd50ebd79915cff92b Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Sun, 16 Mar 2014 05:38:24 -0700 Subject: [PATCH] README: Update news for 3.0.14 --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index 5a46a3da..488e14f5 100644 --- a/README +++ b/README @@ -176,6 +176,9 @@ See the ChangeLog files for details. Add AArch64 (ARM64) iOS support. Add Nios II support. Add m88k and DEC VAX support. + Add support for stdcall, thiscall, and fastcall on non-Windows 32-bit + x86 targets such as Linux. + Make the testsuite more robust: eliminated several spurious failures. Android build fix. Fix MIPS N32 ABI bug. Various x86, FreeBSD and UltraSPARC IIi fixes.