Message ID | 1453296401-31209-1-git-send-email-antoine.tremblay@ericsson.com |
---|---|
State | New |
Headers | show |
Antoine Tremblay <antoine.tremblay@ericsson.com> writes: > gdb/testsuite/ChangeLog: > > * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile > command. OK with me.
On 01/20/2016 11:50 AM, Yao Qi wrote: > Antoine Tremblay <antoine.tremblay@ericsson.com> writes: > >> gdb/testsuite/ChangeLog: >> >> * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile >> command. > > OK with me. > Thanks, pushed in.
diff --git a/gdb/testsuite/gdb.trace/tspeed.exp b/gdb/testsuite/gdb.trace/tspeed.exp index 6f89a2b..e638839 100644 --- a/gdb/testsuite/gdb.trace/tspeed.exp +++ b/gdb/testsuite/gdb.trace/tspeed.exp @@ -21,7 +21,7 @@ set executable $testfile set ipalib [get_in_proc_agent] if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \ - executable [concat {debug nowarnings c} libs=$ipalib]] != "" } { + executable [concat {debug nowarnings c} shlib=$ipalib]] != "" } { untested tspeed.exp return -1 }