gcc: update gcc 5 to version 5.3.0
authorFelix Fietkau <nbd@openwrt.org>
Mon, 29 Feb 2016 20:09:45 +0000 (20:09 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 29 Feb 2016 20:09:45 +0000 (20:09 +0000)
commit5168d43b16658db0bf17db9798715e4363fdf2bc
tree7b066ae98de3e213c632b3e934ead02d60af4efa
parent64fc5264cc4ee23fbf663e0658372eb4536bfce1
gcc: update gcc 5 to version 5.3.0

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 48826
75 files changed:
toolchain/gcc/Config.version
toolchain/gcc/common.mk
toolchain/gcc/patches/5.2.0/001-revert_register_mode_search.patch [deleted file]
toolchain/gcc/patches/5.2.0/002-case_insensitive.patch [deleted file]
toolchain/gcc/patches/5.2.0/010-documentation.patch [deleted file]
toolchain/gcc/patches/5.2.0/020-no-plt-backport.patch [deleted file]
toolchain/gcc/patches/5.2.0/030-fix-arm-codegen-PR-65932.patch [deleted file]
toolchain/gcc/patches/5.2.0/040-fix-mips-ICE-PR-68400.patch [deleted file]
toolchain/gcc/patches/5.2.0/050-ARM-PR-target-68059-libgcc-should-not-use-__write-fo.patch [deleted file]
toolchain/gcc/patches/5.2.0/100-uclibc-conf.patch [deleted file]
toolchain/gcc/patches/5.2.0/200-musl_config.patch [deleted file]
toolchain/gcc/patches/5.2.0/201-musl_arm.patch [deleted file]
toolchain/gcc/patches/5.2.0/202-musl_mips.patch [deleted file]
toolchain/gcc/patches/5.2.0/203-musl_powerpc.patch [deleted file]
toolchain/gcc/patches/5.2.0/204-musl_sh.patch [deleted file]
toolchain/gcc/patches/5.2.0/205-musl_x86.patch [deleted file]
toolchain/gcc/patches/5.2.0/206-musl_aarch64.patch [deleted file]
toolchain/gcc/patches/5.2.0/207-musl_fixincludes.patch [deleted file]
toolchain/gcc/patches/5.2.0/209-musl_libstdc++.patch [deleted file]
toolchain/gcc/patches/5.2.0/230-musl_libssp.patch [deleted file]
toolchain/gcc/patches/5.2.0/240-musl-libitm-fixes.patch [deleted file]
toolchain/gcc/patches/5.2.0/250-add-musl.patch [deleted file]
toolchain/gcc/patches/5.2.0/260-musl-add-unwind-fix.patch [deleted file]
toolchain/gcc/patches/5.2.0/270-musl-add-powerpc-softfloat-fix.patch [deleted file]
toolchain/gcc/patches/5.2.0/800-arm_v5te_no_ldrd_strd.patch [deleted file]
toolchain/gcc/patches/5.2.0/810-arm-softfloat-libgcc.patch [deleted file]
toolchain/gcc/patches/5.2.0/820-libgcc_pic.patch [deleted file]
toolchain/gcc/patches/5.2.0/830-arm_unbreak_armv4t.patch [deleted file]
toolchain/gcc/patches/5.2.0/840-armv4_pass_fix-v4bx_to_ld.patch [deleted file]
toolchain/gcc/patches/5.2.0/850-use_shared_libgcc.patch [deleted file]
toolchain/gcc/patches/5.2.0/851-libgcc_no_compat.patch [deleted file]
toolchain/gcc/patches/5.2.0/870-ppc_no_crtsavres.patch [deleted file]
toolchain/gcc/patches/5.2.0/880-no_java_section.patch [deleted file]
toolchain/gcc/patches/5.2.0/900-bad-mips16-crt.patch [deleted file]
toolchain/gcc/patches/5.2.0/910-mbsd_multi.patch [deleted file]
toolchain/gcc/patches/5.2.0/920-specs_nonfatal_getenv.patch [deleted file]
toolchain/gcc/patches/5.2.0/930-fix-mips-noexecstack.patch [deleted file]
toolchain/gcc/patches/5.2.0/940-no-clobber-stamp-bits.patch [deleted file]
toolchain/gcc/patches/5.2.0/950-cpp_file_path_translation.patch [deleted file]
toolchain/gcc/patches/5.3.0/001-revert_register_mode_search.patch [new file with mode: 0644]
toolchain/gcc/patches/5.3.0/002-case_insensitive.patch [new file with mode: 0644]
toolchain/gcc/patches/5.3.0/010-documentation.patch [new file with mode: 0644]
toolchain/gcc/patches/5.3.0/020-no-plt-backport.patch [new file with mode: 0644]
toolchain/gcc/patches/5.3.0/030-fix-arm-codegen-PR-65932.patch [new file with mode: 0644]
toolchain/gcc/patches/5.3.0/040-fix-mips-ICE-PR-68400.patch [new file with mode: 0644]
toolchain/gcc/patches/5.3.0/100-uclibc-conf.patch [new file with mode: 0644]
toolchain/gcc/patches/5.3.0/200-musl_config.patch [new file with mode: 0644]
toolchain/gcc/patches/5.3.0/201-musl_arm.patch [new file with mode: 0644]
toolchain/gcc/patches/5.3.0/202-musl_mips.patch [new file with mode: 0644]
toolchain/gcc/patches/5.3.0/203-musl_powerpc.patch [new file with mode: 0644]
toolchain/gcc/patches/5.3.0/204-musl_sh.patch [new file with mode: 0644]
toolchain/gcc/patches/5.3.0/205-musl_x86.patch [new file with mode: 0644]
toolchain/gcc/patches/5.3.0/206-musl_aarch64.patch [new file with mode: 0644]
toolchain/gcc/patches/5.3.0/207-musl_fixincludes.patch [new file with mode: 0644]
toolchain/gcc/patches/5.3.0/209-musl_libstdc++.patch [new file with mode: 0644]
toolchain/gcc/patches/5.3.0/230-musl_libssp.patch [new file with mode: 0644]
toolchain/gcc/patches/5.3.0/240-musl-libitm-fixes.patch [new file with mode: 0644]
toolchain/gcc/patches/5.3.0/250-add-musl.patch [new file with mode: 0644]
toolchain/gcc/patches/5.3.0/260-musl-add-unwind-fix.patch [new file with mode: 0644]
toolchain/gcc/patches/5.3.0/270-musl-add-powerpc-softfloat-fix.patch [new file with mode: 0644]
toolchain/gcc/patches/5.3.0/800-arm_v5te_no_ldrd_strd.patch [new file with mode: 0644]
toolchain/gcc/patches/5.3.0/810-arm-softfloat-libgcc.patch [new file with mode: 0644]
toolchain/gcc/patches/5.3.0/820-libgcc_pic.patch [new file with mode: 0644]
toolchain/gcc/patches/5.3.0/830-arm_unbreak_armv4t.patch [new file with mode: 0644]
toolchain/gcc/patches/5.3.0/840-armv4_pass_fix-v4bx_to_ld.patch [new file with mode: 0644]
toolchain/gcc/patches/5.3.0/850-use_shared_libgcc.patch [new file with mode: 0644]
toolchain/gcc/patches/5.3.0/851-libgcc_no_compat.patch [new file with mode: 0644]
toolchain/gcc/patches/5.3.0/870-ppc_no_crtsavres.patch [new file with mode: 0644]
toolchain/gcc/patches/5.3.0/880-no_java_section.patch [new file with mode: 0644]
toolchain/gcc/patches/5.3.0/900-bad-mips16-crt.patch [new file with mode: 0644]
toolchain/gcc/patches/5.3.0/910-mbsd_multi.patch [new file with mode: 0644]
toolchain/gcc/patches/5.3.0/920-specs_nonfatal_getenv.patch [new file with mode: 0644]
toolchain/gcc/patches/5.3.0/930-fix-mips-noexecstack.patch [new file with mode: 0644]
toolchain/gcc/patches/5.3.0/940-no-clobber-stamp-bits.patch [new file with mode: 0644]
toolchain/gcc/patches/5.3.0/950-cpp_file_path_translation.patch [new file with mode: 0644]