mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-26 18:53:29 +08:00
* lib/gas-defs.exp: Use -i in expect_after command.
This commit is contained in:
parent
b8f5275075
commit
3c6dc75b41
@ -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
|
||||
|
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user