diff options
author | Don Breazeal <donb@codesourcery.com> | 2015-03-26 10:23:05 -0700 |
---|---|---|
committer | Don Breazeal <donb@codesourcery.com> | 2015-03-26 10:23:05 -0700 |
commit | 0b736949a8752e899972d064da48ce7ca683c18e (patch) | |
tree | a3a3e0a54b69ca3e41118f9b6137e6a6204a26c8 /gdb/ChangeLog | |
parent | 93ca856967f274a08807135c098bf1bb3f2b59d8 (diff) | |
download | gdb-0b736949a8752e899972d064da48ce7ca683c18e.zip gdb-0b736949a8752e899972d064da48ce7ca683c18e.tar.gz gdb-0b736949a8752e899972d064da48ce7ca683c18e.tar.bz2 |
Clarify comment on the purpose of the assertion loop in _initialize_remote.
gdb/ChangeLog:
2015-03-26 Don Breazeal <donb@codesourcery.com>
* remote.c (_initialize_remote): Update comment.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 66bfbae..95bbda3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2015-03-26 Don Breazeal <donb@codesourcery.com> + + * remote.c (_initialize_remote): Update comment. + 2015-03-26 Pedro Alves <palves@redhat.com> Jon TURNEY <jon.turney@dronecode.org.uk> |