From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13740 invoked by alias); 3 May 2010 07:18:07 -0000 Received: (qmail 13715 invoked by uid 22791); 3 May 2010 07:18:05 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,MSGID_MULTIPLE_AT X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.152) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 03 May 2010 07:18:01 +0000 Received: from baal.u-strasbg.fr (baal.u-strasbg.fr [IPv6:2001:660:2402::41]) by mailhost.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id o437He1f099523 ; Mon, 3 May 2010 09:17:40 +0200 (CEST) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from mailserver.u-strasbg.fr (ms3.u-strasbg.fr [IPv6:2001:660:2402:d::12]) by baal.u-strasbg.fr (8.14.0/jtpda-5.5pre1) with ESMTP id o437HdGo058652 ; Mon, 3 May 2010 09:17:39 +0200 (CEST) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from d620muller (lec67-4-82-230-53-140.fbx.proxad.net [82.230.53.140]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id o437HbkB088446 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) ; Mon, 3 May 2010 09:17:38 +0200 (CEST) (envelope-from pierre.muller@ics-cnrs.unistra.fr) From: "Pierre Muller" To: "'Jan Kratochvil'" , "'Pedro Alves'" Cc: , "'Mark Kettenis'" 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> In-Reply-To: <20100502235257.GA29708@host0.dyn.jankratochvil.net> Subject: RE: [patch] ATTR_NORETURN -> ATTRIBUTE_NORETURN unification [Re: [patch] ATTR_* -> ATTRIBUTE_* unification] Date: Mon, 03 May 2010 07:18:00 -0000 Message-ID: <000f01caea90$b99a0730$2cce1590$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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/msg00031.txt.bz2 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? Pierre as ARI maintainer. > -----Message d'origine----- > De=A0: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] De la part de Jan Kratochvil > Envoy=E9=A0: Monday, May 03, 2010 1:53 AM > =C0=A0: Pedro Alves > Cc=A0: gdb-patches@sourceware.org; Mark Kettenis > Objet=A0: Re: [patch] ATTR_NORETURN -> ATTRIBUTE_NORETURN unification > [Re: [patch] ATTR_* -> ATTRIBUTE_* unification] >=20 > On Mon, 03 May 2010 01:41:55 +0200, Pedro Alves wrote: > > This is okay. Thanks for doing this. >=20 > Checked-in: > http://sourceware.org/ml/gdb-cvs/2010-05/msg00012.html >=20 > Great to simplify the code a bit. >=20 >=20 > Thanks, > Jan