From 76b124a4d6a9ab0d567bd5f6a43dd235170086cf Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 11 Sep 2011 18:28:45 +0200 Subject: debug/gdb: rename patch directories Missed renaming the patch directories after the version renames... :-( Signed-off-by: "Yann E. MORIN" --- .../6.8/120-tdep-opcode-include-workaround.patch | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 patches/gdb/6.8/120-tdep-opcode-include-workaround.patch (limited to 'patches/gdb/6.8/120-tdep-opcode-include-workaround.patch') diff --git a/patches/gdb/6.8/120-tdep-opcode-include-workaround.patch b/patches/gdb/6.8/120-tdep-opcode-include-workaround.patch deleted file mode 100644 index 61fdef48..00000000 --- a/patches/gdb/6.8/120-tdep-opcode-include-workaround.patch +++ /dev/null @@ -1,33 +0,0 @@ -Original patch from gentoo: gentoo/src/patchsets/gdb/6.8/20_all_gdb-tdep-opcode-include-workaround.patch --= BEGIN original header =- -workaround build failure - -http://bugs.gentoo.org/216368 - --= END original header =- -diff -durN gdb-6.8.orig/gdb/frv-tdep.c gdb-6.8/gdb/frv-tdep.c ---- gdb-6.8.orig/gdb/frv-tdep.c 2008-01-11 14:19:59.000000000 +0100 -+++ gdb-6.8/gdb/frv-tdep.c 2008-06-17 16:07:34.000000000 +0200 -@@ -32,7 +32,7 @@ - #include "gdb_assert.h" - #include "sim-regno.h" - #include "gdb/sim-frv.h" --#include "opcodes/frv-desc.h" /* for the H_SPR_... enums */ -+#include "../opcodes/frv-desc.h" /* for the H_SPR_... enums */ - #include "symtab.h" - #include "elf-bfd.h" - #include "elf/frv.h" -diff -durN gdb-6.8.orig/gdb/mep-tdep.c gdb-6.8/gdb/mep-tdep.c ---- gdb-6.8.orig/gdb/mep-tdep.c 2008-01-11 14:20:02.000000000 +0100 -+++ gdb-6.8/gdb/mep-tdep.c 2008-06-17 16:07:34.000000000 +0200 -@@ -53,8 +53,8 @@ - - /* Get the user's customized MeP coprocessor register names from - libopcodes. */ --#include "opcodes/mep-desc.h" --#include "opcodes/mep-opc.h" -+#include "../opcodes/mep-desc.h" -+#include "../opcodes/mep-opc.h" - - - /* The gdbarch_tdep structure. */ -- cgit v1.2.3