From: Jim Blandy Date: Wed, 6 Jun 2001 22:05:08 +0000 (+0000) Subject: * gdb.base/return2.exp (main): Use values to test float and double X-Git-Tag: dberlin-typesystem-branchpoint~339 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=81564d3419ee423d0109750ab38f5826046252a9;p=thirdparty%2Fbinutils-gdb.git * 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. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index a4218085a31..891dd9ad03e 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2001-06-06 Jim Blandy + + * 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 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,