aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2016-04-07 08:44:08 +0200
committerYvan Roux <yvan.roux@linaro.org>2016-04-07 08:44:08 +0200
commitf47b27eb135925f251c4df0af09fbfdc23585ef4 (patch)
tree09b1406ce885d83bc07d6425b236bad8f54786ef
parent4f89f094483dd2b2850331abbe442e5e1935a659 (diff)
handle all signals but SIGTRAP.linaro-local/Yvan-fix-guality
Change-Id: Ibdddb5f14342741ae6bc72790c1b86a9683e063d
-rw-r--r--gcc/testsuite/gcc.dg/guality/guality.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/testsuite/gcc.dg/guality/guality.h b/gcc/testsuite/gcc.dg/guality/guality.h
index d5867d8ba96..acf977f217e 100644
--- a/gcc/testsuite/gcc.dg/guality/guality.h
+++ b/gcc/testsuite/gcc.dg/guality/guality.h
@@ -252,10 +252,8 @@ main (int argc, char *argv[])
if (!guality_gdb_input
|| fprintf (guality_gdb_input, "\
set height 0\n\
+handle all pass nostop\n\
handle SIGINT pass nostop\n\
-handle SIGTERM pass nostop\n\
-handle SIGSEGV pass nostop\n\
-handle SIGBUS pass nostop\n\
attach %i\n\
set guality_attached = 1\n\
b %i\n\