From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2134) id 99FC63858C52; Thu, 19 Jan 2023 19:57:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 99FC63858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1674158262; bh=Dskk5+WTwo5MQkqvwrJ2BQQw2NC7PPMlCe7YhKU4jjQ=; h=From:To:Subject:Date:From; b=bm2triW30kAJae5gi8KbH5u8+RC9UOiikYS0jeqYsIrSw9Oe3TmBRZwKog+7laEti wPmWEqSBICHY6BcRXOvAVy5+1FG1R7kjArA0/ZPOMosfyQ/HF/NYPlwF0tyH+/O39u ixIKH6gRygpPNgYHBQVTdwFrrUiqQ7+nkWLnWB80= 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: Add news items X-Act-Checkin: newlib-cygwin X-Git-Author: Sebastian Huber X-Git-Refname: refs/heads/master X-Git-Oldrev: 03bbde566a85145f72ad32be3c4da62f8f773e4a X-Git-Newrev: 2e80e1282ae1d45615e2bf32379ec100fc258b4f Message-Id: <20230119195742.99FC63858C52@sourceware.org> Date: Thu, 19 Jan 2023 19:57:42 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D2e80e1282ae= 1d45615e2bf32379ec100fc258b4f commit 2e80e1282ae1d45615e2bf32379ec100fc258b4f Author: Sebastian Huber Date: Thu Jan 19 19:38:42 2023 +0100 NEWS: Add news items Diff: --- newlib/NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/newlib/NEWS b/newlib/NEWS index c39b925c4..5e64b2660 100644 --- a/newlib/NEWS +++ b/newlib/NEWS @@ -3,7 +3,13 @@ - remove i?86-pc-linux-gnu support - remove decstation & sunos support - remove phoenix OS support +- remove unused members from struct _reent (see also --enable-newlib-reent= -binary-compat) - build system internals heavily rewritten & updated +- add --enable-newlib-reent-thread-local configuration option +- add --enable-newlib-reent-binary-compat configuration option +- add 64-bit powerpc setjmp/longjmp support +- use global stdio streams for all configurations +- use global atexit data for all configurations =20 *** Major changes in newlib version 4.2.0: