diff options
author | Yao Qi <yao.qi@linaro.org> | 2016-03-29 14:52:48 +0100 |
---|---|---|
committer | Yao Qi <yao.qi@linaro.org> | 2016-03-29 14:53:25 +0100 |
commit | bfa6adb959345850305d2f3e8b581149a066c4f8 (patch) | |
tree | 61faf80de02290eaa8180a4b71dc317a08c871aa /gdb | |
parent | f2dd88387a40ec152fa3b8221f02c83d14f897e9 (diff) | |
download | fsf-binutils-gdb-bfa6adb959345850305d2f3e8b581149a066c4f8.zip fsf-binutils-gdb-bfa6adb959345850305d2f3e8b581149a066c4f8.tar.gz fsf-binutils-gdb-bfa6adb959345850305d2f3e8b581149a066c4f8.tar.bz2 |
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.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.arch/arm-neon.exp | 2 |
2 files changed, 5 insertions, 1 deletions
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 } |