Fix a typo in the mcount function_profiler.
authorWalter Lee <walt@tilera.com>
Mon, 27 Aug 2012 18:35:39 +0000 (18:35 +0000)
committerWalter Lee <walt@gcc.gnu.org>
Mon, 27 Aug 2012 18:35:39 +0000 (18:35 +0000)
* config/tilegx/tilegx.c (tilegx_function_profiler): Fix typo.
config/tilepro/tilepro.c (tilepro_function_profiler): Ditto.

From-SVN: r190726

gcc/ChangeLog
gcc/config/tilegx/tilegx.c
gcc/config/tilepro/tilepro.c

index 717df46fa92d5a17f2d092f94f3b59a33b108aa8..b54ee5228c01d5acd6e70b243fd23144893acdf2 100644 (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.
index 25be30050ec68acb4e97aa4d0e73a8d4cfc1e661..51f5fb45c2944003ceb67e359345a892f08fb5f5 100644 (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
index 10bf7021a8c20667ef0c19a99e0c0a7ad96bb612..3f336e465f8cc15cf20c9f5be508784440d744d3 100644 (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