Disable none/tests/bug234814 test for TileGx.

Add "bool on_altstack" parameter to VG_(sigframe_create)(..)
in sigframe-tilegx-linux.c


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15717
This commit is contained in:
Zhi-Gang Liu
2015-10-23 02:36:09 +00:00
parent 6b5a479bda
commit bb0396704c
2 changed files with 2 additions and 4 deletions

View 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 */