- Update to v4.1.0

* fixes for regressions to pow/powf and tgamma functions
  * RISC-V semihosting support
  * RISC-V and arm patches
  * additional out-of-bounds checking for malloc/nano-malloc family
  * various fixes to makedocbook for python 3.8
  * multiple standard/accuracy fixes to libm math routines
  * C-SKY port
  * support for Armv8-R aarch64 added
  * move of __tzrules_struct from time.h to internal header
  * math additions/improvements for RISC-V and arm
  * all arm code converted to use unified syntax for Thumb1
  * fenv support added for multiple platforms
  * hard float support for PowerPC taken from FreeBSD
  * advertising clause removed from BSD licenses
  * various other fixes

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/newlib?expand=0&rev=23
This commit is contained in:
Richard Biener 2021-03-08 13:26:21 +00:00 committed by Git OBS Bridge
parent 9cb4987902
commit dc822763c2
4 changed files with 25 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58dd9e3eaedf519360d92d84205c3deef0b3fc286685d1c562e245914ef72c66
size 18361083

3
newlib-4.1.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f296e372f51324224d387cc116dc37a6bd397198756746f93a2b02e9a5d40154
size 18648429

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Mar 8 13:24:30 UTC 2021 - Richard Biener <rguenther@suse.com>
- Update to v4.1.0
* fixes for regressions to pow/powf and tgamma functions
* RISC-V semihosting support
* RISC-V and arm patches
* additional out-of-bounds checking for malloc/nano-malloc family
* various fixes to makedocbook for python 3.8
* multiple standard/accuracy fixes to libm math routines
* C-SKY port
* support for Armv8-R aarch64 added
* move of __tzrules_struct from time.h to internal header
* math additions/improvements for RISC-V and arm
* all arm code converted to use unified syntax for Thumb1
* fenv support added for multiple platforms
* hard float support for PowerPC taken from FreeBSD
* advertising clause removed from BSD licenses
* various other fixes
-------------------------------------------------------------------
Tue Dec 8 10:46:24 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package newlib
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -45,7 +45,7 @@
%endif
Name: %{pname}
Version: 3.3.0
Version: 4.1.0
Release: 0
Summary: C library intended for use on embedded systems
License: BSD-3-Clause AND MIT AND LGPL-2.0-or-later AND ISC