aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-11-25 16:01:36 +0000
committerAndrew Cagney <cagney@redhat.com>2003-11-25 16:01:36 +0000
commitaff6338aa94b864c1023667204ba26874599b662 (patch)
tree9122d1ee801bee51990b3a0298303f501a37e140 /gdb/ChangeLog
parentf4e8b6f343aa10df99e887bc8ab6a062cffc0a71 (diff)
downloadbinutils-aff6338aa94b864c1023667204ba26874599b662.zip
binutils-aff6338aa94b864c1023667204ba26874599b662.tar.gz
binutils-aff6338aa94b864c1023667204ba26874599b662.tar.bz2
2003-11-25 Andrew Cagney <cagney@redhat.com>
* infrun.c: Don't include "exec.h". (handle_inferior_event): Pass current_target, instead of exec_ops, to SOLIB_ADD. Add comments. * Makefile.in (infrun.o): Update dependencies.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index bf42fe0..79a4df9 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2003-11-25 Andrew Cagney <cagney@redhat.com>
+
+ * infrun.c: Don't include "exec.h".
+ (handle_inferior_event): Pass current_target, instead of exec_ops,
+ to SOLIB_ADD. Add comments.
+ * Makefile.in (infrun.o): Update dependencies.
+
2003-11-24 Daniel Jacobowitz <drow@mvista.com>
* NEWS: Mention improved location expression support.