aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-04-01 01:07:16 +0000
committerJohn Gilmore <gnu@cygnus>1992-04-01 01:07:16 +0000
commite360572cf2c90976c1af9699771efe6cc20a091f (patch)
tree7a5bcfbc9e536d68f544398f2afcca6cf050df81 /gdb
parent5e8fdb82d90fa31929773f27167e25fc23bcd115 (diff)
downloadgdb-e360572cf2c90976c1af9699771efe6cc20a091f.zip
gdb-e360572cf2c90976c1af9699771efe6cc20a091f.tar.gz
gdb-e360572cf2c90976c1af9699771efe6cc20a091f.tar.bz2
(breakpoint_1): Fix prototype, this time for sure!
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 34722fd..07a393a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,6 +1,10 @@
+Tue Mar 31 17:05:04 1992 John Gilmore (gnu at cygnus.com)
+
+ * breakpoint.c (breakpoint_1): Fix prototype, this time for sure!
+
Tue Mar 31 11:01:06 1992 Stu Grossman (grossman at cygnus.com)
- * Makefile.in: version->4.4.8
+ * Makefile.in (VERSION): 4.4.8
* procfs.c (open_proc_file): Disable inherit-on-fork flag so that
commands in .cshrc/.profile won't get traced.