From 3587c46af038e4bf558f3535da36eb73025eebe3 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Sat, 27 Feb 2016 14:31:38 +0000 Subject: main/gdb: upgrade to 7.11 --- main/gdb/gdb-linux_nat.patch | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 main/gdb/gdb-linux_nat.patch (limited to 'main/gdb/gdb-linux_nat.patch') diff --git a/main/gdb/gdb-linux_nat.patch b/main/gdb/gdb-linux_nat.patch deleted file mode 100644 index 6a7276cc41..0000000000 --- a/main/gdb/gdb-linux_nat.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- ./gdb/linux-nat.c.orig -+++ ./gdb/linux-nat.c -@@ -169,6 +169,10 @@ - #define O_LARGEFILE 0 - #endif - -+#ifndef W_STOPCODE -+#define W_STOPCODE(sig) ((sig) << 8 | 0x7f) -+#endif -+ - /* The single-threaded native GNU/Linux target_ops. We save a pointer for - the use of the multi-threaded target. */ - static struct target_ops *linux_ops; -@@ -4875,10 +4879,10 @@ - fortunately they don't change! */ - - if (restart == 0) -- restart = __SIGRTMIN; -+ restart = SIGRTMIN; - - if (cancel == 0) -- cancel = __SIGRTMIN + 1; -+ cancel = SIGRTMIN + 1; - - sigaddset (set, restart); - sigaddset (set, cancel); -- cgit v1.2.3