Commit d6868399 by Rafael Avila de Espindola Committed by Rafael Espindola

varasm.c (default_function_rodata_section): Declare DOT as const char*.

2009-04-01  Rafael Avila de Espindola  <espindola@google.com>

       * varasm.c (default_function_rodata_section): Declare DOT as const char*.

From-SVN: r145396
parent 73d21f56
2009-04-01 Rafael Avila de Espindola <espindola@google.com>
* varasm.c (default_function_rodata_section): Declare DOT as const char*.
2009-04-01 Kai Tietz <kai.tietz@onevision.com>
Andrey Galkin <agalkin@hypercom.com>
......
......@@ -869,7 +869,7 @@ default_function_rodata_section (tree decl)
if (DECL_ONE_ONLY (decl) && HAVE_COMDAT_GROUP)
{
char *dot;
const char *dot;
size_t len;
char* rname;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment