This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patch] ATTR_NORETURN -> ATTRIBUTE_NORETURN unification [Re: [patch] ATTR_* -> ATTRIBUTE_* unification]
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