This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=dc856b382065cdfab3f9bb484c07e182950eb4d4

commit dc856b382065cdfab3f9bb484c07e182950eb4d4
Author: Yao Qi <yao.qi@linaro.org>
Date:   Tue Mar 1 15:07:34 2016 +0000

    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.

Diff:
---
 gdb/testsuite/ChangeLog             | 4 ++++
 gdb/testsuite/gdb.arch/arm-neon.exp | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 00fe95d..828b498 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -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
diff --git a/gdb/testsuite/gdb.arch/arm-neon.exp b/gdb/testsuite/gdb.arch/arm-neon.exp
index 1b8dbc2..e11ec25 100644
--- a/gdb/testsuite/gdb.arch/arm-neon.exp
+++ b/gdb/testsuite/gdb.arch/arm-neon.exp
@@ -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
 }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]