pa.c (output_function_prologue): Use ASM_GENERATE_INTERNAL_LABEL rather than generati...
authorJeff Law <law@gcc.gnu.org>
Tue, 21 Dec 1993 18:06:48 +0000 (11:06 -0700)
committerJeff Law <law@gcc.gnu.org>
Tue, 21 Dec 1993 18:06:48 +0000 (11:06 -0700)
        * pa.c (output_function_prologue): Use ASM_GENERATE_INTERNAL_LABEL
        rather than generating one on its own.

From-SVN: r6251

gcc/config/pa/pa.c

index 6b677d9302dfbcc6b92721820ba5be732daf38e7..3b6459ba75f8d0bbc18b743657b44759d6256719 100644 (file)
@@ -2016,7 +2016,8 @@ output_function_prologue (file, size)
   /* Horrid hack.  emit_function_prologue will modify this RTL in
      place to get the expected results.  */
   if (profile_flag)
-    sprintf(hp_profile_label_name, "LP$%04d", hp_profile_labelno);
+    ASM_GENERATE_INTERNAL_LABEL (hp_profile_label_name, "LP",
+                                hp_profile_labelno);
 }
 
 void