diff options
author | Tom Tromey <tom@tromey.com> | 2020-04-13 12:42:59 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2020-04-13 14:10:04 -0600 |
commit | 7990abcc9b7d96f16ea51076685d4dfa7d503fe3 (patch) | |
tree | 8d0675c9746648f26ad8bb845c95017fa2e372f4 /gdbsupport/ChangeLog | |
parent | 55d7aec85e81c4597e94ebcc8b85f20a1d439bd0 (diff) | |
download | gdb-7990abcc9b7d96f16ea51076685d4dfa7d503fe3.zip gdb-7990abcc9b7d96f16ea51076685d4dfa7d503fe3.tar.gz gdb-7990abcc9b7d96f16ea51076685d4dfa7d503fe3.tar.bz2 |
Move gdb_notifier comment
This moves the gdb_notifier comment a bit lower in event-loop.c, to
where it belongs; and removes an obsolete comment that Pedro pointed
out.
gdbsupport/ChangeLog
2020-04-13 Tom Tromey <tom@tromey.com>
* event-loop.c: Move comment. Remove obsolete comment.
Diffstat (limited to 'gdbsupport/ChangeLog')
-rw-r--r-- | gdbsupport/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdbsupport/ChangeLog b/gdbsupport/ChangeLog index 1e64022..cd7033d 100644 --- a/gdbsupport/ChangeLog +++ b/gdbsupport/ChangeLog @@ -1,5 +1,9 @@ 2020-04-13 Tom Tromey <tom@tromey.com> + * event-loop.c: Move comment. Remove obsolete comment. + +2020-04-13 Tom Tromey <tom@tromey.com> + * event-loop.h: Move from ../gdb/. * event-loop.cc: Move from ../gdb/. |