mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-25 23:51:29 +08:00
* config/rs6000/rs6000.c (output_profile_hook): Fix thinko.
From-SVN: r173547
This commit is contained in:
parent
a9bcb3f0ef
commit
c461a95732
@ -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.
|
||||
|
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user