* config/rs6000/rs6000.c (output_profile_hook): Fix thinko.

From-SVN: r173547
This commit is contained in:
Eric Botcazou 2011-05-08 09:09:34 +00:00 committed by Eric Botcazou
parent a9bcb3f0ef
commit c461a95732
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-05-08 Eric Botcazou <ebotcazou@adacore.com>
* config/rs6000/rs6000.c (output_profile_hook): Fix thinko.
2011-05-08 Jonathan Wakely <jwakely.gcc@gmail.com>
* doc/invoke.texi (-fuse-linker-plugin): Improve grammar.

View File

@ -22879,7 +22879,7 @@ output_profile_hook (int labelno ATTRIBUTE_UNUSED)
rtx fun;
ASM_GENERATE_INTERNAL_LABEL (buf, "LP", labelno);
label_name = (*targetm.strip_name_encoding) (ggc_strdup (buf));
label_name = ggc_strdup ((*targetm.strip_name_encoding) (buf));
fun = gen_rtx_SYMBOL_REF (Pmode, label_name);
emit_library_call (init_one_libfunc (RS6000_MCOUNT),