toolchain/gcc: Add GCC 10.1.0 patches
authorSyrone Wong <wong.syrone@gmail.com>
Tue, 7 Jul 2020 22:46:22 +0000 (06:46 +0800)
committerPetr Štetiar <ynezz@true.cz>
Sat, 11 Jul 2020 11:33:28 +0000 (13:33 +0200)
commite027df97fc69dbdf0e770d5e3cf1f85228116ef9
tree26c32970fa7bb36cd5d029414d5bc637159ce394
parentbf540f333ce6426b353d1f025455c1dfc0d089f6
toolchain/gcc: Add GCC 10.1.0 patches

Compared to GCC 9:

870-ppc_no_crtsavres.patch changes moved to another file following upstream
881-no_tm_section.patch keep the tm section disabled

patches refreshed to apply cleanly

See https://gcc.gnu.org/gcc-10/porting_to.html for more info

Compiled and run tested on x86_64

Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
13 files changed:
toolchain/gcc/patches/10.1.0/002-case_insensitive.patch
toolchain/gcc/patches/10.1.0/010-documentation.patch
toolchain/gcc/patches/10.1.0/110-Fix-MIPS-PR-84790.patch
toolchain/gcc/patches/10.1.0/230-musl_libssp.patch
toolchain/gcc/patches/10.1.0/300-mips_Os_cpu_rtx_cost_model.patch
toolchain/gcc/patches/10.1.0/820-libgcc_pic.patch
toolchain/gcc/patches/10.1.0/840-armv4_pass_fix-v4bx_to_ld.patch
toolchain/gcc/patches/10.1.0/850-use_shared_libgcc.patch
toolchain/gcc/patches/10.1.0/870-ppc_no_crtsavres.patch
toolchain/gcc/patches/10.1.0/881-no_tm_section.patch
toolchain/gcc/patches/10.1.0/910-mbsd_multi.patch
toolchain/gcc/patches/10.1.0/920-specs_nonfatal_getenv.patch
toolchain/gcc/patches/10.1.0/930-fix-mips-noexecstack.patch