summaryrefslogtreecommitdiff
path: root/packages/gdb/11.1/0003-xtensa-Fix-compilation-of-gdbserver.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2022-02-04 20:33:45 (GMT)
committerAlexey Neyman <stilor@att.net>2022-02-11 08:47:51 (GMT)
commitdb3b51de5adafe23d9e627b795d4d0d8d820222a (patch)
tree8af3e4588cc8f8e988da90c3417914166c8b3eac /packages/gdb/11.1/0003-xtensa-Fix-compilation-of-gdbserver.patch
parent4c0d78bb64797bee5414bbc92b35dbbb3e57b34f (diff)
Remove GDB 11.1
This was originally an upgrade from 11.1 to 11.2 that fixed moxie-* samples affected by PR sim/28302. GDB 11.2 landed independently on master, so just remove 11.1 (one release per upstream branch, please, we already have lots of version/architecture/host permutations to test). Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/gdb/11.1/0003-xtensa-Fix-compilation-of-gdbserver.patch')
-rw-r--r--packages/gdb/11.1/0003-xtensa-Fix-compilation-of-gdbserver.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/packages/gdb/11.1/0003-xtensa-Fix-compilation-of-gdbserver.patch b/packages/gdb/11.1/0003-xtensa-Fix-compilation-of-gdbserver.patch
deleted file mode 100644
index 7ccfa68..0000000
--- a/packages/gdb/11.1/0003-xtensa-Fix-compilation-of-gdbserver.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 6f110500ed04148e3734f5b6a4fc573477c8398a Mon Sep 17 00:00:00 2001
-From: Alexey Brodkin <abrodkin@synopsys.com>
-Date: Tue, 24 Aug 2021 12:29:18 -0700
-Subject: [PATCH] xtensa: Fix compilation of gdbserver
-
-Otherwise a lot of errors like the following happen:
---------------------------->8---------------------------------
-Error: .../gdb/xtensa-linux-nat.c:66:17: error: 'gdbarch_pc_regnum' was not declared in this scope
-Error: .../gdb/xtensa-linux-nat.c:68:17: error: 'gdbarch_ps_regnum' was not declared in this scope
-Error: .../gdb/xtensa-linux-nat.c:71:38: error: no matching function for call to 'gdbarch_tdep::gdbarch_tdep(gdbarch*&)'
-...
---------------------------->8---------------------------------
-
-Initially caught by https://github.com/crosstool-ng/crosstool-ng/pull/1573/checks?check_run_id=3361561567
-
-Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
----
- gdb/xtensa-linux-nat.c | 1 +
- 1 file changed, 1 insertion(+)
-
---- a/gdb/xtensa-linux-nat.c
-+++ b/gdb/xtensa-linux-nat.c
-@@ -34,6 +34,7 @@
- #include "nat/gdb_ptrace.h"
- #include <asm/ptrace.h>
-
-+#include "gdbarch.h"
- #include "gregset.h"
- #include "xtensa-tdep.h"
-