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:
authorJeff Johnston <jjohnstn@redhat.com>2023-12-31 20:00:18 +0300
committerJeff Johnston <jjohnstn@redhat.com>2023-12-31 20:00:18 +0300
commit26f7004bf73c421c3fd5e5a6ccf470d05337b435 (patch)
tree332d042ffed2b751fd332f7b53a7338bfacc3370 /newlib/NEWS
parentec119e1084f2adffb569e1b66b3fc11397d8e837 (diff)
Changes for newlib 4.4.0 snapshotnewlib-4.4.0
- bump up version to 4.4.0
Diffstat (limited to 'newlib/NEWS')
-rw-r--r--newlib/NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/newlib/NEWS b/newlib/NEWS
index ee456f9b8..348cb4d7d 100644
--- a/newlib/NEWS
+++ b/newlib/NEWS
@@ -1,5 +1,17 @@
+*** Major changes in newlib version 4.4.0:
+
+- long double support for i386, aarch64, and x86_64 added from FreeBSD
+- RISC-V Zfinx/Zdinx extension support
+- wildcard support added to allow arbitrary include dirs to be specified for a platform
+- Xtensa port added
+- printf family helper functions split out into separate files to save space when linking
+- wide-oriented I/O fixes including proper split of byte and wide-oriented stdio functions
+- support added for RISC-V long double math
+- fixes for c99/gcc-14 warnings treated as errors in multiple platforms
+
*** Major changes in newlib version 4.3.0:
+
- remove i?86-pc-linux-gnu support
- remove decstation & sunos support
- remove phoenix OS support