Compile gdb.arch/arm-neon.exp with debug info
authorYao Qi <yao.qi@linaro.org>
Tue, 29 Mar 2016 13:52:48 +0000 (14:52 +0100)
committerYao Qi <yao.qi@linaro.org>
Tue, 29 Mar 2016 13:53:25 +0000 (14:53 +0100)
Pass "debug" to prepare_for_testing otherwise, some tests fail.

gdb/testsuite:

2016-03-29  Yao Qi  <yao.qi@linaro.org>

* gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.arch/arm-neon.exp

index 5c50aa4..e99e661 100644 (file)
@@ -1,3 +1,7 @@
+2016-03-29  Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
+
 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
 
        * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
index e11ec25..053170f 100644 (file)
@@ -21,7 +21,7 @@ if {![istarget "aarch64*-*-*"] && ![istarget "arm*-*-*"]} {
 }
 
 standard_testfile
-if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile} {quiet}] } {
+if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile} {debug quiet}] } {
     unsupported "ARM NEON is not supported"
     return -1
 }