* lib/gas-defs.exp: Use -i in expect_after command.

This commit is contained in:
Ken Raeburn 1994-12-09 01:20:07 +00:00
parent b8f5275075
commit 3c6dc75b41
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Thu Dec 8 20:19:09 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
* lib/gas-defs.exp: Use -i in expect_after command.
Wed Dec 7 16:49:14 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
* gas/mips/mul.d,jal.d: Fix 0-strings to work with 64-bit hosted

View File

@ -324,7 +324,7 @@ proc objdump_finish { } {
# configurations of dejagnu may override it.
if {$timeout<120} then { set timeout 120 }
expect_after {
expect_after -i {
timeout { perror "timeout" }
"virtual memory exhausted" { perror "virtual memory exhausted" }
buffer_full { perror "buffer full" }