* gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 2 Mar 1995 14:09:31 +0000 (14:09 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 2 Mar 1995 14:09:31 +0000 (14:09 +0000)
commit60fdbf97c7b375b858bc88a2f4c0c9b3a0add72f
tree7d7df4b55b10cca6b2ffbdd0b09fe2b029d82e17
parent1d19172b5834ee93d54bc961e528761522d81ac2
* 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).
gdb/testsuite/ChangeLog