2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
authorSandra Loosemore <sandra@codesourcery.com>
Fri, 7 Mar 2008 16:23:41 +0000 (16:23 +0000)
committerSandra Loosemore <sandra@codesourcery.com>
Fri, 7 Mar 2008 16:23:41 +0000 (16:23 +0000)
gdb/testsuite/
* lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.

gdb/testsuite/ChangeLog
gdb/testsuite/lib/gdb.exp

index fc2a39ca5d6aa58cdefe255931a5377f17ac811d..30fba7025fef486980e32b6b18b8bc7bc17bc2fd 100644 (file)
@@ -1,3 +1,7 @@
+2008-03-07  Sandra Loosemore  <sandra@codesourcery.com>
+
+       * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
+
 2008-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * gdb.base/watchpoint.c (global_ptr, func4): New.
index 0c0eafcd9e823833b28ddbe00c37e50783225be2..70ae6c9d8a92a4b07aa89d24eb11bb12ed95562d 100644 (file)
@@ -2025,7 +2025,7 @@ proc gdb_load_cmd { args } {
            return -1
        }
        timeout {
-           perror "Timed out trying to load $arg."
+           perror "Timed out trying to load $args."
            return -1
        }
     }
This page took 0.048246 seconds and 4 git commands to generate.