diff options
author | Michael Tiemann <tiemann@cygnus> | 1993-02-01 01:07:51 +0000 |
---|---|---|
committer | Michael Tiemann <tiemann@cygnus> | 1993-02-01 01:07:51 +0000 |
commit | 271e50309b248dc25e9d44e3b21f5415182a62cf (patch) | |
tree | ffaab24c13b277869b8e5b6f01c9b4cd0e999b9e /gdb | |
parent | 61c1724bfa009aebf1b49232140559eefdb2076c (diff) | |
download | gdb-271e50309b248dc25e9d44e3b21f5415182a62cf.zip gdb-271e50309b248dc25e9d44e3b21f5415182a62cf.tar.gz gdb-271e50309b248dc25e9d44e3b21f5415182a62cf.tar.bz2 |
* eval.c (evaluate_subexp): In OP_FUNCALL case, adjust `this'
pointer correctly in case value_struct_elt moves it around.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index dc61420..a23403b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,7 +1,13 @@ Sun Jan 31 04:32:48 1993 Michael Tiemann (tiemann@rtl.cygnus.com) + * eval.c (evaluate_subexp): In OP_FUNCALL case, adjust `this' + pointer correctly in case value_struct_elt moves it around. + + * valops.c (typecmp): Now static. Also, now groks references + better. + * gdbtypes.c (lookup_struct_elt_type): Pass NOERR instead of - zero on recursive call. + zero on recursive call. If NAME is the name of TYPE, return TYPE. Sat Jan 30 19:55:52 1993 John Gilmore (gnu@cygnus.com) |