[PATCH] Build dw2-abs-hi-pc with nodebug

Doug Evans dje@google.com
Fri Mar 7 00:23:00 GMT 2014


Hi.

I was seeing this fail on fission, and traced it to the test
being compiled with debug info in addition to debug info coming
from the .S files.

[The failure is that when compiled with fission the breakpoint was set
on line 25 whereas the test is expecting 24.  I suspect the .S file
is wrong, but it's not egregiously so, so I've that alone.]

2014-03-06  Doug Evans  <dje@google.com>

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

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
 }
 



More information about the Gdb-patches mailing list