Blame SOURCES/rhel7.6-s390-nat.patch

7ef056
--- crash-7.2.3/gdb-7.6.patch.orig
7ef056
+++ crash-7.2.3/gdb-7.6.patch
7ef056
@@ -2392,3 +2392,18 @@ diff -up gdb-7.6/opcodes/configure.orig
7ef056
                  req->flags |= GNU_COMMAND_FAILED;
7ef056
  }
7ef056
  
7ef056
+--- gdb-7.6/gdb/s390-nat.c.orig
7ef056
++++ gdb-7.6/gdb/s390-nat.c
7ef056
+@@ -31,6 +31,12 @@
7ef056
+ #include "elf/common.h"
7ef056
+ 
7ef056
+ #include <asm/ptrace.h>
7ef056
++#undef PTRACE_PEEKUSR_AREA
7ef056
++#undef PTRACE_POKEUSR_AREA
7ef056
++#undef PTRACE_GET_LAST_BREAK
7ef056
++#undef PTRACE_ENABLE_TE
7ef056
++#undef PTRACE_DISABLE_TE
7ef056
++#undef PTRACE_TE_ABORT_RAND
7ef056
+ #include <sys/ptrace.h>
7ef056
+ #include <asm/types.h>
7ef056
+ #include <sys/procfs.h>