From: Jeff Law Date: Fri, 7 Feb 1997 16:40:39 +0000 (+0000) Subject: * gdb.fortran/types.exp: If the target doesn't support "double" X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=28ec59b4cf9c0e61422616a78f72eadab5529f62;p=deliverable%2Fbinutils-gdb.git * gdb.fortran/types.exp: If the target doesn't support "double" data types, then expect "real" types to only be 4 bytes. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index e13587e536..2ccaf5eded 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,8 @@ Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com) + * gdb.fortran/types.exp: If the target doesn't support "double" + data types, then expect "real" types to only be 4 bytes. + * gdb.c++/virtfunc.exp: Expect failure for virtual function call tests if the target doesn't support inferior function calls.