aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2001-06-06 22:05:08 +0000
committerJim Blandy <jimb@codesourcery.com>2001-06-06 22:05:08 +0000
commit81564d3419ee423d0109750ab38f5826046252a9 (patch)
treedb03c036a15f47e589c3dfea487f9d31b5df64d1 /gdb
parenta5c9dff1bab4a263c3d2081baa94c66e41daaf4b (diff)
downloadgdb-81564d3419ee423d0109750ab38f5826046252a9.zip
gdb-81564d3419ee423d0109750ab38f5826046252a9.tar.gz
gdb-81564d3419ee423d0109750ab38f5826046252a9.tar.bz2
* 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.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index a421808..891dd9a 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -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,