aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1997-02-07 16:40:39 +0000
committerJeff Law <law@redhat.com>1997-02-07 16:40:39 +0000
commit28ec59b4cf9c0e61422616a78f72eadab5529f62 (patch)
treea100f5d383c87833ac57f21a85c83f5855380e9e /gdb
parent2f54eeea7638063e5ba2ec04050c275c89306f79 (diff)
downloadgdb-28ec59b4cf9c0e61422616a78f72eadab5529f62.zip
gdb-28ec59b4cf9c0e61422616a78f72eadab5529f62.tar.gz
gdb-28ec59b4cf9c0e61422616a78f72eadab5529f62.tar.bz2
* gdb.fortran/types.exp: If the target doesn't support "double"
data types, then expect "real" types to only be 4 bytes.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index e13587e..2ccaf5e 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.