|
From: <sv...@va...> - 2005-08-24 23:05:04
|
Author: dirk
Date: 2005-08-25 00:04:58 +0100 (Thu, 25 Aug 2005)
New Revision: 4504
Log:
svn merge 4474: even more ppc32 syscalls
Modified:
branches/VALGRIND_3_0_BRANCH/coregrind/m_syswrap/syswrap-ppc32-linux.c
branches/VALGRIND_3_0_BRANCH/coregrind/vki_unistd-ppc32-linux.h
Modified: branches/VALGRIND_3_0_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_0_BRANCH/coregrind/m_syswrap/syswrap-ppc32-linux.=
c 2005-08-24 23:04:33 UTC (rev 4503)
+++ branches/VALGRIND_3_0_BRANCH/coregrind/m_syswrap/syswrap-ppc32-linux.=
c 2005-08-24 23:04:58 UTC (rev 4504)
@@ -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: branches/VALGRIND_3_0_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_0_BRANCH/coregrind/vki_unistd-ppc32-linux.h 2005-=
08-24 23:04:33 UTC (rev 4503)
+++ branches/VALGRIND_3_0_BRANCH/coregrind/vki_unistd-ppc32-linux.h 2005-=
08-24 23:04:58 UTC (rev 4504)
@@ -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
|
|
From: Julian S. <js...@ac...> - 2005-08-24 23:37:48
|
Dirk, this is all useful stuff -- thanks for that. Except, please don't merge any ppc32 specific stuff. ppc32 is never going to work on 3.0.X (3.1.X yes, but not 3.0.X) and so there is no point in copying any ppc32 specific changes across. J On Thursday 25 August 2005 00:04, sv...@va... wrote: > Author: dirk > Date: 2005-08-25 00:04:58 +0100 (Thu, 25 Aug 2005) > New Revision: 4504 > > Log: > svn merge 4474: even more ppc32 syscalls > > Modified: > branches/VALGRIND_3_0_BRANCH/coregrind/m_syswrap/syswrap-ppc32-linux.c > branches/VALGRIND_3_0_BRANCH/coregrind/vki_unistd-ppc32-linux.h > > > Modified: > branches/VALGRIND_3_0_BRANCH/coregrind/m_syswrap/syswrap-ppc32-linux.c > =================================================================== --- > branches/VALGRIND_3_0_BRANCH/coregrind/m_syswrap/syswrap-ppc32-linux.c 2005 >-08-24 23:04:33 UTC (rev 4503) +++ > branches/VALGRIND_3_0_BRANCH/coregrind/m_syswrap/syswrap-ppc32-linux.c 2005 >-08-24 23:04:58 UTC (rev 4504) @@ -2050,7 +2050,7 @@ > //.. > 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 > //.. > @@ -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 > -//.. > + LINX_(__NR_setresuid, sys_setresuid16), // 164 > + > LINXY(__NR_getresuid, sys_getresuid16), // 165 > > //.. GENX_(__NR_query_module, sys_ni_syscall), // 166 > > Modified: branches/VALGRIND_3_0_BRANCH/coregrind/vki_unistd-ppc32-linux.h > =================================================================== > --- > branches/VALGRIND_3_0_BRANCH/coregrind/vki_unistd-ppc32-linux.h 2005-08-24 > 23:04:33 UTC (rev 4503) +++ > branches/VALGRIND_3_0_BRANCH/coregrind/vki_unistd-ppc32-linux.h 2005-08-24 > 23:04:58 UTC (rev 4504) @@ -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 > > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Valgrind-developers mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-developers |
|
From: Nicholas N. <nj...@cs...> - 2005-08-25 00:23:49
|
On Thu, 25 Aug 2005, Julian Seward wrote: > Dirk, this is all useful stuff -- thanks for that. > Except, please don't merge any ppc32 specific stuff. > ppc32 is never going to work on 3.0.X (3.1.X yes, but > not 3.0.X) and so there is no point in copying any > ppc32 specific changes across. There's also probably not much point merging in little changes like adding comments or cutting #include lines... Nick |