aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-06-25 10:58:53 +0000
committerJohn Gilmore <gnu@cygnus>1992-06-25 10:58:53 +0000
commit4d38b5a85af73d950c9600073d1057a469da9b18 (patch)
tree45c61bbaeec19e3ca7d23b7815f2283b54019f06 /gdb/ChangeLog
parent6227a92bece8d5f64a39192260925fa06c430f8f (diff)
downloadgdb-4d38b5a85af73d950c9600073d1057a469da9b18.zip
gdb-4d38b5a85af73d950c9600073d1057a469da9b18.tar.gz
gdb-4d38b5a85af73d950c9600073d1057a469da9b18.tar.bz2
* printcmd.c (output_command): Thinko.
(x_command): Only set remembered size/format if cmd succeeds.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ba9c1af..a1ec54f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,8 @@
Wed Jun 24 12:53:20 1992 John Gilmore (gnu at cygnus.com)
+ * printcmd.c (output_command): Thinko.
+ (x_command): Only set remembered size/format if cmd succeeds.
+
* dbxread.c (read_ofile_symtab): Remove N_CATCH special case,
since it is no longer used and burns time for every symbol read.
(process_one_symbol): Treat N_CATCH like default (complain).