Commit 3d199f7a by Michael Meissner

Fix stabs under NT

From-SVN: r10800
parent 8fa6b6c9
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment