From 3ac6f1791af77b682b1de4ad56157653aa566417 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Sun, 8 May 2022 14:27:39 +1200 Subject: gdb: drop obsolete versions Drop gdb 7.11.1, 7.12.1, 8.0.1, 8.1.1 and 8.2.1. Cleanup milestones related to these older versions. Signed-off-by: Chris Packham --- packages/gdb/7.11.1/0004-include-order.patch | 43 ---------------------------- 1 file changed, 43 deletions(-) delete mode 100644 packages/gdb/7.11.1/0004-include-order.patch (limited to 'packages/gdb/7.11.1/0004-include-order.patch') diff --git a/packages/gdb/7.11.1/0004-include-order.patch b/packages/gdb/7.11.1/0004-include-order.patch deleted file mode 100644 index c2f59527..00000000 --- a/packages/gdb/7.11.1/0004-include-order.patch +++ /dev/null @@ -1,43 +0,0 @@ -commit 5a6c3296a7a90694ad4042f6256f3da6d4fa4ee8 -Author: James Clarke -Date: Fri Jan 19 17:22:49 2018 +0000 - - gdb: Fix ia64 defining TRAP_HWBKPT before including gdb_wait.h - - On ia64, gdb_wait.h eventually includes siginfo-consts-arch.h, which - contains an enum with TRAP_HWBKPT, along with a #define. Thus we cannot - define TRAP_HWBKPT to 4 beforehand, and so gdb_wait.h must be included - earlier; include it from linux-ptrace.h so it can never come afterwards. - - gdb/ChangeLog: - - * nat/linux-ptrace.c: Remove unnecessary reinclusion of - gdb_ptrace.h, and move including gdb_wait.h ... - * nat/linux-ptrace.h: ... to here. - ---- - gdb/nat/linux-ptrace.c | 2 -- - gdb/nat/linux-ptrace.h | 1 + - 2 files changed, 1 insertion(+), 2 deletions(-) - ---- a/gdb/nat/linux-ptrace.c -+++ b/gdb/nat/linux-ptrace.c -@@ -21,8 +21,6 @@ - #include "linux-procfs.h" - #include "linux-waitpid.h" - #include "buffer.h" --#include "gdb_wait.h" --#include "gdb_ptrace.h" - - /* Stores the ptrace options supported by the running kernel. - A value of -1 means we did not check for features yet. A value ---- a/gdb/nat/linux-ptrace.h -+++ b/gdb/nat/linux-ptrace.h -@@ -21,6 +21,7 @@ - struct buffer; - - #include "nat/gdb_ptrace.h" -+#include "gdb_wait.h" - - #ifdef __UCLIBC__ - #if !(defined(__UCLIBC_HAS_MMU__) || defined(__ARCH_HAS_MMU__)) -- cgit v1.2.3