diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-10-17 13:59:27 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-10-17 13:59:27 +0000 |
commit | 258b763a8c4490f01b482675f90faf04c0e3b902 (patch) | |
tree | ddc8e08b036ae23248138a6be4ac14c6bb2dffef /gdb/ChangeLog | |
parent | ac1764c7482bf7a4470321d4d018f00c1ab32c18 (diff) | |
download | gdb-258b763a8c4490f01b482675f90faf04c0e3b902.zip gdb-258b763a8c4490f01b482675f90faf04c0e3b902.tar.gz gdb-258b763a8c4490f01b482675f90faf04c0e3b902.tar.bz2 |
2003-10-15 Andrew Cagney <cagney@redhat.com>
* target.c (target_stack): Change to a static target_ops.
(update_current_target): Walk the "struct target_ops" stack.
(pop_target, do_xfer_memory, target_info): Ditto.
(find_target_beneath): Ditto.
(push_target): Rewrite to use the "struct target_ops" stack.
(unpush_target): Ditto.
* target.h (struct target_stack_item): Delete definition.
(target_stack): Delete declaration.
(struct target_ops): Add field "beneath".
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9c3317e..c96db4f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +2003-10-15 Andrew Cagney <cagney@redhat.com> + + * target.c (target_stack): Change to a static target_ops. + (update_current_target): Walk the "struct target_ops" stack. + (pop_target, do_xfer_memory, target_info): Ditto. + (find_target_beneath): Ditto. + (push_target): Rewrite to use the "struct target_ops" stack. + (unpush_target): Ditto. + * target.h (struct target_stack_item): Delete definition. + (target_stack): Delete declaration. + (struct target_ops): Add field "beneath". + 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com> * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external |