This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH]: add printf attribute to mips_declare_object
- From: Eric Christopher <echristo at redhat dot com>
- To: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- Cc: gcc-patches at gcc dot gnu dot org, Richard Sandiford <rsandifo at redhat dot com>
- Date: Fri, 27 May 2005 15:47:05 -0400
- Subject: Re: [PATCH]: add printf attribute to mips_declare_object
- References: <200505271658.j4RGw6w16387@caipclassic.rutgers.edu>
On Fri, 2005-05-27 at 12:58 -0400, Kaveh R. Ghazi wrote:
> I noticed mips_declare_object() could take the printf attribute. I
> don't have access to a mips system anymore to test, but I built a
> cross to mips-unknown-linux-gnu and found one format nit which I
> fixed.
>
> Okay for mainline?
>
> Thanks,
> --Kaveh
>
>
> 2005-05-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
>
> * config/mips/mips-protos.h (mips_declare_object): Add printf
> attribute.
> * config/mips/mips.c (mips_declare_object_name): Fix format
> argument.
OK. Thanks.
-eric