From 35da5ebb368b5011f198890368d2135dc59dc0a6 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Thu, 13 Oct 2022 10:04:43 +0000 Subject: [PATCH] - Update embedded newlib to version 4.2.0 * includes newlib-4.1.0-aligned_alloc.patch OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc12?expand=0&rev=67 --- cross-aarch64-gcc12-bootstrap.spec | 9 ++------- cross-aarch64-gcc12.spec | 9 ++------- cross-amdgcn-gcc12.spec | 9 ++------- cross-arm-gcc12.spec | 9 ++------- cross-arm-none-gcc12-bootstrap.spec | 9 ++------- cross-arm-none-gcc12.spec | 9 ++------- cross-avr-gcc12-bootstrap.spec | 9 ++------- cross-avr-gcc12.spec | 9 ++------- cross-epiphany-gcc12-bootstrap.spec | 9 ++------- cross-epiphany-gcc12.spec | 9 ++------- cross-hppa-gcc12-bootstrap.spec | 9 ++------- cross-hppa-gcc12.spec | 9 ++------- cross-m68k-gcc12.spec | 9 ++------- cross-mips-gcc12.spec | 9 ++------- cross-nvptx-gcc12.spec | 9 ++------- cross-ppc64-gcc12.spec | 9 ++------- cross-ppc64le-gcc12.spec | 9 ++------- cross-pru-gcc12-bootstrap.spec | 9 ++------- cross-pru-gcc12.spec | 9 ++------- cross-riscv64-elf-gcc12-bootstrap.spec | 9 ++------- cross-riscv64-elf-gcc12.spec | 9 ++------- cross-riscv64-gcc12-bootstrap.spec | 9 ++------- cross-riscv64-gcc12.spec | 9 ++------- cross-rx-gcc12-bootstrap.spec | 9 ++------- cross-rx-gcc12.spec | 9 ++------- cross-s390x-gcc12.spec | 9 ++------- cross-sparc-gcc12.spec | 9 ++------- cross-sparc64-gcc12.spec | 9 ++------- cross-x86_64-gcc12.spec | 9 ++------- gcc.spec.in | 9 ++------- gcc12-testresults.spec | 9 ++------- gcc12.changes | 6 ++++++ gcc12.spec | 9 ++------- newlib-4.1.0-aligned_alloc.patch | 10 ---------- newlib-4.1.0.tar.xz | 3 --- newlib-4.2.0.20211231.tar.xz | 3 +++ 36 files changed, 73 insertions(+), 237 deletions(-) delete mode 100644 newlib-4.1.0-aligned_alloc.patch delete mode 100644 newlib-4.1.0.tar.xz create mode 100644 newlib-4.2.0.20211231.tar.xz diff --git a/cross-aarch64-gcc12-bootstrap.spec b/cross-aarch64-gcc12-bootstrap.spec index 8f7d215..96994e5 100644 --- a/cross-aarch64-gcc12-bootstrap.spec +++ b/cross-aarch64-gcc12-bootstrap.spec @@ -115,7 +115,7 @@ Source1: change_spec Source2: gcc12-rpmlintrc Source3: gcc12-testresults-rpmlintrc Source4: README.First-for.SuSE.packagers -Source5: newlib-4.1.0.tar.xz +Source5: newlib-4.2.0.20211231.tar.xz Patch2: gcc-add-defaultsspec.diff Patch5: tls-no-direct.diff Patch6: gcc43-no-unwind-tables.diff @@ -137,8 +137,6 @@ Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch -# Patches for embedded newlib -Patch100: newlib-4.1.0-aligned_alloc.patch # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple @@ -311,10 +309,7 @@ only, it is not intended for any other use. %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 -ln -s newlib-4.1.0/newlib . -cd newlib -%patch100 -p1 -cd .. +ln -s newlib-4.2.0.20211231/newlib . %else %setup -q -n gcc-%{version} %endif diff --git a/cross-aarch64-gcc12.spec b/cross-aarch64-gcc12.spec index 4f74ead..6d0e398 100644 --- a/cross-aarch64-gcc12.spec +++ b/cross-aarch64-gcc12.spec @@ -115,7 +115,7 @@ Source1: change_spec Source2: gcc12-rpmlintrc Source3: gcc12-testresults-rpmlintrc Source4: README.First-for.SuSE.packagers -Source5: newlib-4.1.0.tar.xz +Source5: newlib-4.2.0.20211231.tar.xz Patch2: gcc-add-defaultsspec.diff Patch5: tls-no-direct.diff Patch6: gcc43-no-unwind-tables.diff @@ -137,8 +137,6 @@ Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch -# Patches for embedded newlib -Patch100: newlib-4.1.0-aligned_alloc.patch # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple @@ -311,10 +309,7 @@ only, it is not intended for any other use. %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 -ln -s newlib-4.1.0/newlib . -cd newlib -%patch100 -p1 -cd .. +ln -s newlib-4.2.0.20211231/newlib . %else %setup -q -n gcc-%{version} %endif diff --git a/cross-amdgcn-gcc12.spec b/cross-amdgcn-gcc12.spec index 2d81e46..8c63b58 100644 --- a/cross-amdgcn-gcc12.spec +++ b/cross-amdgcn-gcc12.spec @@ -115,7 +115,7 @@ Source1: change_spec Source2: gcc12-rpmlintrc Source3: gcc12-testresults-rpmlintrc Source4: README.First-for.SuSE.packagers -Source5: newlib-4.1.0.tar.xz +Source5: newlib-4.2.0.20211231.tar.xz Patch2: gcc-add-defaultsspec.diff Patch5: tls-no-direct.diff Patch6: gcc43-no-unwind-tables.diff @@ -137,8 +137,6 @@ Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch -# Patches for embedded newlib -Patch100: newlib-4.1.0-aligned_alloc.patch # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple @@ -311,10 +309,7 @@ only, it is not intended for any other use. %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 -ln -s newlib-4.1.0/newlib . -cd newlib -%patch100 -p1 -cd .. +ln -s newlib-4.2.0.20211231/newlib . %else %setup -q -n gcc-%{version} %endif diff --git a/cross-arm-gcc12.spec b/cross-arm-gcc12.spec index 569a22d..abcd60d 100644 --- a/cross-arm-gcc12.spec +++ b/cross-arm-gcc12.spec @@ -115,7 +115,7 @@ Source1: change_spec Source2: gcc12-rpmlintrc Source3: gcc12-testresults-rpmlintrc Source4: README.First-for.SuSE.packagers -Source5: newlib-4.1.0.tar.xz +Source5: newlib-4.2.0.20211231.tar.xz Patch2: gcc-add-defaultsspec.diff Patch5: tls-no-direct.diff Patch6: gcc43-no-unwind-tables.diff @@ -137,8 +137,6 @@ Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch -# Patches for embedded newlib -Patch100: newlib-4.1.0-aligned_alloc.patch # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple @@ -311,10 +309,7 @@ only, it is not intended for any other use. %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 -ln -s newlib-4.1.0/newlib . -cd newlib -%patch100 -p1 -cd .. +ln -s newlib-4.2.0.20211231/newlib . %else %setup -q -n gcc-%{version} %endif diff --git a/cross-arm-none-gcc12-bootstrap.spec b/cross-arm-none-gcc12-bootstrap.spec index 838ff24..27b2b20 100644 --- a/cross-arm-none-gcc12-bootstrap.spec +++ b/cross-arm-none-gcc12-bootstrap.spec @@ -116,7 +116,7 @@ Source1: change_spec Source2: gcc12-rpmlintrc Source3: gcc12-testresults-rpmlintrc Source4: README.First-for.SuSE.packagers -Source5: newlib-4.1.0.tar.xz +Source5: newlib-4.2.0.20211231.tar.xz Patch2: gcc-add-defaultsspec.diff Patch5: tls-no-direct.diff Patch6: gcc43-no-unwind-tables.diff @@ -138,8 +138,6 @@ Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch -# Patches for embedded newlib -Patch100: newlib-4.1.0-aligned_alloc.patch # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple @@ -312,10 +310,7 @@ only, it is not intended for any other use. %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 -ln -s newlib-4.1.0/newlib . -cd newlib -%patch100 -p1 -cd .. +ln -s newlib-4.2.0.20211231/newlib . %else %setup -q -n gcc-%{version} %endif diff --git a/cross-arm-none-gcc12.spec b/cross-arm-none-gcc12.spec index 560c15d..0d31a90 100644 --- a/cross-arm-none-gcc12.spec +++ b/cross-arm-none-gcc12.spec @@ -115,7 +115,7 @@ Source1: change_spec Source2: gcc12-rpmlintrc Source3: gcc12-testresults-rpmlintrc Source4: README.First-for.SuSE.packagers -Source5: newlib-4.1.0.tar.xz +Source5: newlib-4.2.0.20211231.tar.xz Patch2: gcc-add-defaultsspec.diff Patch5: tls-no-direct.diff Patch6: gcc43-no-unwind-tables.diff @@ -137,8 +137,6 @@ Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch -# Patches for embedded newlib -Patch100: newlib-4.1.0-aligned_alloc.patch # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple @@ -311,10 +309,7 @@ only, it is not intended for any other use. %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 -ln -s newlib-4.1.0/newlib . -cd newlib -%patch100 -p1 -cd .. +ln -s newlib-4.2.0.20211231/newlib . %else %setup -q -n gcc-%{version} %endif diff --git a/cross-avr-gcc12-bootstrap.spec b/cross-avr-gcc12-bootstrap.spec index ce462de..717ba26 100644 --- a/cross-avr-gcc12-bootstrap.spec +++ b/cross-avr-gcc12-bootstrap.spec @@ -115,7 +115,7 @@ Source1: change_spec Source2: gcc12-rpmlintrc Source3: gcc12-testresults-rpmlintrc Source4: README.First-for.SuSE.packagers -Source5: newlib-4.1.0.tar.xz +Source5: newlib-4.2.0.20211231.tar.xz Patch2: gcc-add-defaultsspec.diff Patch5: tls-no-direct.diff Patch6: gcc43-no-unwind-tables.diff @@ -137,8 +137,6 @@ Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch -# Patches for embedded newlib -Patch100: newlib-4.1.0-aligned_alloc.patch # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple @@ -311,10 +309,7 @@ only, it is not intended for any other use. %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 -ln -s newlib-4.1.0/newlib . -cd newlib -%patch100 -p1 -cd .. +ln -s newlib-4.2.0.20211231/newlib . %else %setup -q -n gcc-%{version} %endif diff --git a/cross-avr-gcc12.spec b/cross-avr-gcc12.spec index bd0092e..f9cc1a3 100644 --- a/cross-avr-gcc12.spec +++ b/cross-avr-gcc12.spec @@ -115,7 +115,7 @@ Source1: change_spec Source2: gcc12-rpmlintrc Source3: gcc12-testresults-rpmlintrc Source4: README.First-for.SuSE.packagers -Source5: newlib-4.1.0.tar.xz +Source5: newlib-4.2.0.20211231.tar.xz Patch2: gcc-add-defaultsspec.diff Patch5: tls-no-direct.diff Patch6: gcc43-no-unwind-tables.diff @@ -137,8 +137,6 @@ Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch -# Patches for embedded newlib -Patch100: newlib-4.1.0-aligned_alloc.patch # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple @@ -311,10 +309,7 @@ only, it is not intended for any other use. %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 -ln -s newlib-4.1.0/newlib . -cd newlib -%patch100 -p1 -cd .. +ln -s newlib-4.2.0.20211231/newlib . %else %setup -q -n gcc-%{version} %endif diff --git a/cross-epiphany-gcc12-bootstrap.spec b/cross-epiphany-gcc12-bootstrap.spec index 9fa5534..477f230 100644 --- a/cross-epiphany-gcc12-bootstrap.spec +++ b/cross-epiphany-gcc12-bootstrap.spec @@ -116,7 +116,7 @@ Source1: change_spec Source2: gcc12-rpmlintrc Source3: gcc12-testresults-rpmlintrc Source4: README.First-for.SuSE.packagers -Source5: newlib-4.1.0.tar.xz +Source5: newlib-4.2.0.20211231.tar.xz Patch2: gcc-add-defaultsspec.diff Patch5: tls-no-direct.diff Patch6: gcc43-no-unwind-tables.diff @@ -138,8 +138,6 @@ Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch -# Patches for embedded newlib -Patch100: newlib-4.1.0-aligned_alloc.patch # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple @@ -312,10 +310,7 @@ only, it is not intended for any other use. %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 -ln -s newlib-4.1.0/newlib . -cd newlib -%patch100 -p1 -cd .. +ln -s newlib-4.2.0.20211231/newlib . %else %setup -q -n gcc-%{version} %endif diff --git a/cross-epiphany-gcc12.spec b/cross-epiphany-gcc12.spec index c87ed15..b019fb0 100644 --- a/cross-epiphany-gcc12.spec +++ b/cross-epiphany-gcc12.spec @@ -115,7 +115,7 @@ Source1: change_spec Source2: gcc12-rpmlintrc Source3: gcc12-testresults-rpmlintrc Source4: README.First-for.SuSE.packagers -Source5: newlib-4.1.0.tar.xz +Source5: newlib-4.2.0.20211231.tar.xz Patch2: gcc-add-defaultsspec.diff Patch5: tls-no-direct.diff Patch6: gcc43-no-unwind-tables.diff @@ -137,8 +137,6 @@ Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch -# Patches for embedded newlib -Patch100: newlib-4.1.0-aligned_alloc.patch # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple @@ -311,10 +309,7 @@ only, it is not intended for any other use. %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 -ln -s newlib-4.1.0/newlib . -cd newlib -%patch100 -p1 -cd .. +ln -s newlib-4.2.0.20211231/newlib . %else %setup -q -n gcc-%{version} %endif diff --git a/cross-hppa-gcc12-bootstrap.spec b/cross-hppa-gcc12-bootstrap.spec index 70f2bed..78e34a8 100644 --- a/cross-hppa-gcc12-bootstrap.spec +++ b/cross-hppa-gcc12-bootstrap.spec @@ -115,7 +115,7 @@ Source1: change_spec Source2: gcc12-rpmlintrc Source3: gcc12-testresults-rpmlintrc Source4: README.First-for.SuSE.packagers -Source5: newlib-4.1.0.tar.xz +Source5: newlib-4.2.0.20211231.tar.xz Patch2: gcc-add-defaultsspec.diff Patch5: tls-no-direct.diff Patch6: gcc43-no-unwind-tables.diff @@ -137,8 +137,6 @@ Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch -# Patches for embedded newlib -Patch100: newlib-4.1.0-aligned_alloc.patch # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple @@ -311,10 +309,7 @@ only, it is not intended for any other use. %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 -ln -s newlib-4.1.0/newlib . -cd newlib -%patch100 -p1 -cd .. +ln -s newlib-4.2.0.20211231/newlib . %else %setup -q -n gcc-%{version} %endif diff --git a/cross-hppa-gcc12.spec b/cross-hppa-gcc12.spec index e5e065b..9896959 100644 --- a/cross-hppa-gcc12.spec +++ b/cross-hppa-gcc12.spec @@ -115,7 +115,7 @@ Source1: change_spec Source2: gcc12-rpmlintrc Source3: gcc12-testresults-rpmlintrc Source4: README.First-for.SuSE.packagers -Source5: newlib-4.1.0.tar.xz +Source5: newlib-4.2.0.20211231.tar.xz Patch2: gcc-add-defaultsspec.diff Patch5: tls-no-direct.diff Patch6: gcc43-no-unwind-tables.diff @@ -137,8 +137,6 @@ Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch -# Patches for embedded newlib -Patch100: newlib-4.1.0-aligned_alloc.patch # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple @@ -311,10 +309,7 @@ only, it is not intended for any other use. %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 -ln -s newlib-4.1.0/newlib . -cd newlib -%patch100 -p1 -cd .. +ln -s newlib-4.2.0.20211231/newlib . %else %setup -q -n gcc-%{version} %endif diff --git a/cross-m68k-gcc12.spec b/cross-m68k-gcc12.spec index 1b5d86c..6623456 100644 --- a/cross-m68k-gcc12.spec +++ b/cross-m68k-gcc12.spec @@ -115,7 +115,7 @@ Source1: change_spec Source2: gcc12-rpmlintrc Source3: gcc12-testresults-rpmlintrc Source4: README.First-for.SuSE.packagers -Source5: newlib-4.1.0.tar.xz +Source5: newlib-4.2.0.20211231.tar.xz Patch2: gcc-add-defaultsspec.diff Patch5: tls-no-direct.diff Patch6: gcc43-no-unwind-tables.diff @@ -137,8 +137,6 @@ Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch -# Patches for embedded newlib -Patch100: newlib-4.1.0-aligned_alloc.patch # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple @@ -311,10 +309,7 @@ only, it is not intended for any other use. %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 -ln -s newlib-4.1.0/newlib . -cd newlib -%patch100 -p1 -cd .. +ln -s newlib-4.2.0.20211231/newlib . %else %setup -q -n gcc-%{version} %endif diff --git a/cross-mips-gcc12.spec b/cross-mips-gcc12.spec index 01f1b55..6f672dc 100644 --- a/cross-mips-gcc12.spec +++ b/cross-mips-gcc12.spec @@ -115,7 +115,7 @@ Source1: change_spec Source2: gcc12-rpmlintrc Source3: gcc12-testresults-rpmlintrc Source4: README.First-for.SuSE.packagers -Source5: newlib-4.1.0.tar.xz +Source5: newlib-4.2.0.20211231.tar.xz Patch2: gcc-add-defaultsspec.diff Patch5: tls-no-direct.diff Patch6: gcc43-no-unwind-tables.diff @@ -137,8 +137,6 @@ Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch -# Patches for embedded newlib -Patch100: newlib-4.1.0-aligned_alloc.patch # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple @@ -311,10 +309,7 @@ only, it is not intended for any other use. %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 -ln -s newlib-4.1.0/newlib . -cd newlib -%patch100 -p1 -cd .. +ln -s newlib-4.2.0.20211231/newlib . %else %setup -q -n gcc-%{version} %endif diff --git a/cross-nvptx-gcc12.spec b/cross-nvptx-gcc12.spec index a8c0b35..530d37b 100644 --- a/cross-nvptx-gcc12.spec +++ b/cross-nvptx-gcc12.spec @@ -115,7 +115,7 @@ Source1: change_spec Source2: gcc12-rpmlintrc Source3: gcc12-testresults-rpmlintrc Source4: README.First-for.SuSE.packagers -Source5: newlib-4.1.0.tar.xz +Source5: newlib-4.2.0.20211231.tar.xz Patch2: gcc-add-defaultsspec.diff Patch5: tls-no-direct.diff Patch6: gcc43-no-unwind-tables.diff @@ -137,8 +137,6 @@ Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch -# Patches for embedded newlib -Patch100: newlib-4.1.0-aligned_alloc.patch # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple @@ -311,10 +309,7 @@ only, it is not intended for any other use. %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 -ln -s newlib-4.1.0/newlib . -cd newlib -%patch100 -p1 -cd .. +ln -s newlib-4.2.0.20211231/newlib . %else %setup -q -n gcc-%{version} %endif diff --git a/cross-ppc64-gcc12.spec b/cross-ppc64-gcc12.spec index 9c0baae..7984764 100644 --- a/cross-ppc64-gcc12.spec +++ b/cross-ppc64-gcc12.spec @@ -115,7 +115,7 @@ Source1: change_spec Source2: gcc12-rpmlintrc Source3: gcc12-testresults-rpmlintrc Source4: README.First-for.SuSE.packagers -Source5: newlib-4.1.0.tar.xz +Source5: newlib-4.2.0.20211231.tar.xz Patch2: gcc-add-defaultsspec.diff Patch5: tls-no-direct.diff Patch6: gcc43-no-unwind-tables.diff @@ -137,8 +137,6 @@ Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch -# Patches for embedded newlib -Patch100: newlib-4.1.0-aligned_alloc.patch # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple @@ -311,10 +309,7 @@ only, it is not intended for any other use. %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 -ln -s newlib-4.1.0/newlib . -cd newlib -%patch100 -p1 -cd .. +ln -s newlib-4.2.0.20211231/newlib . %else %setup -q -n gcc-%{version} %endif diff --git a/cross-ppc64le-gcc12.spec b/cross-ppc64le-gcc12.spec index 035c2da..51dc5cf 100644 --- a/cross-ppc64le-gcc12.spec +++ b/cross-ppc64le-gcc12.spec @@ -115,7 +115,7 @@ Source1: change_spec Source2: gcc12-rpmlintrc Source3: gcc12-testresults-rpmlintrc Source4: README.First-for.SuSE.packagers -Source5: newlib-4.1.0.tar.xz +Source5: newlib-4.2.0.20211231.tar.xz Patch2: gcc-add-defaultsspec.diff Patch5: tls-no-direct.diff Patch6: gcc43-no-unwind-tables.diff @@ -137,8 +137,6 @@ Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch -# Patches for embedded newlib -Patch100: newlib-4.1.0-aligned_alloc.patch # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple @@ -311,10 +309,7 @@ only, it is not intended for any other use. %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 -ln -s newlib-4.1.0/newlib . -cd newlib -%patch100 -p1 -cd .. +ln -s newlib-4.2.0.20211231/newlib . %else %setup -q -n gcc-%{version} %endif diff --git a/cross-pru-gcc12-bootstrap.spec b/cross-pru-gcc12-bootstrap.spec index 5aa01ef..dc6b420 100644 --- a/cross-pru-gcc12-bootstrap.spec +++ b/cross-pru-gcc12-bootstrap.spec @@ -116,7 +116,7 @@ Source1: change_spec Source2: gcc12-rpmlintrc Source3: gcc12-testresults-rpmlintrc Source4: README.First-for.SuSE.packagers -Source5: newlib-4.1.0.tar.xz +Source5: newlib-4.2.0.20211231.tar.xz Patch2: gcc-add-defaultsspec.diff Patch5: tls-no-direct.diff Patch6: gcc43-no-unwind-tables.diff @@ -138,8 +138,6 @@ Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch -# Patches for embedded newlib -Patch100: newlib-4.1.0-aligned_alloc.patch # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple @@ -312,10 +310,7 @@ only, it is not intended for any other use. %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 -ln -s newlib-4.1.0/newlib . -cd newlib -%patch100 -p1 -cd .. +ln -s newlib-4.2.0.20211231/newlib . %else %setup -q -n gcc-%{version} %endif diff --git a/cross-pru-gcc12.spec b/cross-pru-gcc12.spec index db8b6fa..8dcb528 100644 --- a/cross-pru-gcc12.spec +++ b/cross-pru-gcc12.spec @@ -115,7 +115,7 @@ Source1: change_spec Source2: gcc12-rpmlintrc Source3: gcc12-testresults-rpmlintrc Source4: README.First-for.SuSE.packagers -Source5: newlib-4.1.0.tar.xz +Source5: newlib-4.2.0.20211231.tar.xz Patch2: gcc-add-defaultsspec.diff Patch5: tls-no-direct.diff Patch6: gcc43-no-unwind-tables.diff @@ -137,8 +137,6 @@ Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch -# Patches for embedded newlib -Patch100: newlib-4.1.0-aligned_alloc.patch # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple @@ -311,10 +309,7 @@ only, it is not intended for any other use. %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 -ln -s newlib-4.1.0/newlib . -cd newlib -%patch100 -p1 -cd .. +ln -s newlib-4.2.0.20211231/newlib . %else %setup -q -n gcc-%{version} %endif diff --git a/cross-riscv64-elf-gcc12-bootstrap.spec b/cross-riscv64-elf-gcc12-bootstrap.spec index d79e2d2..3554b04 100644 --- a/cross-riscv64-elf-gcc12-bootstrap.spec +++ b/cross-riscv64-elf-gcc12-bootstrap.spec @@ -116,7 +116,7 @@ Source1: change_spec Source2: gcc12-rpmlintrc Source3: gcc12-testresults-rpmlintrc Source4: README.First-for.SuSE.packagers -Source5: newlib-4.1.0.tar.xz +Source5: newlib-4.2.0.20211231.tar.xz Patch2: gcc-add-defaultsspec.diff Patch5: tls-no-direct.diff Patch6: gcc43-no-unwind-tables.diff @@ -138,8 +138,6 @@ Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch -# Patches for embedded newlib -Patch100: newlib-4.1.0-aligned_alloc.patch # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple @@ -312,10 +310,7 @@ only, it is not intended for any other use. %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 -ln -s newlib-4.1.0/newlib . -cd newlib -%patch100 -p1 -cd .. +ln -s newlib-4.2.0.20211231/newlib . %else %setup -q -n gcc-%{version} %endif diff --git a/cross-riscv64-elf-gcc12.spec b/cross-riscv64-elf-gcc12.spec index a526f06..47efc55 100644 --- a/cross-riscv64-elf-gcc12.spec +++ b/cross-riscv64-elf-gcc12.spec @@ -115,7 +115,7 @@ Source1: change_spec Source2: gcc12-rpmlintrc Source3: gcc12-testresults-rpmlintrc Source4: README.First-for.SuSE.packagers -Source5: newlib-4.1.0.tar.xz +Source5: newlib-4.2.0.20211231.tar.xz Patch2: gcc-add-defaultsspec.diff Patch5: tls-no-direct.diff Patch6: gcc43-no-unwind-tables.diff @@ -137,8 +137,6 @@ Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch -# Patches for embedded newlib -Patch100: newlib-4.1.0-aligned_alloc.patch # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple @@ -311,10 +309,7 @@ only, it is not intended for any other use. %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 -ln -s newlib-4.1.0/newlib . -cd newlib -%patch100 -p1 -cd .. +ln -s newlib-4.2.0.20211231/newlib . %else %setup -q -n gcc-%{version} %endif diff --git a/cross-riscv64-gcc12-bootstrap.spec b/cross-riscv64-gcc12-bootstrap.spec index 627cc1f..e6f90f9 100644 --- a/cross-riscv64-gcc12-bootstrap.spec +++ b/cross-riscv64-gcc12-bootstrap.spec @@ -115,7 +115,7 @@ Source1: change_spec Source2: gcc12-rpmlintrc Source3: gcc12-testresults-rpmlintrc Source4: README.First-for.SuSE.packagers -Source5: newlib-4.1.0.tar.xz +Source5: newlib-4.2.0.20211231.tar.xz Patch2: gcc-add-defaultsspec.diff Patch5: tls-no-direct.diff Patch6: gcc43-no-unwind-tables.diff @@ -137,8 +137,6 @@ Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch -# Patches for embedded newlib -Patch100: newlib-4.1.0-aligned_alloc.patch # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple @@ -311,10 +309,7 @@ only, it is not intended for any other use. %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 -ln -s newlib-4.1.0/newlib . -cd newlib -%patch100 -p1 -cd .. +ln -s newlib-4.2.0.20211231/newlib . %else %setup -q -n gcc-%{version} %endif diff --git a/cross-riscv64-gcc12.spec b/cross-riscv64-gcc12.spec index df92d62..15ffa48 100644 --- a/cross-riscv64-gcc12.spec +++ b/cross-riscv64-gcc12.spec @@ -115,7 +115,7 @@ Source1: change_spec Source2: gcc12-rpmlintrc Source3: gcc12-testresults-rpmlintrc Source4: README.First-for.SuSE.packagers -Source5: newlib-4.1.0.tar.xz +Source5: newlib-4.2.0.20211231.tar.xz Patch2: gcc-add-defaultsspec.diff Patch5: tls-no-direct.diff Patch6: gcc43-no-unwind-tables.diff @@ -137,8 +137,6 @@ Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch -# Patches for embedded newlib -Patch100: newlib-4.1.0-aligned_alloc.patch # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple @@ -311,10 +309,7 @@ only, it is not intended for any other use. %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 -ln -s newlib-4.1.0/newlib . -cd newlib -%patch100 -p1 -cd .. +ln -s newlib-4.2.0.20211231/newlib . %else %setup -q -n gcc-%{version} %endif diff --git a/cross-rx-gcc12-bootstrap.spec b/cross-rx-gcc12-bootstrap.spec index ccf1713..14f4958 100644 --- a/cross-rx-gcc12-bootstrap.spec +++ b/cross-rx-gcc12-bootstrap.spec @@ -116,7 +116,7 @@ Source1: change_spec Source2: gcc12-rpmlintrc Source3: gcc12-testresults-rpmlintrc Source4: README.First-for.SuSE.packagers -Source5: newlib-4.1.0.tar.xz +Source5: newlib-4.2.0.20211231.tar.xz Patch2: gcc-add-defaultsspec.diff Patch5: tls-no-direct.diff Patch6: gcc43-no-unwind-tables.diff @@ -138,8 +138,6 @@ Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch -# Patches for embedded newlib -Patch100: newlib-4.1.0-aligned_alloc.patch # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple @@ -312,10 +310,7 @@ only, it is not intended for any other use. %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 -ln -s newlib-4.1.0/newlib . -cd newlib -%patch100 -p1 -cd .. +ln -s newlib-4.2.0.20211231/newlib . %else %setup -q -n gcc-%{version} %endif diff --git a/cross-rx-gcc12.spec b/cross-rx-gcc12.spec index d55bcf7..b0e6bc7 100644 --- a/cross-rx-gcc12.spec +++ b/cross-rx-gcc12.spec @@ -115,7 +115,7 @@ Source1: change_spec Source2: gcc12-rpmlintrc Source3: gcc12-testresults-rpmlintrc Source4: README.First-for.SuSE.packagers -Source5: newlib-4.1.0.tar.xz +Source5: newlib-4.2.0.20211231.tar.xz Patch2: gcc-add-defaultsspec.diff Patch5: tls-no-direct.diff Patch6: gcc43-no-unwind-tables.diff @@ -137,8 +137,6 @@ Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch -# Patches for embedded newlib -Patch100: newlib-4.1.0-aligned_alloc.patch # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple @@ -311,10 +309,7 @@ only, it is not intended for any other use. %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 -ln -s newlib-4.1.0/newlib . -cd newlib -%patch100 -p1 -cd .. +ln -s newlib-4.2.0.20211231/newlib . %else %setup -q -n gcc-%{version} %endif diff --git a/cross-s390x-gcc12.spec b/cross-s390x-gcc12.spec index 12f557a..e2fb9f6 100644 --- a/cross-s390x-gcc12.spec +++ b/cross-s390x-gcc12.spec @@ -115,7 +115,7 @@ Source1: change_spec Source2: gcc12-rpmlintrc Source3: gcc12-testresults-rpmlintrc Source4: README.First-for.SuSE.packagers -Source5: newlib-4.1.0.tar.xz +Source5: newlib-4.2.0.20211231.tar.xz Patch2: gcc-add-defaultsspec.diff Patch5: tls-no-direct.diff Patch6: gcc43-no-unwind-tables.diff @@ -137,8 +137,6 @@ Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch -# Patches for embedded newlib -Patch100: newlib-4.1.0-aligned_alloc.patch # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple @@ -311,10 +309,7 @@ only, it is not intended for any other use. %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 -ln -s newlib-4.1.0/newlib . -cd newlib -%patch100 -p1 -cd .. +ln -s newlib-4.2.0.20211231/newlib . %else %setup -q -n gcc-%{version} %endif diff --git a/cross-sparc-gcc12.spec b/cross-sparc-gcc12.spec index ab8bf42..5bd6025 100644 --- a/cross-sparc-gcc12.spec +++ b/cross-sparc-gcc12.spec @@ -115,7 +115,7 @@ Source1: change_spec Source2: gcc12-rpmlintrc Source3: gcc12-testresults-rpmlintrc Source4: README.First-for.SuSE.packagers -Source5: newlib-4.1.0.tar.xz +Source5: newlib-4.2.0.20211231.tar.xz Patch2: gcc-add-defaultsspec.diff Patch5: tls-no-direct.diff Patch6: gcc43-no-unwind-tables.diff @@ -137,8 +137,6 @@ Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch -# Patches for embedded newlib -Patch100: newlib-4.1.0-aligned_alloc.patch # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple @@ -311,10 +309,7 @@ only, it is not intended for any other use. %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 -ln -s newlib-4.1.0/newlib . -cd newlib -%patch100 -p1 -cd .. +ln -s newlib-4.2.0.20211231/newlib . %else %setup -q -n gcc-%{version} %endif diff --git a/cross-sparc64-gcc12.spec b/cross-sparc64-gcc12.spec index 204129f..6a04d5c 100644 --- a/cross-sparc64-gcc12.spec +++ b/cross-sparc64-gcc12.spec @@ -115,7 +115,7 @@ Source1: change_spec Source2: gcc12-rpmlintrc Source3: gcc12-testresults-rpmlintrc Source4: README.First-for.SuSE.packagers -Source5: newlib-4.1.0.tar.xz +Source5: newlib-4.2.0.20211231.tar.xz Patch2: gcc-add-defaultsspec.diff Patch5: tls-no-direct.diff Patch6: gcc43-no-unwind-tables.diff @@ -137,8 +137,6 @@ Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch -# Patches for embedded newlib -Patch100: newlib-4.1.0-aligned_alloc.patch # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple @@ -311,10 +309,7 @@ only, it is not intended for any other use. %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 -ln -s newlib-4.1.0/newlib . -cd newlib -%patch100 -p1 -cd .. +ln -s newlib-4.2.0.20211231/newlib . %else %setup -q -n gcc-%{version} %endif diff --git a/cross-x86_64-gcc12.spec b/cross-x86_64-gcc12.spec index e7b38ba..689d4e4 100644 --- a/cross-x86_64-gcc12.spec +++ b/cross-x86_64-gcc12.spec @@ -115,7 +115,7 @@ Source1: change_spec Source2: gcc12-rpmlintrc Source3: gcc12-testresults-rpmlintrc Source4: README.First-for.SuSE.packagers -Source5: newlib-4.1.0.tar.xz +Source5: newlib-4.2.0.20211231.tar.xz Patch2: gcc-add-defaultsspec.diff Patch5: tls-no-direct.diff Patch6: gcc43-no-unwind-tables.diff @@ -137,8 +137,6 @@ Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch -# Patches for embedded newlib -Patch100: newlib-4.1.0-aligned_alloc.patch # Define the canonical target and host architecture # %%gcc_target_arch is supposed to be the full target triple @@ -311,10 +309,7 @@ only, it is not intended for any other use. %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 -ln -s newlib-4.1.0/newlib . -cd newlib -%patch100 -p1 -cd .. +ln -s newlib-4.2.0.20211231/newlib . %else %setup -q -n gcc-%{version} %endif diff --git a/gcc.spec.in b/gcc.spec.in index a77eb7a..a05d227 100644 --- a/gcc.spec.in +++ b/gcc.spec.in @@ -360,7 +360,7 @@ Source1: change_spec Source2: gcc12-rpmlintrc Source3: gcc12-testresults-rpmlintrc Source4: README.First-for.SuSE.packagers -Source5: newlib-4.1.0.tar.xz +Source5: newlib-4.2.0.20211231.tar.xz Patch2: gcc-add-defaultsspec.diff Patch5: tls-no-direct.diff Patch6: gcc43-no-unwind-tables.diff @@ -382,8 +382,6 @@ Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch -# Patches for embedded newlib -Patch100: newlib-4.1.0-aligned_alloc.patch # GCC-TESTSUITE-DELETE-BEGIN # SRC-COMMON-END @@ -1196,10 +1194,7 @@ Results from running the gcc and target library testsuites. %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 -ln -s newlib-4.1.0/newlib . -cd newlib -%patch100 -p1 -cd .. +ln -s newlib-4.2.0.20211231/newlib . %else %setup -q -n gcc-%{version} %endif diff --git a/gcc12-testresults.spec b/gcc12-testresults.spec index 1246872..6fc7839 100644 --- a/gcc12-testresults.spec +++ b/gcc12-testresults.spec @@ -376,7 +376,7 @@ Source1: change_spec Source2: gcc12-rpmlintrc Source3: gcc12-testresults-rpmlintrc Source4: README.First-for.SuSE.packagers -Source5: newlib-4.1.0.tar.xz +Source5: newlib-4.2.0.20211231.tar.xz Patch2: gcc-add-defaultsspec.diff Patch5: tls-no-direct.diff Patch6: gcc43-no-unwind-tables.diff @@ -398,8 +398,6 @@ Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch -# Patches for embedded newlib -Patch100: newlib-4.1.0-aligned_alloc.patch Summary: Testsuite results License: SUSE-Public-Domain @@ -509,10 +507,7 @@ Results from running the gcc and target library testsuites. %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 -ln -s newlib-4.1.0/newlib . -cd newlib -%patch100 -p1 -cd .. +ln -s newlib-4.2.0.20211231/newlib . %else %setup -q -n gcc-%{version} %endif diff --git a/gcc12.changes b/gcc12.changes index 709a2f3..956a975 100644 --- a/gcc12.changes +++ b/gcc12.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Oct 13 09:59:52 UTC 2022 - Richard Biener + +- Update embedded newlib to version 4.2.0 + * includes newlib-4.1.0-aligned_alloc.patch + ------------------------------------------------------------------- Mon Sep 26 11:06:06 UTC 2022 - Dirk Müller diff --git a/gcc12.spec b/gcc12.spec index acecbc7..21d033e 100644 --- a/gcc12.spec +++ b/gcc12.spec @@ -355,7 +355,7 @@ Source1: change_spec Source2: gcc12-rpmlintrc Source3: gcc12-testresults-rpmlintrc Source4: README.First-for.SuSE.packagers -Source5: newlib-4.1.0.tar.xz +Source5: newlib-4.2.0.20211231.tar.xz Patch2: gcc-add-defaultsspec.diff Patch5: tls-no-direct.diff Patch6: gcc43-no-unwind-tables.diff @@ -377,8 +377,6 @@ Patch51: gcc41-ppc32-retaddr.patch # Some patches taken from Debian Patch60: gcc44-textdomain.patch Patch61: gcc44-rename-info-files.patch -# Patches for embedded newlib -Patch100: newlib-4.1.0-aligned_alloc.patch License: GPL-3.0-or-later Summary: The GNU C Compiler and Support Files @@ -2009,10 +2007,7 @@ Results from running the gcc and target library testsuites. %prep %if 0%{?nvptx_newlib:1}%{?amdgcn_newlib:1} %setup -q -n gcc-%{version} -a 5 -ln -s newlib-4.1.0/newlib . -cd newlib -%patch100 -p1 -cd .. +ln -s newlib-4.2.0.20211231/newlib . %else %setup -q -n gcc-%{version} %endif diff --git a/newlib-4.1.0-aligned_alloc.patch b/newlib-4.1.0-aligned_alloc.patch deleted file mode 100644 index cec8d5f..0000000 --- a/newlib-4.1.0-aligned_alloc.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- newlib/libc/stdlib/aligned_alloc.c.orig 2021-06-10 12:01:10.692582985 +0200 -+++ newlib/libc/stdlib/aligned_alloc.c 2021-06-10 12:01:20.960708060 +0200 -@@ -28,6 +28,7 @@ - - #include - #include -+#include - - void * - aligned_alloc (size_t align, size_t size) diff --git a/newlib-4.1.0.tar.xz b/newlib-4.1.0.tar.xz deleted file mode 100644 index ba24101..0000000 --- a/newlib-4.1.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:181a90099c547a4816537e8b7da25e477370cb99438f8fe7163d077e83e90186 -size 5710104 diff --git a/newlib-4.2.0.20211231.tar.xz b/newlib-4.2.0.20211231.tar.xz new file mode 100644 index 0000000..40430f1 --- /dev/null +++ b/newlib-4.2.0.20211231.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b82049dd8fec877427a55a38bfb70cc1c0f7d845e458f31ff5c99ec82763c9 +size 5709228