Browse Source

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 <[email protected]>
Alexey Brodkin 9 years ago
parent
commit
c5bbb55bab

+ 0 - 0
toolchain/gdb/patches/arc-2016.03/100-no_extern_inline.patch → toolchain/gdb/patches/arc-2016.03-gdb/100-no_extern_inline.patch


+ 0 - 0
toolchain/gdb/patches/arc-2016.03/110-no_testsuite.patch → toolchain/gdb/patches/arc-2016.03-gdb/110-no_testsuite.patch


+ 0 - 0
toolchain/gdb/patches/arc-2016.03/120-fix-compile-flag-mismatch.patch → toolchain/gdb/patches/arc-2016.03-gdb/120-fix-compile-flag-mismatch.patch


+ 0 - 13
toolchain/gdb/patches/arc-2016.03/200-arc-fix-target-mask.patch

@@ -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
-     ;;