diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-11-25 16:01:36 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-11-25 16:01:36 +0000 |
commit | aff6338aa94b864c1023667204ba26874599b662 (patch) | |
tree | 9122d1ee801bee51990b3a0298303f501a37e140 /gdb/ChangeLog | |
parent | f4e8b6f343aa10df99e887bc8ab6a062cffc0a71 (diff) | |
download | binutils-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/ChangeLog | 7 |
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. |