projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b952b98
)
Revert accidental commit.
author
Daniel Jacobowitz
<drow@false.org>
Thu, 22 Jun 2006 19:17:09 +0000
(19:17 +0000)
committer
Daniel Jacobowitz
<drow@false.org>
Thu, 22 Jun 2006 19:17:09 +0000
(19:17 +0000)
gdb/testsuite/lib/gdb.exp
patch
|
blob
|
history
diff --git
a/gdb/testsuite/lib/gdb.exp
b/gdb/testsuite/lib/gdb.exp
index 86f9a6c0754167045f2e4fd85e22341eb1bd4bbc..eca2a50466628ec29b53b3d9bf06b976553601e8 100644
(file)
--- 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;