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:
a8773b7
)
whitespace
author
Ken Raeburn
<raeburn@cygnus>
Thu, 2 Jun 1994 23:46:41 +0000
(23:46 +0000)
committer
Ken Raeburn
<raeburn@cygnus>
Thu, 2 Jun 1994 23:46:41 +0000
(23:46 +0000)
gas/testsuite/lib/gas-defs.exp
patch
|
blob
|
history
diff --git
a/gas/testsuite/lib/gas-defs.exp
b/gas/testsuite/lib/gas-defs.exp
index e8942af394fa3c8420f0b16082a4c5a4d039c512..a1423445737a4000b6727b77ef21809459a29fd9 100644
(file)
--- a/
gas/testsuite/lib/gas-defs.exp
+++ b/
gas/testsuite/lib/gas-defs.exp
@@
-59,7
+59,7
@@
proc gas_start { prog as_opts } {
spawn -noecho -nottyinit $srcdir/lib/run $AS $ASFLAGS $as_opts $srcdir/$subdir/$prog
} foo
if ![regexp {^[0-9]+} $foo] then {
- perror "Can't run $subdir/$prog: $foo"
+
perror "Can't run $subdir/$prog: $foo"
}
}
@@
-189,7
+189,7
@@
proc objdump_start_no_subdir { prog opts } {
spawn -noecho -nottyinit $srcdir/lib/run $OBJDUMP $opts $prog
} foo
if ![regexp {^[0-9]+} $foo] then {
- perror "Can't run $prog: $foo"
+
perror "Can't run $prog: $foo"
}
}