diff options
Diffstat (limited to 'meta-oe/recipes-devtools/ltrace/files/ltrace-mips.patch')
| -rw-r--r-- | meta-oe/recipes-devtools/ltrace/files/ltrace-mips.patch | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/meta-oe/recipes-devtools/ltrace/files/ltrace-mips.patch b/meta-oe/recipes-devtools/ltrace/files/ltrace-mips.patch deleted file mode 100644 index 6df5e211a1..0000000000 --- a/meta-oe/recipes-devtools/ltrace/files/ltrace-mips.patch +++ /dev/null | |||
| @@ -1,36 +0,0 @@ | |||
| 1 | Index: ltrace-0.5.3/sysdeps/linux-gnu/mipsel/plt.c | ||
| 2 | =================================================================== | ||
| 3 | --- ltrace-0.5.3.orig/sysdeps/linux-gnu/mipsel/plt.c 2009-10-23 23:25:59.292780574 -0700 | ||
| 4 | +++ ltrace-0.5.3/sysdeps/linux-gnu/mipsel/plt.c 2009-10-23 23:26:22.671522220 -0700 | ||
| 5 | @@ -1,4 +1,4 @@ | ||
| 6 | -#include <debug.h> | ||
| 7 | +#include "debug.h" | ||
| 8 | #include <gelf.h> | ||
| 9 | #include <sys/ptrace.h> | ||
| 10 | #include "common.h" | ||
| 11 | Index: ltrace-0.5.3/sysdeps/linux-gnu/mipsel/regs.c | ||
| 12 | =================================================================== | ||
| 13 | --- ltrace-0.5.3.orig/sysdeps/linux-gnu/mipsel/regs.c 2009-10-23 23:25:59.312777529 -0700 | ||
| 14 | +++ ltrace-0.5.3/sysdeps/linux-gnu/mipsel/regs.c 2009-10-23 23:26:08.190311896 -0700 | ||
| 15 | @@ -4,7 +4,6 @@ | ||
| 16 | #include <sys/types.h> | ||
| 17 | #include <sys/ptrace.h> | ||
| 18 | #include <asm/ptrace.h> | ||
| 19 | -#include <linux/user.h> | ||
| 20 | |||
| 21 | #include "common.h" | ||
| 22 | #include "mipsel.h" | ||
| 23 | Index: ltrace-0.5.3/handle_event.c | ||
| 24 | =================================================================== | ||
| 25 | --- ltrace-0.5.3.orig/handle_event.c 2009-10-23 23:29:48.780274445 -0700 | ||
| 26 | +++ ltrace-0.5.3/handle_event.c 2009-10-23 23:37:32.260284055 -0700 | ||
| 27 | @@ -573,7 +573,8 @@ handle_breakpoint(Event *event) { | ||
| 28 | void *old_addr; | ||
| 29 | struct library_symbol *sym= event->proc->callstack[i].c_un.libfunc; | ||
| 30 | assert(sym); | ||
| 31 | - old_addr = dict_find_entry(event->proc->breakpoints, sym2addr(event->proc, sym))->addr; | ||
| 32 | + struct Breakpoint *tbp = dict_find_entry(event->proc->breakpoints, sym2addr(event->proc, sym)); | ||
| 33 | + old_addr = tbp->addr; | ||
| 34 | addr=sym2addr(event->proc,sym); | ||
| 35 | assert(old_addr !=0 && addr !=0); | ||
| 36 | if(addr != old_addr){ | ||
