]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Unbreak ppc{32,64}-linux after recent commits.
authorJulian Seward <jseward@acm.org>
Sat, 14 Oct 2006 19:51:19 +0000 (19:51 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 14 Oct 2006 19:51:19 +0000 (19:51 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6228

coregrind/m_coredump/coredump-ppc32-linux.c
coregrind/m_coredump/coredump-ppc64-linux.c
coregrind/m_sigframe/sigframe-ppc32-linux.c
coregrind/m_sigframe/sigframe-ppc64-linux.c
coregrind/m_syswrap/syscall-ppc32-linux.S
coregrind/m_syswrap/syscall-ppc64-linux.S
coregrind/m_syswrap/syswrap-ppc32-linux.c
coregrind/m_syswrap/syswrap-ppc64-linux.c

index 2238667a6abdf88e40c863a6c9def1986a65caa6..06e80ba8dff62f5292304edda6793ea4fef8ea56 100644 (file)
@@ -29,6 +29,7 @@
 */
 
 #include "pub_core_basics.h"
+#include "pub_core_vki.h"
 #include "pub_core_coredump.h"
 #include "pub_core_threadstate.h"
 
index f67c3000b1a13202121511f28fa40681f64bfb94..884ff9fb0a4a19b7956aff771fcb496a7b5f6c1c 100644 (file)
@@ -29,6 +29,7 @@
 */
 
 #include "pub_core_basics.h"
+#include "pub_core_vki.h"
 #include "pub_core_coredump.h"
 #include "pub_core_threadstate.h"
 
index d42cf8418cf9ea203b8e50ddcb3ba41ac0f4c8a1..eba7a1cdc701102be6ff8a0c5974009986f02673 100644 (file)
@@ -32,6 +32,8 @@
 */
 
 #include "pub_core_basics.h"
+#include "pub_core_vki.h"
+#include "pub_core_vkiscnums.h"
 #include "pub_core_threadstate.h"
 #include "pub_core_aspacemgr.h"
 #include "pub_core_libcbase.h"
@@ -44,7 +46,6 @@
 #include "pub_core_tooliface.h"
 #include "pub_core_trampoline.h"
 #include "pub_core_transtab.h"      // VG_(discard_translations)
-#include "vki_unistd-ppc32-linux.h" // __NR_rt_sigreturn
 
 
 /* This module creates and removes signal frames for signal deliveries
index 20a6eeba4896ad9f29f20171d035ea30295cccb6..05e3925d6b30e239163273b9c274754cc33eac1e 100644 (file)
@@ -32,6 +32,8 @@
 */
 
 #include "pub_core_basics.h"
+#include "pub_core_vki.h"
+#include "pub_core_vkiscnums.h"
 #include "pub_core_threadstate.h"
 #include "pub_core_aspacemgr.h"
 #include "pub_core_libcbase.h"
@@ -44,7 +46,6 @@
 #include "pub_core_tooliface.h"
 #include "pub_core_trampoline.h"
 #include "pub_core_transtab.h"      // VG_(discard_translations)
-#include "vki_unistd-ppc64-linux.h" // __NR_rt_sigreturn
 
 
 /* This module creates and removes signal frames for signal deliveries
index 00824fc61353e9579b58849b1ecb13a32876e309..bf51bb734f9bf4874e59abdfeb936b63b9d7a463 100644 (file)
@@ -28,7 +28,7 @@
 */
 
 #include "pub_core_basics_asm.h"
-#include "vki_unistd.h"
+#include "pub_core_vkiscnums.h"
 #include "libvex_guest_offsets.h"
                
 
index 886a6310cfa8000adcdc5dfa575c3b49f2301375..ab9c6a1dcfebe367f8db4bdde759b9eb34103872 100644 (file)
@@ -28,7 +28,7 @@
 */
 
 #include "pub_core_basics_asm.h"
-#include "vki_unistd.h"
+#include "pub_core_vkiscnums.h"
 #include "libvex_guest_offsets.h"
                
 
index 393cc8979320c5c60750cff34c1cd6261d0b86c3..cde953f8e8adfd547b627d311c2206dec3b8e8c3 100644 (file)
@@ -29,6 +29,8 @@
 */
 
 #include "pub_core_basics.h"
+#include "pub_core_vki.h"
+#include "pub_core_vkiscnums.h"
 #include "pub_core_threadstate.h"
 #include "pub_core_aspacemgr.h"
 #include "pub_core_debuglog.h"
@@ -50,8 +52,6 @@
 #include "priv_syswrap-linux.h"     /* for decls of linux-ish wrappers */
 #include "priv_syswrap-main.h"
 
-#include "vki_unistd.h"              /* for the __NR_* constants */
-
 
 /* ---------------------------------------------------------------------
    clone() handling
index 06559e4e3db741f690560b472c0189c8c544f161..0f5791b3d4558a31635106cb71bae5c0f9f822d6 100644 (file)
@@ -29,6 +29,8 @@
 */
 
 #include "pub_core_basics.h"
+#include "pub_core_vki.h"
+#include "pub_core_vkiscnums.h"
 #include "pub_core_threadstate.h"
 #include "pub_core_aspacemgr.h"
 #include "pub_core_debuglog.h"
@@ -50,8 +52,6 @@
 #include "priv_syswrap-linux.h"     /* for decls of linux-ish wrappers */
 #include "priv_syswrap-main.h"
 
-#include "vki_unistd.h"              /* for the __NR_* constants */
-
 
 /* ---------------------------------------------------------------------
    clone() handling