rpms/valgrind/devel valgrind-3.1.1-syscall-updates.patch,1.1,1.2

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Apr 12 16:07:06 UTC 2006


Author: jakub

Update of /cvs/dist/rpms/valgrind/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv24210

Modified Files:
	valgrind-3.1.1-syscall-updates.patch 
Log Message:
3.1.1-2


valgrind-3.1.1-syscall-updates.patch:
 syswrap-amd64-linux.c |    4 -
 syswrap-generic.c     |    2 
 syswrap-ppc32-linux.c |  132 +++++++++++++++++++++++++-------------------------
 3 files changed, 69 insertions(+), 69 deletions(-)

Index: valgrind-3.1.1-syscall-updates.patch
===================================================================
RCS file: /cvs/dist/rpms/valgrind/devel/valgrind-3.1.1-syscall-updates.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- valgrind-3.1.1-syscall-updates.patch	12 Apr 2006 15:25:26 -0000	1.1
+++ valgrind-3.1.1-syscall-updates.patch	12 Apr 2006 16:06:31 -0000	1.2
@@ -294,3 +294,14 @@
     //   (__NR_swapon,            sys_swapon),         // 167 
     //   (__NR_swapoff,           sys_swapoff),        // 168 
     //   (__NR_reboot,            sys_reboot),         // 169 
+--- valgrind-3.1.1/coregrind/m_syswrap/syswrap-generic.c.jj10	2006-04-12 10:23:34.000000000 -0400
++++ valgrind-3.1.1/coregrind/m_syswrap/syswrap-generic.c	2006-04-12 12:04:23.000000000 -0400
+@@ -2877,7 +2877,7 @@ PRE(sys_ftruncate64)
+ #endif
+ 
+ // XXX: this wrapper is only suitable for 32-bit platforms
+-#if defined(VGP_x86_linux)
++#if defined(VGP_x86_linux) || defined(VGP_ppc32_linux)
+ PRE(sys_truncate64)
+ {
+    *flags |= SfMayBlock;




More information about the fedora-cvs-commits mailing list