Added patch for ppc to build correctly, added prebuilt soft float ppc msb binary

This commit is contained in:
Adam Greene 2017-05-15 13:41:55 -04:00
parent 3585267587
commit 8cb148548e
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
diff -Naur gdb-7.12/gdb/gdbserver/linux-ppc-low.c gdb-7.12-ppc-patched/gdb/gdbserver/linux-ppc-low.c
--- gdb-7.12/gdb/gdbserver/linux-ppc-low.c 2016-08-01 11:50:20.000000000 -0400
+++ gdb-7.12-ppc-patched/gdb/gdbserver/linux-ppc-low.c 2017-05-15 13:40:22.073884258 -0400
@@ -21,7 +21,9 @@
#include "linux-low.h"
#include <elf.h>
+#define __ASSEMBLY__
#include <asm/ptrace.h>
+#undef __ASSEMBLY__
#include "nat/ppc-linux.h"
#include "linux-ppc-tdesc.h"

BIN
prebuilt/gdbserver-7.12-ppc-sysv Executable file

Binary file not shown.