Accepting request 1072055 from devel:gcc
- Use valid tarball FTP url. - Update to v4.3.0 * 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 * make arm jmp_buf size and alignment ABI-conformant * fixed bug in arm setjmp/longjmp to preserve floating-point register values * 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 * vectorized math routines added for amdgcn platform * nvptx: remove newlib ELIX level 1 restriction - Already in v4.2.0 * remove use of --cygnus option for automake * rename configure.in files to configure.ac * enable automake silent rules * import gdtoa from OpenBSD * update to Unicode 14.0 * ignore _FORTIFY_SOURCE when building newlib * fixes to ldtoa * add clock support to nvptx port * various pthread POSIX APIs added * added implementatio for sig2str/str2sig OBS-URL: https://build.opensuse.org/request/show/1072055 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/newlib?expand=0&rev=14
This commit is contained in:
commit
e14f41ca4d
@ -11,3 +11,14 @@ Index: newlib-2.1.0/libgloss/epiphany/Makefile.in
|
|||||||
done
|
done
|
||||||
info:
|
info:
|
||||||
install-info:
|
install-info:
|
||||||
|
--- newlib-4.3.0.20230120/libgloss/epiphany/crt0.S.orig 2023-03-08 13:57:15.671910169 +0100
|
||||||
|
+++ newlib-4.3.0.20230120/libgloss/epiphany/crt0.S 2023-03-08 13:57:27.135910057 +0100
|
||||||
|
@@ -121,7 +121,7 @@
|
||||||
|
#error "not implemented"
|
||||||
|
#else /* !__STRUCT_ALIGN_64__ */
|
||||||
|
str r1, [r2, 0] ; __atexit = &__atexit0
|
||||||
|
- movr r0, 1
|
||||||
|
+ mov r0, 1
|
||||||
|
str r0, [r1, 4] ; __atexit0._ind = 1
|
||||||
|
mov r0,%low(fini)
|
||||||
|
movt r0,%high(fini)
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f296e372f51324224d387cc116dc37a6bd397198756746f93a2b02e9a5d40154
|
|
||||||
size 18648429
|
|
BIN
newlib-4.3.0.20230120.tar.gz
(Stored with Git LFS)
Normal file
BIN
newlib-4.3.0.20230120.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,47 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 15 09:18:19 UTC 2023 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Use valid tarball FTP url.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 8 12:39:13 UTC 2023 - Richard Biener <rguenther@suse.com>
|
||||||
|
|
||||||
|
- Update to v4.3.0
|
||||||
|
* 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
|
||||||
|
* make arm jmp_buf size and alignment ABI-conformant
|
||||||
|
* fixed bug in arm setjmp/longjmp to preserve floating-point register
|
||||||
|
values
|
||||||
|
* 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
|
||||||
|
* vectorized math routines added for amdgcn platform
|
||||||
|
* nvptx: remove newlib ELIX level 1 restriction
|
||||||
|
- Already in v4.2.0
|
||||||
|
* remove use of --cygnus option for automake
|
||||||
|
* rename configure.in files to configure.ac
|
||||||
|
* enable automake silent rules
|
||||||
|
* import gdtoa from OpenBSD
|
||||||
|
* update to Unicode 14.0
|
||||||
|
* ignore _FORTIFY_SOURCE when building newlib
|
||||||
|
* fixes to ldtoa
|
||||||
|
* add clock support to nvptx port
|
||||||
|
* various pthread POSIX APIs added
|
||||||
|
* added implementatio for sig2str/str2sig
|
||||||
|
* strtod/strtof to set errno to ERANGE consistently for underflow
|
||||||
|
* fixed rounding issue with sqrt/sqrtf
|
||||||
|
* fixed heap fragmentation issue with nano-malloc
|
||||||
|
* FTW port for newlib
|
||||||
|
* additions to sys/tree.h
|
||||||
|
- Add makeinfo BuildRequires for building libgloss documentation
|
||||||
|
- Amend epiphany-fixes.diff with a build fix
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 24 16:55:14 UTC 2022 - Matwey Kornilov <matwey.kornilov@gmail.com>
|
Sun Apr 24 16:55:14 UTC 2022 - Matwey Kornilov <matwey.kornilov@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 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
|
||||||
@ -44,7 +44,7 @@
|
|||||||
# In the staging/ring projects, we don't want to build the unneeded packages
|
# In the staging/ring projects, we don't want to build the unneeded packages
|
||||||
%bcond_with ringdisabled
|
%bcond_with ringdisabled
|
||||||
Name: %{pname}
|
Name: %{pname}
|
||||||
Version: 4.1.0
|
Version: 4.3.0.20230120
|
||||||
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
|
||||||
@ -57,6 +57,7 @@ BuildArch: noarch
|
|||||||
%else
|
%else
|
||||||
BuildRequires: cross-%{gcc_cross_arch}-gcc%{gcc_version}-bootstrap
|
BuildRequires: cross-%{gcc_cross_arch}-gcc%{gcc_version}-bootstrap
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: makeinfo
|
||||||
%if "%{cross_arch}" != "arm-none" && "%{cross_arch}" != "arm" && %{with ringdisabled}
|
%if "%{cross_arch}" != "arm-none" && "%{cross_arch}" != "arm" && %{with ringdisabled}
|
||||||
ExclusiveArch: do-not-build
|
ExclusiveArch: do-not-build
|
||||||
%endif
|
%endif
|
||||||
@ -132,6 +133,8 @@ for variant in nano regular; do
|
|||||||
popd
|
popd
|
||||||
done
|
done
|
||||||
|
|
||||||
|
rm %{buildroot}%{_infodir}/porting.info
|
||||||
|
|
||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user