|
From: <sv...@va...> - 2005-12-27 14:06:14
|
Author: sewardj
Date: 2005-12-27 14:06:03 +0000 (Tue, 27 Dec 2005)
New Revision: 5447
Log:
Merge r5270 (fix for: ppc32: __NR_{set,get}priority)
Modified:
branches/VALGRIND_3_1_BRANCH/coregrind/m_syswrap/syswrap-ppc32-linux.c
branches/VALGRIND_3_1_BRANCH/coregrind/vki_unistd-ppc32-linux.h
Modified: branches/VALGRIND_3_1_BRANCH/coregrind/m_syswrap/syswrap-ppc32-=
linux.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VALGRIND_3_1_BRANCH/coregrind/m_syswrap/syswrap-ppc32-linux.=
c 2005-12-27 14:03:47 UTC (rev 5446)
+++ branches/VALGRIND_3_1_BRANCH/coregrind/m_syswrap/syswrap-ppc32-linux.=
c 2005-12-27 14:06:03 UTC (rev 5447)
@@ -1560,8 +1560,8 @@
GENX_(__NR_fchmod, sys_fchmod), // 94
=20
LINX_(__NR_fchown, sys_fchown16), // 95
-//.. GENX_(__NR_getpriority, sys_getpriority), // 96
-//.. GENX_(__NR_setpriority, sys_setpriority), // 97
+ GENX_(__NR_getpriority, sys_getpriority), // 96
+ GENX_(__NR_setpriority, sys_setpriority), // 97
//.. GENX_(__NR_profil, sys_ni_syscall), // 98
//.. GENXY(__NR_statfs, sys_statfs), // 99
//..=20
Modified: branches/VALGRIND_3_1_BRANCH/coregrind/vki_unistd-ppc32-linux.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/VALGRIND_3_1_BRANCH/coregrind/vki_unistd-ppc32-linux.h 2005-=
12-27 14:03:47 UTC (rev 5446)
+++ branches/VALGRIND_3_1_BRANCH/coregrind/vki_unistd-ppc32-linux.h 2005-=
12-27 14:06:03 UTC (rev 5447)
@@ -125,8 +125,8 @@
#define __NR_ftruncate 93
#define __NR_fchmod 94
#define __NR_fchown 95
-//#define __NR_getpriority 96
-//#define __NR_setpriority 97
+#define __NR_getpriority 96
+#define __NR_setpriority 97
//#define __NR_profil 98
//#define __NR_statfs 99
//#define __NR_fstatfs 100
|