From: Michael Meissner Date: Mon, 18 Dec 1995 21:30:53 +0000 (+0000) Subject: Fix stabs under NT X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3d199f7a312e6e0fb59245b6e8da4b8469610307;p=gcc.git Fix stabs under NT From-SVN: r10800 --- diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index fb6f98fb5cd..5de0451e334 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -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. */