diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2005-03-08 10:03:47 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2005-03-08 10:03:47 +0000 |
commit | 549678dac212a054bd13d400abef7d67348c036b (patch) | |
tree | a21ca23b302098338fce0fe97f40df9c683372a5 /gdb/ChangeLog | |
parent | 20be272bd75c6191cb06fab3122d8a29d7d53bcf (diff) | |
download | gdb-549678dac212a054bd13d400abef7d67348c036b.zip gdb-549678dac212a054bd13d400abef7d67348c036b.tar.gz gdb-549678dac212a054bd13d400abef7d67348c036b.tar.bz2 |
* tracepoint.c (target_is_remote): Allow extended-remote.
(struct collection_list): Allow 256 registers, like the comment
said.
(add_memrange): Fix comment.
(read_actions): Turn EOF into 'end'.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ded4453..b352ce4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2005-03-08 Nathan Sidwell <nathan@codesourcery.com> + + * tracepoint.c (target_is_remote): Allow extended-remote. + (struct collection_list): Allow 256 registers, like the comment + said. + (add_memrange): Fix comment. + (read_actions): Turn EOF into 'end'. + 2005-03-08 Corinna Vinschen <vinschen@redhat.com> * Makefile.in: Add dependencies for iq2000-tdep.o. |