toolchain/arc: update to the most recent release arc-2017.09
authorEvgeniy Didin <Evgeniy.Didin@synopsys.com>
Wed, 24 Jan 2018 17:26:03 +0000 (20:26 +0300)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 27 Jan 2018 15:46:44 +0000 (16:46 +0100)
commite47fe3284f25c0d7354f239ea8424b96dfe5b36d
tree3d7664b58bf65eee13543aee8fa0848036cd25c9
parent53021ce7f24b0fd80a6f50517a25d762d783102b
toolchain/arc: update to the most recent release arc-2017.09

This commit finally bumps ARC tools to the most recent arc-2017.09 release version.

ARC GNU tools of version arc-2017.09 bring some quite significant changes like:
 * Binutils v2.29 with additional ARC patches
 * GCC 7.1.1 with additional ARC patches

More information on this release could be found here:
  https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/tag/arc-2017.09-release

Signed-off-by: Evgeniy Didin <Evgeniy.Didin@synopsys.com>
CC: Alexey Brodkin <abrodkin@synopsys.com>
CC: John Crispin <john@phrozen.org>
49 files changed:
package/devel/gdb-arc/Makefile
toolchain/binutils/Config.in
toolchain/binutils/Config.version
toolchain/binutils/Makefile
toolchain/gcc/Config.in
toolchain/gcc/Config.version
toolchain/gcc/common.mk
toolchain/gcc/patches/arc-2017.03-release/001-revert_register_mode_search.patch [deleted file]
toolchain/gcc/patches/arc-2017.03-release/002-case_insensitive.patch [deleted file]
toolchain/gcc/patches/arc-2017.03-release/010-documentation.patch [deleted file]
toolchain/gcc/patches/arc-2017.03-release/230-musl_libssp.patch [deleted file]
toolchain/gcc/patches/arc-2017.03-release/280-musl-disable-ifunc-by-default.patch [deleted file]
toolchain/gcc/patches/arc-2017.03-release/300-mips_Os_cpu_rtx_cost_model.patch [deleted file]
toolchain/gcc/patches/arc-2017.03-release/800-arm_v5te_no_ldrd_strd.patch [deleted file]
toolchain/gcc/patches/arc-2017.03-release/810-arm-softfloat-libgcc.patch [deleted file]
toolchain/gcc/patches/arc-2017.03-release/820-libgcc_pic.patch [deleted file]
toolchain/gcc/patches/arc-2017.03-release/830-arm_unbreak_armv4t.patch [deleted file]
toolchain/gcc/patches/arc-2017.03-release/840-armv4_pass_fix-v4bx_to_ld.patch [deleted file]
toolchain/gcc/patches/arc-2017.03-release/850-use_shared_libgcc.patch [deleted file]
toolchain/gcc/patches/arc-2017.03-release/851-libgcc_no_compat.patch [deleted file]
toolchain/gcc/patches/arc-2017.03-release/870-ppc_no_crtsavres.patch [deleted file]
toolchain/gcc/patches/arc-2017.03-release/880-no_java_section.patch [deleted file]
toolchain/gcc/patches/arc-2017.03-release/881-no_tm_section.patch [deleted file]
toolchain/gcc/patches/arc-2017.03-release/900-bad-mips16-crt.patch [deleted file]
toolchain/gcc/patches/arc-2017.03-release/910-mbsd_multi.patch [deleted file]
toolchain/gcc/patches/arc-2017.03-release/920-specs_nonfatal_getenv.patch [deleted file]
toolchain/gcc/patches/arc-2017.03-release/930-fix-mips-noexecstack.patch [deleted file]
toolchain/gcc/patches/arc-2017.03-release/940-no-clobber-stamp-bits.patch [deleted file]
toolchain/gcc/patches/arc-2017.03-release/950-cpp_file_path_translation.patch [deleted file]
toolchain/gcc/patches/arc-2017.09-release/001-revert_register_mode_search.patch [new file with mode: 0644]
toolchain/gcc/patches/arc-2017.09-release/002-case_insensitive.patch [new file with mode: 0644]
toolchain/gcc/patches/arc-2017.09-release/010-documentation.patch [new file with mode: 0644]
toolchain/gcc/patches/arc-2017.09-release/230-musl_libssp.patch [new file with mode: 0644]
toolchain/gcc/patches/arc-2017.09-release/300-mips_Os_cpu_rtx_cost_model.patch [new file with mode: 0644]
toolchain/gcc/patches/arc-2017.09-release/800-arm_v5te_no_ldrd_strd.patch [new file with mode: 0644]
toolchain/gcc/patches/arc-2017.09-release/810-arm-softfloat-libgcc.patch [new file with mode: 0644]
toolchain/gcc/patches/arc-2017.09-release/820-libgcc_pic.patch [new file with mode: 0644]
toolchain/gcc/patches/arc-2017.09-release/840-armv4_pass_fix-v4bx_to_ld.patch [new file with mode: 0644]
toolchain/gcc/patches/arc-2017.09-release/850-use_shared_libgcc.patch [new file with mode: 0644]
toolchain/gcc/patches/arc-2017.09-release/851-libgcc_no_compat.patch [new file with mode: 0644]
toolchain/gcc/patches/arc-2017.09-release/870-ppc_no_crtsavres.patch [new file with mode: 0644]
toolchain/gcc/patches/arc-2017.09-release/881-no_tm_section.patch [new file with mode: 0644]
toolchain/gcc/patches/arc-2017.09-release/900-bad-mips16-crt.patch [new file with mode: 0644]
toolchain/gcc/patches/arc-2017.09-release/910-mbsd_multi.patch [new file with mode: 0644]
toolchain/gcc/patches/arc-2017.09-release/920-specs_nonfatal_getenv.patch [new file with mode: 0644]
toolchain/gcc/patches/arc-2017.09-release/930-fix-mips-noexecstack.patch [new file with mode: 0644]
toolchain/gcc/patches/arc-2017.09-release/940-no-clobber-stamp-bits.patch [new file with mode: 0644]
toolchain/gcc/patches/arc-2017.09-release/950-cpp_file_path_translation.patch [new file with mode: 0644]
toolchain/gdb/Makefile