Fix stabs under NT
authorMichael Meissner <meissner@gcc.gnu.org>
Mon, 18 Dec 1995 21:30:53 +0000 (21:30 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Mon, 18 Dec 1995 21:30:53 +0000 (21:30 +0000)
From-SVN: r10800

gcc/config/rs6000/rs6000.h

index fb6f98fb5cd751b3e4bcbfb44e930c42fa353dbd..5de0451e334e61dab83bb00f94a2f2546c02c1b7 100644 (file)
@@ -2327,7 +2327,7 @@ toc_section ()                                            \
    This is suitable for output with `assemble_name'.  */
 
 #define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM)  \
-  sprintf (LABEL, "%s..%d", PREFIX, NUM)
+  sprintf (LABEL, "*%s..%d", PREFIX, NUM)
 
 /* This is how to output an assembler line defining a `double' constant.  */