Compile gdb.arch/arm-neon.c with "quiet"

When we compile gdb.arch/arm-neon.c with options that don't enable NEON,
there are many error/warnings emitted into gdb.sum, which is annoying.
This patch fixes it by passing quiet to prepare_for_testing.

gdb/testsuite:

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

	* gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
This commit is contained in:
Yao Qi 2016-03-01 15:07:34 +00:00
parent 077fcd6a3b
commit dc856b3820
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2016-03-01 Yao Qi <yao.qi@linaro.org>
* gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
* gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of

View File

@ -21,7 +21,7 @@ if {![istarget "aarch64*-*-*"] && ![istarget "arm*-*-*"]} {
}
standard_testfile
if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile}] } {
if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile} {quiet}] } {
unsupported "ARM NEON is not supported"
return -1
}