From c4b347c7ca7af66966d69ad0a1bafc2a59257a99 Mon Sep 17 00:00:00 2001 From: Sandra Loosemore Date: Fri, 7 Mar 2008 16:23:41 +0000 Subject: [PATCH] 2008-03-07 Sandra Loosemore gdb/testsuite/ * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/lib/gdb.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index fc2a39ca5d6..30fba7025fe 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2008-03-07 Sandra Loosemore + + * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message. + 2008-03-03 Daniel Jacobowitz * gdb.base/watchpoint.c (global_ptr, func4): New. diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 0c0eafcd9e8..70ae6c9d8a9 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -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 } } -- 2.30.2