From: Doug Evans Date: Wed, 2 Oct 1996 04:31:28 +0000 (+0000) Subject: Fix broken comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=74924ee9c52f88bde0b5dc805a4f2aed3fc5de32;p=gcc.git Fix broken comment. From-SVN: r12886 --- diff --git a/gcc/config/svr4.h b/gcc/config/svr4.h index ddb4536bdc3..48d45c9789e 100644 --- a/gcc/config/svr4.h +++ b/gcc/config/svr4.h @@ -374,7 +374,7 @@ while (0) #define ASM_OUTPUT_SKIP(FILE,SIZE) \ fprintf (FILE, "\t%s\t%u\n", SKIP_ASM_OP, (SIZE)) -/* The prefix to add to user-visible assembler symbols. */ +/* The prefix to add to user-visible assembler symbols. For System V Release 4 the convention is *not* to prepend a leading underscore onto user-level symbol names. */