aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1995-03-02 14:09:31 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1995-03-02 14:09:31 +0000
commit60fdbf97c7b375b858bc88a2f4c0c9b3a0add72f (patch)
tree7d7df4b55b10cca6b2ffbdd0b09fe2b029d82e17
parent1d19172b5834ee93d54bc961e528761522d81ac2 (diff)
downloadfsf-binutils-gdb-60fdbf97c7b375b858bc88a2f4c0c9b3a0add72f.zip
fsf-binutils-gdb-60fdbf97c7b375b858bc88a2f4c0c9b3a0add72f.tar.gz
fsf-binutils-gdb-60fdbf97c7b375b858bc88a2f4c0c9b3a0add72f.tar.bz2
* gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
-DNO_PROTOTYPES. * gdb.base/callfuncs.c: Control use of prototypes based on NO_PROTOTYPES, not __STDC. * gdb.base/callfuncs.exp (do_function_calls): xfail one of the t_float_values2 tests if prototypes in use. * gdb.base/callfuncs.c (t_float_values, t_float_values2, t_double_values): When checking differences against DELTA, check that difference is within the range (-DELTA,DELTA), not just (-infinity,DELTA).
-rw-r--r--gdb/testsuite/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index f2807fc..f964335 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,17 @@
+Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
+
+ * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
+ -DNO_PROTOTYPES.
+ * gdb.base/callfuncs.c: Control use of prototypes based on
+ NO_PROTOTYPES, not __STDC.
+ * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
+ t_float_values2 tests if prototypes in use.
+
+ * gdb.base/callfuncs.c (t_float_values, t_float_values2,
+ t_double_values): When checking differences against DELTA, check
+ that difference is within the range (-DELTA,DELTA), not just
+ (-infinity,DELTA).
+
Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
* config/mips-gdb.exp (gdb_load): In every test case, we need to do