diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-09-19 20:43:54 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-09-19 20:43:54 +0000 |
commit | ad7220c3b23596f43b050835c6e2ff37a8722a38 (patch) | |
tree | 84fd33a05a35b5a38685f02fa63e94da74bd1392 /gdb/ChangeLog | |
parent | 96f23c4bff39661ba1eaa5f8b6aa805c5c1e9416 (diff) | |
download | gdb-ad7220c3b23596f43b050835c6e2ff37a8722a38.tar.gz |
* config/mcore/tm-mcore.h (mcore_virtual_frame_pointer): Update
function signature to match recent tracepoint.c:encode_actions
changes.
* mcore-tdep.c (mcore_virtual_frame_pointer): Ditto.
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 90d02287da7..b062a43dcbb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2001-09-19 Andrew Cagney <ac131313@redhat.com> + + * config/mcore/tm-mcore.h (mcore_virtual_frame_pointer): Update + function signature to match recent tracepoint.c:encode_actions + changes. + * mcore-tdep.c (mcore_virtual_frame_pointer): Ditto. + 2001-09-18 Andrew Cagney <ac131313@redhat.com> * thread.c (do_captured_thread_select): Add uiout parameter. |