diff options
author | Doug Evans <dje@google.com> | 2009-11-13 23:26:19 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2009-11-13 23:26:19 +0000 |
commit | 7f79c47ecf671587d1ef45a7b164b970607c5faf (patch) | |
tree | 2a7bcafdd3ebc4d96a0507c909ea90ad5a9a85c9 /gdb/ChangeLog | |
parent | 2a70cca486d4f175b25db1d484c7c560d14b8216 (diff) | |
download | gdb-7f79c47ecf671587d1ef45a7b164b970607c5faf.zip gdb-7f79c47ecf671587d1ef45a7b164b970607c5faf.tar.gz gdb-7f79c47ecf671587d1ef45a7b164b970607c5faf.tar.bz2 |
* dcache.c (dcache_hit, dcache_read_line): Tweak comments.
(dcache_peek_byte, dcache_init, dcache_xfer_memory): Ditto.
* target.c (memory_xfer_partial): Tweak comments.
(target_xfer_partial, target_write_memory): Add comment.
(target_read_partial): Remove note from 2003-10-21.
(target_read, target_write): Add comments.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 29539b1..7769fff 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2009-11-13 Doug Evans <dje@google.com> + + * dcache.c (dcache_hit, dcache_read_line): Tweak comments. + (dcache_peek_byte, dcache_init, dcache_xfer_memory): Ditto. + * target.c (memory_xfer_partial): Tweak comments. + (target_xfer_partial, target_write_memory): Add comment. + (target_read_partial): Remove note from 2003-10-21. + (target_read, target_write): Add comments. + 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com> * inline-frame.c (find_inline_frame_state): Check for changed PC |