Fix ARI warnings about new lines at the end of messages, which
authorPierre Muller <muller@sourceware.org>
Wed, 16 Mar 2011 17:59:03 +0000 (17:59 +0000)
committerPierre Muller <muller@sourceware.org>
Wed, 16 Mar 2011 17:59:03 +0000 (17:59 +0000)
commitb37520b6265d8479f34d8ffa36ec1c88d4360734
tree6084ca12620edce4c760a0ca52022dd94f506ad9
parentb08ee6a2eea46111d762692dc45fbe0194f51c2c
Fix ARI warnings about new lines at the end of messages, which
are unneeded as there is a new line added at the end of the message
automatically.
* darwin-nat.c (darwin_stop_inferior): Ditto.
* dec-thread.c (dec_thread_get_ada_task_ptid): Ditto.
* dfp.c (decimal_to_number): Ditto.
* exec.c (print_section_info): Ditto.
* i386-darwin-nat.c (darwin_set_sstep): Ditto.
* osdata.c (get_osdata): Ditto.
* record.c (bfdcore_write): Ditto.
* remote-mips.c (mips_readchar): Ditto.
* remote.c (read_ptid): Ditto.
* ser-mingw.c (ser_windows_raw): Ditto.
* tracepoint.c (add_local_symbols): Ditto.
* windows-nat.c (fake_create_process): Ditto.
13 files changed:
gdb/ChangeLog
gdb/darwin-nat.c
gdb/dec-thread.c
gdb/dfp.c
gdb/exec.c
gdb/i386-darwin-nat.c
gdb/osdata.c
gdb/record.c
gdb/remote-mips.c
gdb/remote.c
gdb/ser-mingw.c
gdb/tracepoint.c
gdb/windows-nat.c
This page took 0.025069 seconds and 4 git commands to generate.