From 3fc2737bfe6ae12b0dddbbad5a9cfb14f66e6eed Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Tue, 14 Sep 2021 20:43:19 +1200 Subject: gdb: Drop obsolete version Drop versions of gdb that were marked as obsolete prior to the crosstool-ng-1.24.0 release. Signed-off-by: Chris Packham --- packages/gdb/6.8a/0005-handle-stpcpy-define.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 packages/gdb/6.8a/0005-handle-stpcpy-define.patch (limited to 'packages/gdb/6.8a/0005-handle-stpcpy-define.patch') diff --git a/packages/gdb/6.8a/0005-handle-stpcpy-define.patch b/packages/gdb/6.8a/0005-handle-stpcpy-define.patch deleted file mode 100644 index 11142e24..00000000 --- a/packages/gdb/6.8a/0005-handle-stpcpy-define.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- - bfd/sysdep.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/bfd/sysdep.h -+++ b/bfd/sysdep.h -@@ -131,7 +131,7 @@ - extern PTR realloc (); - #endif - --#if !HAVE_DECL_STPCPY -+#if !HAVE_DECL_STPCPY && !defined(stpcpy) - extern char *stpcpy (char *__dest, const char *__src); - #endif - -- cgit v1.2.3