diff options
author | Sebastian Huber <sebastian.huber@embedded-brains.de> | 2023-01-19 19:38:42 +0100 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2023-01-19 14:57:17 -0500 |
commit | 2e80e1282ae1d45615e2bf32379ec100fc258b4f (patch) | |
tree | 0b41a8b26b0d817111232df6cf6691562b061d47 /newlib | |
parent | 03bbde566a85145f72ad32be3c4da62f8f773e4a (diff) | |
download | newlib-2e80e1282ae1d45615e2bf32379ec100fc258b4f.zip newlib-2e80e1282ae1d45615e2bf32379ec100fc258b4f.tar.gz newlib-2e80e1282ae1d45615e2bf32379ec100fc258b4f.tar.bz2 |
NEWS: Add news items
Diffstat (limited to 'newlib')
-rw-r--r-- | newlib/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/NEWS b/newlib/NEWS index c39b925..5e64b26 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: |