summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1995-01-26 02:19:13 +0000
committerPer Bothner <per@bothner.com>1995-01-26 02:19:13 +0000
commitee3a45e7b7974472247806e364a034a230b3d61e (patch)
tree189a2c0a1a10c6764d989ffe4b779be801a48459 /gdb
parent8d9a1cce3f1e5c083ec2864282e734dd6878a8e0 (diff)
downloadbinutils-gdb-ee3a45e7b7974472247806e364a034a230b3d61e.tar.gz
* eval.c (evaluate_subexp case OP_ARRAY): Fix calls to memset:
TYPE_LENGTH is length in bytes, not bits.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 5c56c1b63e4..3cc3a3436b6 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jan 25 18:13:14 1995 Per Bothner <bothner@kalessin.cygnus.com>
+
+ * eval.c (evaluate_subexp case OP_ARRAY): Fix calls to memset:
+ TYPE_LENGTH is length in bytes, not bits.
+
Wed Jan 25 08:19:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
* infrun.c (proceed): Flush stdout before resuming inferior.