aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>2004-03-03 19:12:52 +0000
committerFred Fish <fnf@specifix.com>2004-03-03 19:12:52 +0000
commit4bebc3aa3cfd2042b3aa4c527f002544cc15ef71 (patch)
treea32730eb47215074948e98a2df9fa491a473109d
parentae51a426eb85feced6c79756b17f369073e9fc3b (diff)
downloadgdb-4bebc3aa3cfd2042b3aa4c527f002544cc15ef71.zip
gdb-4bebc3aa3cfd2042b3aa4c527f002544cc15ef71.tar.gz
gdb-4bebc3aa3cfd2042b3aa4c527f002544cc15ef71.tar.bz2
Committed under "obvious fix rule".
2004-03-03 Fred Fish <fnf@redhat.com> * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set "val" instead of unused "size". Update copyright year.
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/gdb.base/pc-fp.exp4
2 files changed, 7 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 9e22174..ead3c52 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2004-03-03 Fred Fish <fnf@redhat.com>
+
+ * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
+ "val" instead of unused "size". Update copyright year.
+
2004-02-29 Daniel Jacobowitz <drow@mvista.com>
* gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
diff --git a/gdb/testsuite/gdb.base/pc-fp.exp b/gdb/testsuite/gdb.base/pc-fp.exp
index f94e331..c7daf6f 100644
--- a/gdb/testsuite/gdb.base/pc-fp.exp
+++ b/gdb/testsuite/gdb.base/pc-fp.exp
@@ -1,4 +1,4 @@
-# Copyright 2002 Free Software Foundation, Inc.
+# Copyright 2002, 2004 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -65,7 +65,7 @@ proc get_valueofx { fmt exp default } {
pass "get value of ${exp} ($val)"
}
timeout {
- set size ${default}
+ set val ${default}
fail "get value of ${exp} (timeout)"
}
}