* gdb.fortran/types.exp: If the target doesn't support "double"
authorJeff Law <law@redhat.com>
Fri, 7 Feb 1997 16:40:39 +0000 (16:40 +0000)
committerJeff Law <law@redhat.com>
Fri, 7 Feb 1997 16:40:39 +0000 (16:40 +0000)
        data types, then expect "real" types to only be 4 bytes.

gdb/testsuite/ChangeLog

index e13587e..2ccaf5e 100644 (file)
@@ -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.