|
From: <sv...@va...> - 2005-08-21 00:49:44
|
Author: sewardj
Date: 2005-08-21 01:49:41 +0100 (Sun, 21 Aug 2005)
New Revision: 4474
Log:
Even more ppc32 syscalls.
Modified:
trunk/coregrind/m_syswrap/syswrap-ppc32-linux.c
trunk/coregrind/vki_unistd-ppc32-linux.h
Modified: trunk/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
--- trunk/coregrind/m_syswrap/syswrap-ppc32-linux.c 2005-08-20 16:26:04 U=
TC (rev 4473)
+++ trunk/coregrind/m_syswrap/syswrap-ppc32-linux.c 2005-08-21 00:49:41 U=
TC (rev 4474)
@@ -2050,7 +2050,7 @@
//..=20
GENX_(__NR_setrlimit, sys_setrlimit), // 75
//.. GENXY(__NR_getrlimit, sys_old_getrlimit), // 76
-//.. GENXY(__NR_getrusage, sys_getrusage), // 77
+ GENXY(__NR_getrusage, sys_getrusage), // 77
GENXY(__NR_gettimeofday, sys_gettimeofday), // 78
//.. GENX_(__NR_settimeofday, sys_settimeofday), // 79
//..=20
@@ -2156,8 +2156,8 @@
//.. // (__NR_sched_rr_get_interval, sys_sched_rr_get_interval), /=
/ 161 */*
GENXY(__NR_nanosleep, sys_nanosleep), // 162
GENX_(__NR_mremap, sys_mremap), // 163
-//.. LINX_(__NR_setresuid, sys_setresuid16), // 164
-//..=20
+ LINX_(__NR_setresuid, sys_setresuid16), // 164
+
LINXY(__NR_getresuid, sys_getresuid16), // 165
=20
//.. GENX_(__NR_query_module, sys_ni_syscall), // 166
Modified: trunk/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
--- trunk/coregrind/vki_unistd-ppc32-linux.h 2005-08-20 16:26:04 UTC (rev=
4473)
+++ trunk/coregrind/vki_unistd-ppc32-linux.h 2005-08-21 00:49:41 UTC (rev=
4474)
@@ -106,7 +106,7 @@
//#define __NR_sethostname 74
#define __NR_setrlimit 75
#define __NR_getrlimit 76
-//#define __NR_getrusage 77
+#define __NR_getrusage 77
#define __NR_gettimeofday 78
//#define __NR_settimeofday 79
#define __NR_getgroups 80
@@ -193,7 +193,7 @@
//#define __NR_sched_rr_get_interval 161
#define __NR_nanosleep 162
#define __NR_mremap 163
-//#define __NR_setresuid 164
+#define __NR_setresuid 164
#define __NR_getresuid 165
//#define __NR_query_module 166
#define __NR_poll 167
|