From 5d1ef36157a045cf9dd3356ed35ac24447e9cbd6 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Thu, 27 Mar 2014 11:38:30 -0700 Subject: [PATCH] * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug". --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.dwarf2/dw2-abs-hi-pc.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 6bc1da29368..062d014a71f 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2014-03-27 Doug Evans + + * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug". + 2014-03-27 Yao Qi * lib/gdb.exp (can_single_step_to_signal_handler): Return zero diff --git a/gdb/testsuite/gdb.dwarf2/dw2-abs-hi-pc.exp b/gdb/testsuite/gdb.dwarf2/dw2-abs-hi-pc.exp index 3353fdaaed6..4ca16cfbf43 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 } -- 2.30.2