From 779e259868d6e664235b6835ffd5e795776b4fa4 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 2 Feb 2018 18:35:17 +0000 Subject: gdb: update to 8.1 --- package/gdbserver/patches/patch-gdb_nat_linux-ptrace_c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 package/gdbserver/patches/patch-gdb_nat_linux-ptrace_c (limited to 'package/gdbserver/patches') diff --git a/package/gdbserver/patches/patch-gdb_nat_linux-ptrace_c b/package/gdbserver/patches/patch-gdb_nat_linux-ptrace_c deleted file mode 100644 index 0721dd86c..000000000 --- a/package/gdbserver/patches/patch-gdb_nat_linux-ptrace_c +++ /dev/null @@ -1,11 +0,0 @@ ---- gdb-8.0.orig/gdb/nat/linux-ptrace.c 2017-06-04 17:51:27.000000000 +0200 -+++ gdb-8.0/gdb/nat/linux-ptrace.c 2017-08-05 03:34:56.803914716 +0200 -@@ -272,7 +272,7 @@ linux_fork_to_function (gdb_byte *child_ - #define STACK_SIZE 4096 - - if (child_stack == NULL) -- child_stack = xmalloc (STACK_SIZE * 4); -+ child_stack = (gdb_byte*) xmalloc (STACK_SIZE * 4); - - /* Use CLONE_VM instead of fork, to support uClinux (no MMU). */ - #ifdef __ia64__ -- cgit v1.2.3