* gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".

This commit is contained in:
Doug Evans 2014-03-27 11:38:30 -07:00
parent 4c6d802e59
commit 5d1ef36157
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-03-27 Doug Evans <dje@google.com>
* gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
2014-03-27 Yao Qi <yao@codesourcery.com>
* lib/gdb.exp (can_single_step_to_signal_handler): Return zero

View File

@ -22,7 +22,7 @@ if {![dwarf2_support]} {
standard_testfile
set executable ${testfile}
if {[build_executable ${testfile}.exp ${executable} "${testfile}.c ${testfile}-hello-dbg.S ${testfile}-hello.c ${testfile}-world-dbg.S ${testfile}-world.c"] == -1} {
if {[build_executable ${testfile}.exp ${executable} "${testfile}.c ${testfile}-hello-dbg.S ${testfile}-hello.c ${testfile}-world-dbg.S ${testfile}-world.c" "nodebug"] == -1} {
return -1
}