From: Mark Wielaard Date: Fri, 10 Oct 2014 21:13:28 +0000 (+0000) Subject: Bug 339853 arm64 times syscall unknown. X-Git-Tag: svn/VALGRIND_3_11_0~930 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=139476d4940280f6e600a82dd4f3796b7784d751;p=thirdparty%2Fvalgrind.git Bug 339853 arm64 times syscall unknown. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14616 --- diff --git a/NEWS b/NEWS index de86c41c98..8b04a4343c 100644 --- a/NEWS +++ b/NEWS @@ -36,6 +36,7 @@ where XXXXXX is the bug number as listed below. bytes stored prior 339433 ppc64 lxvw4x instruction uses four 32-byte loads 339721 assertion 'check_sibling == sibling' failed in readdwarf3.c ... +339853 arm64 times syscall unknown n-i-bz Old STABS code is still being compiled, but never used. Remove it. n-i-bz Fix compilation on distros with glibc < 2.5 diff --git a/coregrind/m_syswrap/syswrap-arm64-linux.c b/coregrind/m_syswrap/syswrap-arm64-linux.c index e3f736b25a..dd13bda258 100644 --- a/coregrind/m_syswrap/syswrap-arm64-linux.c +++ b/coregrind/m_syswrap/syswrap-arm64-linux.c @@ -953,6 +953,7 @@ static SyscallTableEntry syscall_main_table[] = { LINX_(__NR_setresuid, sys_setresuid), // 147 LINXY(__NR_getresuid, sys_getresuid), // 148 LINXY(__NR_getresgid, sys_getresgid), // 150 + GENXY(__NR_times, sys_times), // 153 GENX_(__NR_setpgid, sys_setpgid), // 154 GENX_(__NR_getpgid, sys_getpgid), // 155 GENXY(__NR_uname, sys_newuname), // 160 @@ -1068,7 +1069,6 @@ static SyscallTableEntry syscall_main_table[] = { //ZZ //ZZ GENX_(__NR_rmdir, sys_rmdir), // 40 //ZZ LINXY(__NR_pipe, sys_pipe), // 42 -//ZZ GENXY(__NR_times, sys_times), // 43 //ZZ // GENX_(__NR_prof, sys_ni_syscall), // 44 //ZZ LINX_(__NR_setgid, sys_setgid16), // 46