From 8647f4f018e4dee663b65948d75105fae7bb3cdc Mon Sep 17 00:00:00 2001 From: Evgeniy Didin Date: Wed, 12 Jul 2017 18:00:31 +0300 Subject: toolchain/arc: update to the most recent release arc-2017.03 arc-2017.03 is the most recent release toolchain for ARC cores and it is based on upstream Binutils 2.28 and GCC 6.3.0 Signed-off-by: Evgeniy Didin Cc: Alexey Brodkin Cc: John Crispin Cc: Hauke Mehrtens --- .../gcc/patches/arc-2017.03-release/880-no_java_section.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 toolchain/gcc/patches/arc-2017.03-release/880-no_java_section.patch (limited to 'toolchain/gcc/patches/arc-2017.03-release/880-no_java_section.patch') diff --git a/toolchain/gcc/patches/arc-2017.03-release/880-no_java_section.patch b/toolchain/gcc/patches/arc-2017.03-release/880-no_java_section.patch new file mode 100644 index 0000000000..0fa9e627c2 --- /dev/null +++ b/toolchain/gcc/patches/arc-2017.03-release/880-no_java_section.patch @@ -0,0 +1,11 @@ +--- a/gcc/defaults.h ++++ b/gcc/defaults.h +@@ -395,7 +395,7 @@ see the files COPYING3 and COPYING.RUNTI + /* If we have named section and we support weak symbols, then use the + .jcr section for recording java classes which need to be registered + at program start-up time. */ +-#if defined (TARGET_ASM_NAMED_SECTION) && SUPPORTS_WEAK ++#if 0 && defined (TARGET_ASM_NAMED_SECTION) && SUPPORTS_WEAK + #ifndef JCR_SECTION_NAME + #define JCR_SECTION_NAME ".jcr" + #endif -- cgit v1.2.3