]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Include headers for VG_(register_stack) calls.
authorJulian Seward <jseward@acm.org>
Mon, 11 Feb 2008 11:23:12 +0000 (11:23 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 11 Feb 2008 11:23:12 +0000 (11:23 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7396

coregrind/m_stacktrace.c
coregrind/m_syswrap/syswrap-amd64-linux.c
coregrind/m_syswrap/syswrap-ppc32-linux.c
coregrind/m_syswrap/syswrap-ppc64-linux.c
coregrind/m_syswrap/syswrap-x86-linux.c

index a0bb6ac7b72c9b6b95f8e1f3ed7662b4936bd1ac..2e5822f7ba66cc3eb7106db389faab32c41605f0 100644 (file)
@@ -38,6 +38,7 @@
 #include "pub_core_libcprint.h"
 #include "pub_core_machine.h"
 #include "pub_core_options.h"
+#include "pub_core_stacks.h"        // VG_(stack_limits)
 #include "pub_core_stacktrace.h"
 #include "pub_core_xarray.h"
 #include "pub_core_clientstate.h"   // VG_(client__dl_sysinfo_int80)
index 7f96e0fceaacc6262841d923b53f429ec1806adb..e6c1d50cd4e3678d0e1a13a005a3e1ccaf3708c3 100644 (file)
@@ -46,6 +46,7 @@
 #include "pub_core_syscall.h"
 #include "pub_core_syswrap.h"
 #include "pub_core_tooliface.h"
+#include "pub_core_stacks.h"        // VG_(register_stack)
 
 #include "priv_types_n_macros.h"
 #include "priv_syswrap-generic.h"   /* for decls of generic wrappers */
index a166f15e45c6a372c8b81c69eaa69e76d536882c..c923fee7810c5d4a128cce8b5e237ab44d4ab45c 100644 (file)
@@ -46,6 +46,7 @@
 #include "pub_core_syscall.h"
 #include "pub_core_syswrap.h"
 #include "pub_core_tooliface.h"
+#include "pub_core_stacks.h"        // VG_(register_stack)
 
 #include "priv_types_n_macros.h"
 #include "priv_syswrap-generic.h"   /* for decls of generic wrappers */
index 3754b14d9960179d82e123d9e706222855199473..1cb896531bd4d33b90151f392beaf68adc4dade4 100644 (file)
@@ -46,6 +46,7 @@
 #include "pub_core_syscall.h"
 #include "pub_core_syswrap.h"
 #include "pub_core_tooliface.h"
+#include "pub_core_stacks.h"        // VG_(register_stack)
 
 #include "priv_types_n_macros.h"
 #include "priv_syswrap-generic.h"   /* for decls of generic wrappers */
index 27a9a5d318896e5f51eab05c26b7d5d10f3d1709..47544665a2ddfab3f9514f8ebe4644ee666dae3a 100644 (file)
@@ -53,6 +53,7 @@
 #include "pub_core_syscall.h"
 #include "pub_core_syswrap.h"
 #include "pub_core_tooliface.h"
+#include "pub_core_stacks.h"        // VG_(register_stack)
 
 #include "priv_types_n_macros.h"
 #include "priv_syswrap-generic.h"    /* for decls of generic wrappers */