* gdb.base/return2.exp (main): Use values to test float and double
authorJim Blandy <jimb@codesourcery.com>
Wed, 6 Jun 2001 22:05:08 +0000 (22:05 +0000)
committerJim Blandy <jimb@codesourcery.com>
Wed, 6 Jun 2001 22:05:08 +0000 (22:05 +0000)
returns that are not NaN's, to avoid being confused by IEEE
comparison rules.

gdb/testsuite/ChangeLog

index a421808..891dd9a 100644 (file)
@@ -1,3 +1,9 @@
+2001-06-06  Jim Blandy  <jimb@redhat.com>
+
+       * gdb.base/return2.exp (main): Use values to test float and double
+       returns that are not NaN's, to avoid being confused by IEEE
+       comparison rules.
+
 2001-06-04  Michael Snyder  <msnyder@redhat.com>
 
        * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,