Accepting request 1238280 from devel:gcc

- Update to v4.5.0
  * major clean-up of libgloss build including merging a number of platforms
    into top-level Makefile (moxie, v850, i960, msp430, frv, i386, ...) and
    removal of dead platforms such as xc16x
  * strverscmp fixed for comparison of digit sequence with non-digits
  * proper locking added from amdgcn
  * numerous improvements to arc support including support of 16-entry
    register file
  * long double complex functions are now skipped if long double != double
  * support for POSIX.1-2024 added to features.h
  * arc64: port added for Synopsys Designware ARCv3 ISA
  * sys/xtensa removed and replaced by machine/xtensa and libgloss
  * fixes to powf
  * fixes for building with gcc-15

OBS-URL: https://build.opensuse.org/request/show/1238280
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/newlib?expand=0&rev=19
This commit is contained in:
Ana Guerrero 2025-01-16 17:34:51 +00:00 committed by Git OBS Bridge
commit 2a7e140471
4 changed files with 23 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Jan 16 12:46:22 UTC 2025 - Richard Biener <rguenther@suse.com>
- Update to v4.5.0
* major clean-up of libgloss build including merging a number of platforms
into top-level Makefile (moxie, v850, i960, msp430, frv, i386, ...) and
removal of dead platforms such as xc16x
* strverscmp fixed for comparison of digit sequence with non-digits
* proper locking added from amdgcn
* numerous improvements to arc support including support of 16-entry
register file
* long double complex functions are now skipped if long double != double
* support for POSIX.1-2024 added to features.h
* arc64: port added for Synopsys Designware ARCv3 ISA
* sys/xtensa removed and replaced by machine/xtensa and libgloss
* fixes to powf
* fixes for building with gcc-15
-------------------------------------------------------------------
Mon Dec 2 07:53:24 UTC 2024 - Richard Biener <rguenther@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -44,7 +44,7 @@
# In the staging/ring projects, we don't want to build the unneeded packages
%bcond_with ringdisabled
Name: %{pname}
Version: 4.4.0.20231231
Version: 4.5.0.20241231
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