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.
+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
}
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
}