From: Daniel Jacobowitz Date: Thu, 22 Jun 2006 19:17:09 +0000 (+0000) Subject: Revert accidental commit. X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=90750ee7999fb86c5df67e8654250996c506c1ee;p=deliverable%2Fbinutils-gdb.git Revert accidental commit. --- diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 86f9a6c075..eca2a50466 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -1509,9 +1509,6 @@ proc gdb_compile {source dest type options} { set options [lreplace $options $nowarnings $nowarnings $flag] } -# # Make sure the target directory exists, in case the testsuite -# # was not configured. - set result [target_compile $source $dest $type $options]; regsub "\[\r\n\]*$" "$result" "" result; regsub "^\[\r\n\]*" "$result" "" result;