From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2134) id 97FFC3858C52; Thu, 19 Jan 2023 20:03:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 97FFC3858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1674158620; bh=n2j59qO4Td5TRmnf8IoTb1h0ZNoxNFeaWPH5RJJbaz0=; h=From:To:Subject:Date:From; b=JizNK5PpgT+LeE1FiAJ8ItzBWRMrpzNpazjD44xpdUTvO74NBMpqAT3x6W5ScNC5E 0FPbb5U76S32nfwsICdlPCO085p7DxZgU3mRrvEKVIuCIhIbIhpeKEI37JwpsFquQK 8CDIJwKfVTt8/LrpIoAu+97phHn9UBFPXoVYmgbI= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Jeff Johnston To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] NEWS: report arm ABI break X-Act-Checkin: newlib-cygwin X-Git-Author: Victor L. Do Nascimento X-Git-Refname: refs/heads/master X-Git-Oldrev: 2e80e1282ae1d45615e2bf32379ec100fc258b4f X-Git-Newrev: 66dfdc5aafb8df5e3ed79c50194a712479080561 Message-Id: <20230119200340.97FFC3858C52@sourceware.org> Date: Thu, 19 Jan 2023 20:03:40 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D66dfdc5aafb= 8df5e3ed79c50194a712479080561 commit 66dfdc5aafb8df5e3ed79c50194a712479080561 Author: Victor L. Do Nascimento Date: Thu Jan 19 17:19:09 2023 +0000 NEWS: report arm ABI break =20 Add details of ABI-conformance fix to setjmp implementation under Major changes in newlib version 4.3.0 Diff: --- newlib/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/newlib/NEWS b/newlib/NEWS index 5e64b2660..4bac682f5 100644 --- a/newlib/NEWS +++ b/newlib/NEWS @@ -5,6 +5,8 @@ - remove phoenix OS support - remove unused members from struct _reent (see also --enable-newlib-reent= -binary-compat) - build system internals heavily rewritten & updated +- make arm jmp_buf size and alignment ABI-conformant +- fixed bug in arm setjmp/longjmp to preserve floating-point register valu= es - add --enable-newlib-reent-thread-local configuration option - add --enable-newlib-reent-binary-compat configuration option - add 64-bit powerpc setjmp/longjmp support