Compile gdb.arch/arm-neon.exp with debug info

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.
This commit is contained in:
Yao Qi 2016-03-29 14:52:48 +01:00
parent f2dd88387a
commit bfa6adb959
2 changed files with 5 additions and 1 deletions

View 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

View 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
}