From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21981 invoked by alias); 3 May 2010 07:44:23 -0000 Received: (qmail 21945 invoked by uid 22791); 3 May 2010 07:44:20 -0000 X-SWARE-Spam-Status: No, hits=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 03 May 2010 07:44:10 +0000 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o437i1sE027650 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 3 May 2010 03:44:01 -0400 Received: from host0.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o437hwcY028340 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 3 May 2010 03:44:00 -0400 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.4/8.14.4) with ESMTP id o437hw4u015656; Mon, 3 May 2010 09:43:58 +0200 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.4/8.14.4/Submit) id o437hvqK015649; Mon, 3 May 2010 09:43:57 +0200 Date: Mon, 03 May 2010 07:44:00 -0000 From: Jan Kratochvil To: Pierre Muller Cc: "'Pedro Alves'" , gdb-patches@sourceware.org, "'Mark Kettenis'" Subject: Re: [patch] ATTR_NORETURN -> ATTRIBUTE_NORETURN unification [Re: [patch] ATTR_* -> ATTRIBUTE_* unification] Message-ID: <20100503074356.GA14569@host0.dyn.jankratochvil.net> References: <20100430181605.GA19190@host0.dyn.jankratochvil.net> <20100502213636.GA21869@host0.dyn.jankratochvil.net> <20100502231941.GA27802@host0.dyn.jankratochvil.net> <201005030041.55468.pedro@codesourcery.com> <20100502235257.GA29708@host0.dyn.jankratochvil.net> <000f01caea90$b99a0730$2cce1590$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000f01caea90$b99a0730$2cce1590$@muller@ics-cnrs.unistra.fr> User-Agent: Mutt/1.5.20 (2009-08-17) X-IsSubscribed: yes 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: 2010-05/txt/msg00032.txt.bz2 On Mon, 03 May 2010 09:17:42 +0200, Pierre Muller wrote: > Should I add a rule to gdb_ari.sh > suggesting to use ATTRIBUTE_NORETURN > instead of NORETURN or ATTR_NORETURN? > > Should I do the same for ATTRIBUTE_PRINTF? Any of an inadvertent use of NORETURN, ATTR_NORETURN or ATTR_FORMAT now causes a compilation error as definitions of these symbols have been removed now. Therefore I believe ARI is not needed in this case. Thanks, Jan