Fix a typo in the mcount function_profiler.

Backport from mainline
	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.

From-SVN: r190727
This commit is contained in:
Walter Lee 2012-08-27 18:36:39 +00:00 committed by Walter Lee
parent 27828bd223
commit c2ecbcc96b
3 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
2012-08-27 Walter Lee <walt@tilera.com>
Backport from mainline
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>
Backport from mainline

View File

@ -5336,7 +5336,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

@ -4913,7 +4913,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