X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fwigyori.git;a=blobdiff_plain;f=package%2Fdevel%2Fstrace%2Fpatches%2F100-workaround--pt-reg-collisions-ppc.patch;fp=package%2Fdevel%2Fstrace%2Fpatches%2F100-workaround--pt-reg-collisions-ppc.patch;h=5dc1e6713f5c801b9a6f72244eeea19b0ce658bd;hp=0000000000000000000000000000000000000000;hb=c437a671525d4fa01f69e57effee76da09d6761f;hpb=0d760bfba8da81c508ec1cec679c85278820bba7;ds=sidebyside diff --git a/package/devel/strace/patches/100-workaround--pt-reg-collisions-ppc.patch b/package/devel/strace/patches/100-workaround--pt-reg-collisions-ppc.patch new file mode 100644 index 0000000000..5dc1e6713f --- /dev/null +++ b/package/devel/strace/patches/100-workaround--pt-reg-collisions-ppc.patch @@ -0,0 +1,19 @@ +diff --git a/ptrace.h b/ptrace.h +index ddb46cb..48a54b8 100644 +--- a/ptrace.h ++++ b/ptrace.h +@@ -55,7 +55,14 @@ extern long ptrace(int, int, char *, long); + # define ptrace_peeksiginfo_args XXX_ptrace_peeksiginfo_args + #endif + ++#if POWERPC ++#include ++#define __ASSEMBLY__ ++#endif + #include ++#if POWERPC ++#undef __ASSEMBLY__ ++#endif + + #ifdef HAVE_STRUCT_IA64_FPREG + # undef ia64_fpreg