]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Disable none/tests/bug234814 test for TileGx.
authorZhi-Gang Liu <zliu@tilera.com>
Fri, 23 Oct 2015 02:36:09 +0000 (02:36 +0000)
committerZhi-Gang Liu <zliu@tilera.com>
Fri, 23 Oct 2015 02:36:09 +0000 (02:36 +0000)
Add "bool on_altstack" parameter to VG_(sigframe_create)(..)
in sigframe-tilegx-linux.c

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15717

coregrind/m_sigframe/sigframe-tilegx-linux.c
none/tests/bug234814.vgtest

index 52cbf4b34709f893ea2cedd2967e527c4c6286d1..5820740fb84e0cac96b16af4906c582c80d05028 100644 (file)
@@ -137,6 +137,7 @@ void setup_sigcontext2 ( ThreadState* tst, struct vki_sigcontext **sc1,
 
 /* EXPORTED */
 void VG_(sigframe_create)( ThreadId tid,
+                           Bool on_altstack,
                            Addr sp_top_of_frame,
                            const vki_siginfo_t *siginfo,
                            const struct vki_ucontext *siguc,
@@ -236,10 +237,6 @@ void VG_(sigframe_create)( ThreadId tid,
   tst->arch.vex.guest_pc = (Addr) handler;
   /* This thread needs to be marked runnable, but we leave that the
      caller to do. */
-  if (0)
-    VG_(printf)("pushed signal frame; sp now = %lx, "
-                "next %pc = %lx, status=%d\n",
-                (Addr)frame, tst->arch.vex.guest_pc, (Int)tst->status);
 }
 
 /* EXPORTED */
index 67a28e6a740ab13184f9d03f92325ea2765aea93..31f95aab8178e554444d5ee4e8064e8218750290 100644 (file)
@@ -1 +1,2 @@
+prereq: ! ../../tests/arch_test tilegx
 prog: bug234814