aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDawn Perchik <dawn@cygnus>1997-02-12 10:49:20 +0000
committerDawn Perchik <dawn@cygnus>1997-02-12 10:49:20 +0000
commitbe733f58411ad908177f6bb9e215521cc3f84753 (patch)
treeee86a409d6a13b85b22b503cfd4d4e0637753acf /gdb/ChangeLog
parent16a43bf443c8e2ab7fc9d35e131d6a3d773149b6 (diff)
downloadgdb-be733f58411ad908177f6bb9e215521cc3f84753.zip
gdb-be733f58411ad908177f6bb9e215521cc3f84753.tar.gz
gdb-be733f58411ad908177f6bb9e215521cc3f84753.tar.bz2
* c-valprint.c (c_val_print): Fix printing for arrays defined
with 0 length. A sticky tag caused this fix from revision 2.32 date: 1996/04/29 23:25:27; author: dawn; state: Exp; lines: +1 -0 branches: 2.32.34; to not make it into devo.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 48cc750..11787bc 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,4 +1,12 @@
+Wed Feb 12 02:44:39 1997 Dawn Perchik <dawn@cygnus.com>
+
+ * c-valprint.c (c_val_print): Fix printing for arrays defined
+ with 0 length. A sticky tag caused this fix from
+ revision 2.32 date: 1996/04/29 23:25:27; author: dawn;
+ state: Exp; lines: +1 -0 branches: 2.32.34;
+ to not make it into devo.
+
Tue Feb 11 22:24:39 1997 Dawn Perchik <dawn@cygnus.com>
* defs.h: Fix cntl-C to read from the Windows message queue.