4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-21 00:07:36 +08:00

NEWS: Add news items

This commit is contained in:
Sebastian Huber 2023-01-19 19:38:42 +01:00 committed by Jeff Johnston
parent 03bbde566a
commit 2e80e1282a

View File

@ -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
*** Major changes in newlib version 4.2.0: