mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-11 01:30:55 +08:00
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:
parent
848c312cab
commit
4b3fa92c24
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user