diff options
Diffstat (limited to 'system/gdb/ppc-ptregs.patch')
-rw-r--r-- | system/gdb/ppc-ptregs.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/gdb/ppc-ptregs.patch b/system/gdb/ppc-ptregs.patch new file mode 100644 index 000000000..743bd2e6d --- /dev/null +++ b/system/gdb/ppc-ptregs.patch @@ -0,0 +1,10 @@ +--- a/gdb/gdbserver/linux-ppc-low.c ++++ b/gdb/gdbserver/linux-ppc-low.c +@@ -21,7 +21,6 @@ + #include "linux-low.h" + + #include <elf.h> +-#include <asm/ptrace.h> + + #include "nat/ppc-linux.h" + #include "linux-ppc-tdesc.h" |