toolchain: Bump ARC tools to arc-2016.03
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>
Thu, 19 May 2016 05:20:33 +0000 (08:20 +0300)
committerFelix Fietkau <nbd@nbd.name>
Thu, 19 May 2016 17:29:44 +0000 (19:29 +0200)
commitd354bfde174514973309e788e11c286f1667c2f5
treec71bdb107387fb9c9aedce9b93f8cabbf5ab2378
parent8d105653b13eb5f56764c8e02f307f4d28a6a3a7
toolchain: Bump ARC tools to arc-2016.03

This change switches ARC tools to the most recent arc-2016.03
version.

ARC GNU tools of version arc-2016.03 bring some quite significant
changes like:
 * Binutils v2.26+ (upstream commit id 202ac19 with additional ARC
 * patches)
 * GCC v4.8.5
 * GDB 7.10

More about changes, improvements and fixes could be found here:
https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/tag/arc-2016.03

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
50 files changed:
toolchain/binutils/Config.in
toolchain/binutils/Config.version
toolchain/binutils/Makefile
toolchain/binutils/patches/arc-2016.03/200-arc-fix-target-mask.patch [new file with mode: 0644]
toolchain/gcc/Config.version
toolchain/gcc/common.mk
toolchain/gcc/patches/arc-2015.06/001-revert_register_mode_search.patch [deleted file]
toolchain/gcc/patches/arc-2015.06/002-weak_data_fix.patch [deleted file]
toolchain/gcc/patches/arc-2015.06/003-universal_initializer.patch [deleted file]
toolchain/gcc/patches/arc-2015.06/004-case_insensitive.patch [deleted file]
toolchain/gcc/patches/arc-2015.06/010-documentation.patch [deleted file]
toolchain/gcc/patches/arc-2015.06/020-no-plt-backport.patch [deleted file]
toolchain/gcc/patches/arc-2015.06/100-uclibc-conf.patch [deleted file]
toolchain/gcc/patches/arc-2015.06/210-disable_libsanitizer_off_t_check.patch [deleted file]
toolchain/gcc/patches/arc-2015.06/800-arc-disablelibgmon.patch [deleted file]
toolchain/gcc/patches/arc-2015.06/820-libgcc_pic.patch [deleted file]
toolchain/gcc/patches/arc-2015.06/850-use_shared_libgcc.patch [deleted file]
toolchain/gcc/patches/arc-2015.06/851-libgcc_no_compat.patch [deleted file]
toolchain/gcc/patches/arc-2015.06/860-use_eh_frame.patch [deleted file]
toolchain/gcc/patches/arc-2015.06/870-ppc_no_crtsavres.patch [deleted file]
toolchain/gcc/patches/arc-2015.06/880-no_java_section.patch [deleted file]
toolchain/gcc/patches/arc-2015.06/910-mbsd_multi.patch [deleted file]
toolchain/gcc/patches/arc-2015.06/920-specs_nonfatal_getenv.patch [deleted file]
toolchain/gcc/patches/arc-2015.06/940-no-clobber-stamp-bits.patch [deleted file]
toolchain/gcc/patches/arc-2016.03/001-revert_register_mode_search.patch [new file with mode: 0644]
toolchain/gcc/patches/arc-2016.03/002-weak_data_fix.patch [new file with mode: 0644]
toolchain/gcc/patches/arc-2016.03/003-universal_initializer.patch [new file with mode: 0644]
toolchain/gcc/patches/arc-2016.03/004-case_insensitive.patch [new file with mode: 0644]
toolchain/gcc/patches/arc-2016.03/010-documentation.patch [new file with mode: 0644]
toolchain/gcc/patches/arc-2016.03/020-no-plt-backport.patch [new file with mode: 0644]
toolchain/gcc/patches/arc-2016.03/100-uclibc-conf.patch [new file with mode: 0644]
toolchain/gcc/patches/arc-2016.03/210-disable_libsanitizer_off_t_check.patch [new file with mode: 0644]
toolchain/gcc/patches/arc-2016.03/800-arc-disablelibgmon.patch [new file with mode: 0644]
toolchain/gcc/patches/arc-2016.03/820-libgcc_pic.patch [new file with mode: 0644]
toolchain/gcc/patches/arc-2016.03/850-use_shared_libgcc.patch [new file with mode: 0644]
toolchain/gcc/patches/arc-2016.03/851-libgcc_no_compat.patch [new file with mode: 0644]
toolchain/gcc/patches/arc-2016.03/860-use_eh_frame.patch [new file with mode: 0644]
toolchain/gcc/patches/arc-2016.03/870-ppc_no_crtsavres.patch [new file with mode: 0644]
toolchain/gcc/patches/arc-2016.03/880-no_java_section.patch [new file with mode: 0644]
toolchain/gcc/patches/arc-2016.03/910-mbsd_multi.patch [new file with mode: 0644]
toolchain/gcc/patches/arc-2016.03/920-specs_nonfatal_getenv.patch [new file with mode: 0644]
toolchain/gcc/patches/arc-2016.03/940-no-clobber-stamp-bits.patch [new file with mode: 0644]
toolchain/gdb/Makefile
toolchain/gdb/patches/arc-2015.06-gdb/100-no_extern_inline.patch [deleted file]
toolchain/gdb/patches/arc-2015.06-gdb/110-no_testsuite.patch [deleted file]
toolchain/gdb/patches/arc-2015.06-gdb/120-fix-compile-flag-mismatch.patch [deleted file]
toolchain/gdb/patches/arc-2016.03/100-no_extern_inline.patch [new file with mode: 0644]
toolchain/gdb/patches/arc-2016.03/110-no_testsuite.patch [new file with mode: 0644]
toolchain/gdb/patches/arc-2016.03/120-fix-compile-flag-mismatch.patch [new file with mode: 0644]
toolchain/gdb/patches/arc-2016.03/200-arc-fix-target-mask.patch [new file with mode: 0644]