summaryrefslogtreecommitdiff
path: root/packages/gdb/6.8a/0002-tdep-opcode-include-workaround.patch
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-09-21 07:35:27 (GMT)
committerGitHub <noreply@github.com>2021-09-21 07:35:27 (GMT)
commit02d1503f6769be4ad8058b393d4245febced459f (patch)
tree7ed5bd7fb084879f1750b3ad378c404b9e6a9997 /packages/gdb/6.8a/0002-tdep-opcode-include-workaround.patch
parent5f5a22f7a7307790ec571d0c5acf8790416964e6 (diff)
parent68088f65c66790c1a5920e67e7e34d9f77e5a20f (diff)
Merge pull request #1599 from cpackham/gdb
Gdb update and cleanup
Diffstat (limited to 'packages/gdb/6.8a/0002-tdep-opcode-include-workaround.patch')
-rw-r--r--packages/gdb/6.8a/0002-tdep-opcode-include-workaround.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/packages/gdb/6.8a/0002-tdep-opcode-include-workaround.patch b/packages/gdb/6.8a/0002-tdep-opcode-include-workaround.patch
deleted file mode 100644
index dcdcc1d..0000000
--- a/packages/gdb/6.8a/0002-tdep-opcode-include-workaround.patch
+++ /dev/null
@@ -1,36 +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 =-
----
- gdb/frv-tdep.c | 2 +-
- gdb/mep-tdep.c | 4 ++--
- 2 files changed, 3 insertions(+), 3 deletions(-)
-
---- a/gdb/frv-tdep.c
-+++ b/gdb/frv-tdep.c
-@@ -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"
---- a/gdb/mep-tdep.c
-+++ b/gdb/mep-tdep.c
-@@ -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. */