From b37520b6265d8479f34d8ffa36ec1c88d4360734 Mon Sep 17 00:00:00 2001 From: Pierre Muller Date: Wed, 16 Mar 2011 17:59:03 +0000 Subject: 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. --- gdb/dec-thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/dec-thread.c') diff --git a/gdb/dec-thread.c b/gdb/dec-thread.c index 650b86c..88e8a85 100644 --- a/gdb/dec-thread.c +++ b/gdb/dec-thread.c @@ -700,7 +700,7 @@ dec_thread_get_ada_task_ptid (long lwp, long thread) if (info->info.teb == (pthread_t) thread) return ptid_build_from_info (*info); - warning (_("Could not find thread id from THREAD = 0x%lx\n"), thread); + warning (_("Could not find thread id from THREAD = 0x%lx"), thread); return inferior_ptid; } -- cgit v1.1