* 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.
This commit is contained in:
Jim Blandy 2001-06-06 22:05:08 +00:00
parent a5c9dff1ba
commit 81564d3419
1 changed files with 6 additions and 0 deletions

View 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,