diff options
author | walt <walt@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-08-27 18:35:39 +0000 |
---|---|---|
committer | walt <walt@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-08-27 18:35:39 +0000 |
commit | d34cf22c3ad5e108bf94c20f486c3f049d6f4d64 (patch) | |
tree | f91061fe74bfc61e12f093591f1f18b73e2bbef2 /gcc/config/tilegx/tilegx.c | |
parent | 752cee760377f9ac721a13f84f891fe0152ef59d (diff) | |
download | gcc-d34cf22c3ad5e108bf94c20f486c3f049d6f4d64.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190726 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/tilegx/tilegx.c')
-rw-r--r-- | gcc/config/tilegx/tilegx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/tilegx/tilegx.c b/gcc/config/tilegx/tilegx.c index 25be30050ec..51f5fb45c29 100644 --- a/gcc/config/tilegx/tilegx.c +++ b/gcc/config/tilegx/tilegx.c @@ -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 |