aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1997-10-08 20:37:08 +0000
committerJeff Law <law@gcc.gnu.org>1997-10-08 14:37:08 -0600
commit0e1f3f5eb47f047b38addd0de9fa527de456d14a (patch)
tree4fe7e10d488f5a9429f2897d80727ad192331bf2
parent12504ae0b9684f8d1b9dfdfa7123356ffdc52934 (diff)
downloadgcc-0e1f3f5eb47f047b38addd0de9fa527de456d14a.zip
gcc-0e1f3f5eb47f047b38addd0de9fa527de456d14a.tar.gz
gcc-0e1f3f5eb47f047b38addd0de9fa527de456d14a.tar.bz2
Fix typo.
From-SVN: r15880
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/ptx4.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index cde02f8..347497d 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 80b7b16..3ed0b642 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. */