diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-06-22 19:17:09 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-06-22 19:17:09 +0000 |
commit | 90750ee7999fb86c5df67e8654250996c506c1ee (patch) | |
tree | 5e00f1db276bb601ee24f8bb5ad518c2f40b8e99 /gdb | |
parent | b952b98f2769db3cad817fa757e30b93cb0e2158 (diff) | |
download | fsf-binutils-gdb-90750ee7999fb86c5df67e8654250996c506c1ee.zip fsf-binutils-gdb-90750ee7999fb86c5df67e8654250996c506c1ee.tar.gz fsf-binutils-gdb-90750ee7999fb86c5df67e8654250996c506c1ee.tar.bz2 |
Revert accidental commit.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/lib/gdb.exp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 86f9a6c..eca2a50 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; |