diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-02-02 18:35:17 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-02-02 18:35:17 +0000 |
commit | 779e259868d6e664235b6835ffd5e795776b4fa4 (patch) | |
tree | c87c312402d2351e467f91e80e2d64d904b51623 /package/gdbserver/patches | |
parent | 4a762acdd380273ac072a66aaca12be2cc6d7a1f (diff) |
gdb: update to 8.1
Diffstat (limited to 'package/gdbserver/patches')
-rw-r--r-- | package/gdbserver/patches/patch-gdb_nat_linux-ptrace_c | 11 |
1 files changed, 0 insertions, 11 deletions
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__ |