Accepting request 877766 from devel:gcc
- 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 [bsc#1183172, CVE-2021-3420] * 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/request/show/877766 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/newlib?expand=0&rev=10
This commit is contained in:
commit
30a07c15d1
@ -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
3
newlib-4.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f296e372f51324224d387cc116dc37a6bd397198756746f93a2b02e9a5d40154
|
||||||
|
size 18648429
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
[bsc#1183172, CVE-2021-3420]
|
||||||
|
* 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>
|
Tue Dec 8 10:46:24 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package newlib
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -45,7 +45,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: %{pname}
|
Name: %{pname}
|
||||||
Version: 3.3.0
|
Version: 4.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C library intended for use on embedded systems
|
Summary: C library intended for use on embedded systems
|
||||||
License: BSD-3-Clause AND MIT AND LGPL-2.0-or-later AND ISC
|
License: BSD-3-Clause AND MIT AND LGPL-2.0-or-later AND ISC
|
||||||
|
Loading…
Reference in New Issue
Block a user