diff options
author | Per Bothner <per@bothner.com> | 1995-12-12 00:51:21 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1995-12-12 00:51:21 +0000 |
commit | 339038710b7df20192a350f167c422bcf63b8422 (patch) | |
tree | a570de83805446838e82005e376277b549388c1f /gdb | |
parent | 7e5e83cfb45719bf120f39d1c33d8c33c521fdf8 (diff) | |
download | gdb-339038710b7df20192a350f167c422bcf63b8422.zip gdb-339038710b7df20192a350f167c422bcf63b8422.tar.gz gdb-339038710b7df20192a350f167c422bcf63b8422.tar.bz2 |
* eval.c (evaluate_struct_tuple): Fix thinko.
This fixes PR 8643.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 40da781..4b3be7b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Mon Dec 11 15:56:55 1995 Per Bothner <bothner@kalessin.cygnus.com> + + * eval.c (evaluate_struct_tuple): Fix thinko. + Mon Dec 11 06:52:02 1995 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com> * ch-typeprint.c (chill_type_print_base): Slightly change of printing |