diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-04-27 08:03:26 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-04-27 08:03:38 +0200 |
commit | 00f66583b1549a8bf838a02d929e931e191053b9 (patch) | |
tree | 78304755e29dacec688aa94e67080b17f39f0af4 /package/gdb/patches | |
parent | dffe927fb9efe074ba27025f6dee78fed419c5e3 (diff) |
gdb: fix musl ppc compile
Diffstat (limited to 'package/gdb/patches')
-rw-r--r-- | package/gdb/patches/patch-gdb_nat_ppc-linux_h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/gdb/patches/patch-gdb_nat_ppc-linux_h b/package/gdb/patches/patch-gdb_nat_ppc-linux_h new file mode 100644 index 000000000..20929b4cf --- /dev/null +++ b/package/gdb/patches/patch-gdb_nat_ppc-linux_h @@ -0,0 +1,12 @@ +--- gdb-7.11.orig/gdb/nat/ppc-linux.h 2016-02-10 04:19:39.000000000 +0100 ++++ gdb-7.11/gdb/nat/ppc-linux.h 2016-04-24 21:19:39.351474402 +0200 +@@ -18,7 +18,9 @@ + #ifndef PPC_LINUX_H + #define PPC_LINUX_H 1 + ++#define pt_regs uapi_pt_regs + #include <asm/ptrace.h> ++#undef pt_regs + #include <asm/cputable.h> + + /* This sometimes isn't defined. */ |