Committed under "obvious fix rule".
authorFred Fish <fnf@specifix.com>
Wed, 3 Mar 2004 19:12:52 +0000 (19:12 +0000)
committerFred Fish <fnf@specifix.com>
Wed, 3 Mar 2004 19:12:52 +0000 (19:12 +0000)
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.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/pc-fp.exp

index 9e221746373ee366e9a3cba13c8b091c86bf6e9e..ead3c52386d5b7fdfa6fcf538faa7eabb1baccbb 100644 (file)
@@ -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
index f94e331438880d14d9ad5046f3409ebbee37c009..c7daf6f08a4cbc852f18e44841cb06175e7e1318 100644 (file)
@@ -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)"
        }
     }