aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-06-18 04:14:26 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-06-18 04:14:26 +0000
commitfb71d422929b2283b4925301703b99cec12126cb (patch)
tree11a4d0e8128901593b0ab10fad5d8216a0dbbb28
parentafd3e3b15afa9b31f5fdfd18c0a6e181a9703d48 (diff)
downloadgdb-fb71d422929b2283b4925301703b99cec12126cb.zip
gdb-fb71d422929b2283b4925301703b99cec12126cb.tar.gz
gdb-fb71d422929b2283b4925301703b99cec12126cb.tar.bz2
* breakpoint.c: Include annotate.h. Call annotate_field rather
than printing annotation directly.
-rw-r--r--gdb/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3f487dc..1c56cb7 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,8 @@
Fri Jun 17 20:58:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
+ * breakpoint.c: Include annotate.h. Call annotate_field rather
+ than printing annotation directly.
+
* main.c: Include string.h.
Thu Jun 16 14:41:37 1994 Stan Shebs (shebs@andros.cygnus.com)