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.exp with debug info


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

commit bfa6adb959345850305d2f3e8b581149a066c4f8
Author: Yao Qi <yao.qi@linaro.org>
Date:   Tue Mar 29 14:52:48 2016 +0100

    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.

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 5c50aa4..e99e661 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -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
diff --git a/gdb/testsuite/gdb.arch/arm-neon.exp b/gdb/testsuite/gdb.arch/arm-neon.exp
index e11ec25..053170f 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} {quiet}] } {
+if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile} {debug 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]