diff options
author | Doug Evans <dje@google.com> | 2014-03-27 11:38:30 -0700 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2014-03-27 11:38:30 -0700 |
commit | 5d1ef36157a045cf9dd3356ed35ac24447e9cbd6 (patch) | |
tree | 72785dea4a207084262dd57ccff6da0f6dcc6f6b /gdb/testsuite/gdb.dwarf2 | |
parent | 4c6d802e592b3762a149c343bc5722e065e57841 (diff) | |
download | gdb-5d1ef36157a045cf9dd3356ed35ac24447e9cbd6.zip gdb-5d1ef36157a045cf9dd3356ed35ac24447e9cbd6.tar.gz gdb-5d1ef36157a045cf9dd3356ed35ac24447e9cbd6.tar.bz2 |
* gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/dw2-abs-hi-pc.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/dw2-abs-hi-pc.exp b/gdb/testsuite/gdb.dwarf2/dw2-abs-hi-pc.exp index 3353fda..4ca16cf 100644 --- a/gdb/testsuite/gdb.dwarf2/dw2-abs-hi-pc.exp +++ b/gdb/testsuite/gdb.dwarf2/dw2-abs-hi-pc.exp @@ -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 } |