aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1992-07-16 23:22:57 +0000
committerStu Grossman <grossman@cygnus>1992-07-16 23:22:57 +0000
commitcb48d8069c9468df3260c4b27058ca9cd909ecd3 (patch)
tree266a00fb825af50a49559a12d4afad005537705c /gdb
parent06a0794409aac74814452cb187558b9518a8409e (diff)
downloadgdb-cb48d8069c9468df3260c4b27058ca9cd909ecd3.zip
gdb-cb48d8069c9468df3260c4b27058ca9cd909ecd3.tar.gz
gdb-cb48d8069c9468df3260c4b27058ca9cd909ecd3.tar.bz2
* breakpoint.c (commands_command): Simplify code a bit, remove
unnecessary fflush().
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b9b9290..67aa230 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,8 @@
Thu Jul 16 13:37:09 1992 Stu Grossman (grossman at cygnus.com)
+ * breakpoint.c (commands_command): Simplify code a bit, remove
+ unnecessary fflush().
+
* Makefile.in (OTHERS): Add gcc.patch.
* partial-stab.h (N_SO): Fix handling of redundant SOs (again...)