X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftestsuite%2Fgdb.trace%2Ftspeed.exp;h=8a9917c8e04d243eb87ef491090106cbf0d7187e;hb=84c93cd5f1ff869eb8c04314738eaa2cddb3c29e;hp=d44eba93bb1ef11d6339d79885ac1f019bbb8e1c;hpb=32d0add0a654c1204ab71dc8a55d9374538c4b33;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/gdb.trace/tspeed.exp b/gdb/testsuite/gdb.trace/tspeed.exp index d44eba93bb..8a9917c8e0 100644 --- a/gdb/testsuite/gdb.trace/tspeed.exp +++ b/gdb/testsuite/gdb.trace/tspeed.exp @@ -1,4 +1,4 @@ -# Copyright 2011-2015 Free Software Foundation, Inc. +# Copyright 2011-2016 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -21,8 +21,8 @@ set executable $testfile set ipalib [get_in_proc_agent] if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \ - executable [concat {debug nowarnings c} libs=$ipalib]] != "" } { - untested tspeed.exp + executable [concat {debug nowarnings c} shlib=$ipalib]] != "" } { + untested "failed to compile" return -1 } @@ -128,7 +128,7 @@ clean_restart $executable runto_main if { ![gdb_target_supports_trace] } then { - unsupported "Current target does not support trace" + unsupported "current target does not support trace" return 1 }