[PATCH 2/2] Improve reporting of section conflict errors

Nathan Froyd froydnj@codesourcery.com
Thu Dec 16 14:01:00 GMT 2010


On Thu, Dec 16, 2010 at 01:41:48PM +0100, Andi Kleen wrote:
> +static char *
> +section_print_flags (char *buf, unsigned f)
> +{
> +  static struct flag
> +  {
> +    const char *name;
> +    unsigned flag;
> +    unsigned mask;
> +  } flags[] =

static const?

-Nathan



More information about the Gcc-patches mailing list