From 74924ee9c52f88bde0b5dc805a4f2aed3fc5de32 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Wed, 2 Oct 1996 04:31:28 +0000 Subject: Fix broken comment. From-SVN: r12886 --- gcc/config/svr4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/config/svr4.h b/gcc/config/svr4.h index ddb4536..48d45c9 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. */ -- cgit v1.1