aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorAlexey Brodkin <abrodkin@synopsys.com>2016-06-20 15:54:44 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-06-20 15:54:44 +0200
commit444a62b67b43255cbe0562f38cd593f0750e9b81 (patch)
tree7f3893ee301f6f12b8c5acff1a8bdc62ed142958 /toolchain
parentb4d8d652a3e818911ac4b9873bf4f738a51f78e7 (diff)
downloadmaster-187ad058-444a62b67b43255cbe0562f38cd593f0750e9b81.tar.gz
master-187ad058-444a62b67b43255cbe0562f38cd593f0750e9b81.tar.bz2
master-187ad058-444a62b67b43255cbe0562f38cd593f0750e9b81.zip
toolchain/gdb: Use correct folder name for ARC patches
Even though ARC tools were released as arc-2016.03 we have a little bit different version name for GDB. That's because both Binutils and GDB come from the same git repo but from different branches (and so different tags). Also removing an extra patch that made its way into release. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gdb/patches/arc-2016.03-gdb/100-no_extern_inline.patch (renamed from toolchain/gdb/patches/arc-2016.03/100-no_extern_inline.patch)0
-rw-r--r--toolchain/gdb/patches/arc-2016.03-gdb/110-no_testsuite.patch (renamed from toolchain/gdb/patches/arc-2016.03/110-no_testsuite.patch)0
-rw-r--r--toolchain/gdb/patches/arc-2016.03-gdb/120-fix-compile-flag-mismatch.patch (renamed from toolchain/gdb/patches/arc-2016.03/120-fix-compile-flag-mismatch.patch)0
-rw-r--r--toolchain/gdb/patches/arc-2016.03/200-arc-fix-target-mask.patch13
4 files changed, 0 insertions, 13 deletions
diff --git a/toolchain/gdb/patches/arc-2016.03/100-no_extern_inline.patch b/toolchain/gdb/patches/arc-2016.03-gdb/100-no_extern_inline.patch
index 8c18c6e2e7..8c18c6e2e7 100644
--- a/toolchain/gdb/patches/arc-2016.03/100-no_extern_inline.patch
+++ b/toolchain/gdb/patches/arc-2016.03-gdb/100-no_extern_inline.patch
diff --git a/toolchain/gdb/patches/arc-2016.03/110-no_testsuite.patch b/toolchain/gdb/patches/arc-2016.03-gdb/110-no_testsuite.patch
index 1b284ea767..1b284ea767 100644
--- a/toolchain/gdb/patches/arc-2016.03/110-no_testsuite.patch
+++ b/toolchain/gdb/patches/arc-2016.03-gdb/110-no_testsuite.patch
diff --git a/toolchain/gdb/patches/arc-2016.03/120-fix-compile-flag-mismatch.patch b/toolchain/gdb/patches/arc-2016.03-gdb/120-fix-compile-flag-mismatch.patch
index c8b41f264a..c8b41f264a 100644
--- a/toolchain/gdb/patches/arc-2016.03/120-fix-compile-flag-mismatch.patch
+++ b/toolchain/gdb/patches/arc-2016.03-gdb/120-fix-compile-flag-mismatch.patch
diff --git a/toolchain/gdb/patches/arc-2016.03/200-arc-fix-target-mask.patch b/toolchain/gdb/patches/arc-2016.03/200-arc-fix-target-mask.patch
deleted file mode 100644
index 7e51d588ae..0000000000
--- a/toolchain/gdb/patches/arc-2016.03/200-arc-fix-target-mask.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/bfd/config.bfd b/bfd/config.bfd
-index 5145d4a..a9c9c99 100644
---- a/bfd/config.bfd
-+++ b/bfd/config.bfd
-@@ -275,7 +275,7 @@ case "${targ}" in
- targ_defvec=am33_elf32_linux_vec
- ;;
-
-- arc*-*-elf* | arc*-*-linux-uclibc*)
-+ arc*-*-elf* | arc*-*-linux-*)
- targ_defvec=arc_elf32_le_vec
- targ_selvecs=arc_elf32_be_vec
- ;;