|
From: <sv...@va...> - 2008-01-09 22:01:40
|
Author: sewardj
Date: 2008-01-09 22:01:40 +0000 (Wed, 09 Jan 2008)
New Revision: 7334
Log:
Enable some syscalls needed to run firefox on 64-bit ppc on Fedora 8.
Modified:
trunk/coregrind/m_syswrap/syswrap-ppc64-linux.c
Modified: trunk/coregrind/m_syswrap/syswrap-ppc64-linux.c
===================================================================
--- trunk/coregrind/m_syswrap/syswrap-ppc64-linux.c 2008-01-09 21:19:44 UTC (rev 7333)
+++ trunk/coregrind/m_syswrap/syswrap-ppc64-linux.c 2008-01-09 22:01:40 UTC (rev 7334)
@@ -1269,7 +1269,7 @@
GENXY(__NR_wait4, sys_wait4), // 114
// _____(__NR_swapoff, sys_swapoff), // 115
-// _____(__NR_sysinfo, sys_sysinfo), // 116
+ LINXY(__NR_sysinfo, sys_sysinfo), // 116
PLAXY(__NR_ipc, sys_ipc), // 117
GENX_(__NR_fsync, sys_fsync), // 118
// _____(__NR_sigreturn, sys_sigreturn), // 119
@@ -1328,13 +1328,13 @@
GENX_(__NR_mremap, sys_mremap), // 163
// _____(__NR_setresuid, sys_setresuid), // 164
-// _____(__NR_getresuid, sys_getresuid), // 165
+ LINXY(__NR_getresuid, sys_getresuid), // 165
// _____(__NR_query_module, sys_query_module), // 166
GENXY(__NR_poll, sys_poll), // 167
// _____(__NR_nfsservctl, sys_nfsservctl), // 168
// _____(__NR_setresgid, sys_setresgid), // 169
-// _____(__NR_getresgid, sys_getresgid), // 170
+ LINXY(__NR_getresgid, sys_getresgid), // 170
// _____(__NR_prctl, sys_prctl), // 171
PLAX_(__NR_rt_sigreturn, sys_rt_sigreturn), // 172
LINXY(__NR_rt_sigaction, sys_rt_sigaction), // 173
|