Index: gdb/testsuite/gdb.base/solib.exp |
diff --git a/gdb/testsuite/gdb.base/solib.exp b/gdb/testsuite/gdb.base/solib.exp |
index a73dea6689e94cd45603cd2617ee97e74d653e86..7d2b4ed1b207ccd52ba64371f5138542174e643a 100644 |
--- a/gdb/testsuite/gdb.base/solib.exp |
+++ b/gdb/testsuite/gdb.base/solib.exp |
@@ -13,10 +13,6 @@ |
# You should have received a copy of the GNU General Public License |
# along with this program. If not, see <http://www.gnu.org/licenses/>. */ |
-if $tracelevel then { |
- strace $tracelevel |
- } |
- |
# are we on a target board |
if ![isnative] then { |
@@ -43,7 +39,7 @@ if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {deb |
return -1 |
} |
-if [get_compiler_info ${binfile}] { |
+if [get_compiler_info] { |
return -1 |
} |