diff options
author | Doug Evans <xdje42@gmail.com> | 2014-03-22 08:22:29 -0400 |
---|---|---|
committer | Doug Evans <xdje42@gmail.com> | 2014-03-22 08:22:29 -0400 |
commit | 6339bfc47d2f4f5b681220ee2e735ea7828ae2e0 (patch) | |
tree | ef66a3c991d0ad5fb7f4db54a070b84cbfb00426 /gdb/ChangeLog | |
parent | 0a07590bf432ef8d03fcfdc7849a6f03ec05f2b5 (diff) | |
download | gdb-6339bfc47d2f4f5b681220ee2e735ea7828ae2e0.zip gdb-6339bfc47d2f4f5b681220ee2e735ea7828ae2e0.tar.gz gdb-6339bfc47d2f4f5b681220ee2e735ea7828ae2e0.tar.bz2 |
* infcmd.c: Whitespace fixes.
(interrupt_command): Merge two function comments into one.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6e96d13..7e52e25 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2014-03-22 Doug Evans <xdje42@gmail.com> + * infcmd.c: Whitespace fixes. + (interrupt_command): Merge two function comments into one. + +2014-03-22 Doug Evans <xdje42@gmail.com> + * infcmd.c (interrupt_command): Renamed from interrupt_target_command. All uses updated. |