From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12000 invoked by alias); 16 Mar 2011 17:52:30 -0000 Received: (qmail 11981 invoked by uid 22791); 16 Mar 2011 17:52:29 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 16 Mar 2011 17:52:24 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id BDA332BAC83; Wed, 16 Mar 2011 13:52:22 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Tl7N-nKSOayI; Wed, 16 Mar 2011 13:52:22 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 933E62BAC35; Wed, 16 Mar 2011 13:52:22 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 7A9D91459B0; Wed, 16 Mar 2011 21:52:18 +0400 (RET) Date: Wed, 16 Mar 2011 18:09:00 -0000 From: Joel Brobecker To: Pierre Muller Cc: gdb-patches@sourceware.org Subject: Re: [RFA] Remove new lines at end of messages Message-ID: <20110316175218.GS31264@adacore.com> References: <000001cbe401$85270be0$8f7523a0$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000001cbe401$85270be0$8f7523a0$@muller@ics-cnrs.unistra.fr> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-03/txt/msg00866.txt.bz2 > 2011-03-16 Pierre Muller > > 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. (you can treat these changes as obvious) Yes, please. Thanks for taking care of those. -- Joel