* gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
authorDoug Evans <dje@google.com>
Thu, 27 Mar 2014 18:38:30 +0000 (11:38 -0700)
committerDoug Evans <dje@google.com>
Thu, 27 Mar 2014 18:38:30 +0000 (11:38 -0700)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.dwarf2/dw2-abs-hi-pc.exp

index 6bc1da29368f5e4be9fc0e83764233440edfe5aa..062d014a71f3677c26068d785f7d386b94572385 100644 (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
index 3353fdaaed6ff65ae3197f7c5bbdd31bb86a0a41..4ca16cfbf43cdaa240261ec62f81ebed2212d4e4 100644 (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
 }
 
This page took 0.037438 seconds and 4 git commands to generate.