yann@570: Original patch from gentoo: gentoo/src/patchsets/gdb/6.8/20_all_gdb-tdep-opcode-include-workaround.patch yann@570: -= BEGIN original header =- yann@570: workaround build failure yann@570: yann@570: http://bugs.gentoo.org/216368 yann@570: yann@570: -= END original header =- yann@570: diff -durN gdb-6.8.orig/gdb/frv-tdep.c gdb-6.8/gdb/frv-tdep.c yann@570: --- gdb-6.8.orig/gdb/frv-tdep.c 2008-01-11 14:19:59.000000000 +0100 yann@570: +++ gdb-6.8/gdb/frv-tdep.c 2008-06-17 16:07:34.000000000 +0200 yann@570: @@ -32,7 +32,7 @@ yann@570: #include "gdb_assert.h" yann@570: #include "sim-regno.h" yann@570: #include "gdb/sim-frv.h" yann@570: -#include "opcodes/frv-desc.h" /* for the H_SPR_... enums */ yann@570: +#include "../opcodes/frv-desc.h" /* for the H_SPR_... enums */ yann@570: #include "symtab.h" yann@570: #include "elf-bfd.h" yann@570: #include "elf/frv.h" yann@570: diff -durN gdb-6.8.orig/gdb/mep-tdep.c gdb-6.8/gdb/mep-tdep.c yann@570: --- gdb-6.8.orig/gdb/mep-tdep.c 2008-01-11 14:20:02.000000000 +0100 yann@570: +++ gdb-6.8/gdb/mep-tdep.c 2008-06-17 16:07:34.000000000 +0200 yann@570: @@ -53,8 +53,8 @@ yann@570: yann@570: /* Get the user's customized MeP coprocessor register names from yann@570: libopcodes. */ yann@570: -#include "opcodes/mep-desc.h" yann@570: -#include "opcodes/mep-opc.h" yann@570: +#include "../opcodes/mep-desc.h" yann@570: +#include "../opcodes/mep-opc.h" yann@570: yann@570: yann@570: /* The gdbarch_tdep structure. */