From: Jeffrey A Law Date: Wed, 8 Oct 1997 20:37:08 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0e1f3f5eb47f047b38addd0de9fa527de456d14a;p=gcc.git Fix typo. From-SVN: r15880 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cde02f82c59..347497da5d8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Wed Oct 8 14:37:44 1997 Jeffrey A Law (law@cygnus.com) + + * config/ptx4.h: Fix typo. + Wed Oct 8 08:57:20 1997 Jeffrey A Law (law@cygnus.com) * version.c: Bump for snapshot. diff --git a/gcc/config/ptx4.h b/gcc/config/ptx4.h index 80b7b165d0c..3ed0b642752 100644 --- a/gcc/config/ptx4.h +++ b/gcc/config/ptx4.h @@ -333,7 +333,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. */