From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 59435 invoked by alias); 12 Mar 2015 19:37:51 -0000 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 Received: (qmail 59376 invoked by uid 89); 12 Mar 2015 19:37:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: bigwig.baldwin.cx Received: from bigwig.baldwin.cx (HELO bigwig.baldwin.cx) (96.47.65.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Thu, 12 Mar 2015 19:37:50 +0000 Received: from ralph.baldwin.cx (pool-173-54-116-245.nwrknj.fios.verizon.net [173.54.116.245]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id F360EB94E; Thu, 12 Mar 2015 15:37:47 -0400 (EDT) From: John Baldwin To: Joel Brobecker Cc: gdb-patches@sourceware.org, Pedro Alves Subject: Re: New ARI warning Fri Feb 27 01:54:21 UTC 2015 Date: Thu, 12 Mar 2015 19:37:00 -0000 Message-ID: <2050643.1b0x9YjfmO@ralph.baldwin.cx> User-Agent: KMail/4.14.2 (FreeBSD/10.1-STABLE; KDE/4.14.2; amd64; ; ) In-Reply-To: <20150302150155.GC4449@adacore.com> References: <20150227015421.GA60225@sourceware.org> <1663130.tPCgNL199S@ralph.baldwin.cx> <20150302150155.GC4449@adacore.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-SW-Source: 2015-03/txt/msg00370.txt.bz2 On Monday, March 02, 2015 07:01:55 AM Joel Brobecker wrote: > You'll need to mention those in the ChangeLog as well. > Since there is no function as the context, I would probably say > something like this: > > * i386fbsd-tdep.c: Fix style in various gdb_static_assert > expressions. > > ? How about this? gdb/ChangeLog: * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes. * i386fbsd-tdep.c: Fix style in various gdb_static_assert expressions. (i386fbsd_sigtramp_p): Likewise. -- John Baldwin