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
------------------------------------------------------------------------------
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users