aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-07-30 05:34:24 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-07-30 05:34:24 +0000
commit5d38a0a818b7ecd514d3145c8a493264dabfdcd5 (patch)
treead1e407eda11ad484ba8d4816a6446c0bfb059ab
parentced16de6bdd325bd69db50db24c951c734444d4e (diff)
downloadfsf-binutils-gdb-5d38a0a818b7ecd514d3145c8a493264dabfdcd5.zip
fsf-binutils-gdb-5d38a0a818b7ecd514d3145c8a493264dabfdcd5.tar.gz
fsf-binutils-gdb-5d38a0a818b7ecd514d3145c8a493264dabfdcd5.tar.bz2
* value.h (COERCE_ENUM): Use COERCE_REF to coerce refs; value_ind
was adequate in gdb 3.5 but not now. * valops.c (typecmp): An array in t2 matches a pointer in t1. * valops.c (typecmp): When comparing type1& to type2, compare type1 and type2 as leniently as if we were comparing type1 to type2.
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index adf4bcd..4f5be3a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,14 @@
Thu Jul 29 12:09:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
+ * value.h (COERCE_ENUM): Use COERCE_REF to coerce refs; value_ind
+ was adequate in gdb 3.5 but not now.
+
+ * valops.c (typecmp): An array in t2 matches a pointer in t1.
+
+ * valops.c (typecmp): When comparing type1& to type2, compare
+ type1 and type2 as leniently as if we were comparing type1 to
+ type2.
+
* cp-valprint.c (cplus_print_value): Don't dump core if the
baseclass doesn't have a name.
* values.c (vb_match): New function, which finds the virtual