Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/NEWS')
-rw-r--r--newlib/NEWS6
1 files changed, 6 insertions, 0 deletions
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
*** Major changes in newlib version 4.2.0: