Fix a typo in the mcount function_profiler.

* config/tilegx/tilegx.c (tilegx_function_profiler): Fix typo.
	config/tilepro/tilepro.c (tilepro_function_profiler): Ditto.

From-SVN: r190726
This commit is contained in:
Walter Lee 2012-08-27 18:35:39 +00:00 committed by Walter Lee
parent 848c312cab
commit 4b3fa92c24
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2012-08-27 Walter Lee <walt@tilera.com>
* config/tilegx/tilegx.c (tilegx_function_profiler): Fix typo.
config/tilepro/tilepro.c (tilepro_function_profiler): Ditto.
2012-08-27 Walter Lee <walt@tilera.com>
* config/tilegx/tilegx.md (*bfins): Rename to insn_bfins.

View File

@ -5313,7 +5313,7 @@ tilegx_function_profiler (FILE *file, int labelno ATTRIBUTE_UNUSED)
fprintf (file,
"\t{\n"
"\tmove\tr10, lr\n"
"\tjal\t%s@plt\n"
"\tjal\tplt(%s)\n"
"\t}\n", MCOUNT_NAME);
}
else

View File

@ -4914,7 +4914,7 @@ tilepro_function_profiler (FILE *file, int labelno ATTRIBUTE_UNUSED)
fprintf (file,
"\t{\n"
"\tmove\tr10, lr\n"
"\tjal\t%s@plt\n"
"\tjal\tplt(%s)\n"
"\t}\n", MCOUNT_NAME);
}
else