|
From: Peter H. <pet...@gm...> - 2011-07-19 10:07:32
|
Not sure where to post this, but the README_MISSING_SYSCALL_OR_IOCTL
asked for the patch...
I am using a ppc32 version of valgrind 3.6.1 and found that syscall
280 was being reported as unimplemented. I've made the following
patch, and it seems to fix the issue.
Regards,
Peter
valgrind-3.6.1/coregrind/m_syswrap/syswrap-ppc32-linux.c
*** 1853,1858 ****
--- 1853,1859 ----
LINX_(__NR_inotify_rm_watch, sys_inotify_rm_watch), // 277
PLAXY(__NR_spu_run, sys_spu_run), // 278
PLAX_(__NR_spu_create, sys_spu_create), // 279
+ LINX_(__NR_pselect6, sys_pselect6), // 280
LINXY(__NR_openat, sys_openat), // 286
LINX_(__NR_mkdirat, sys_mkdirat), // 287
|
|
From: Tom H. <to...@co...> - 2011-07-19 10:31:35
|
On 19/07/11 11:07, Peter Hedinger wrote: > Not sure where to post this, but the README_MISSING_SYSCALL_OR_IOCTL > asked for the patch... In the bug tracker please. Tom -- Tom Hughes (to...@co...) http://compton.nu/ |