Fix description of comment character for PPC.
authorNick Clifton <nickc@redhat.com>
Sun, 7 Sep 2003 12:28:09 +0000 (12:28 +0000)
committerNick Clifton <nickc@redhat.com>
Sun, 7 Sep 2003 12:28:09 +0000 (12:28 +0000)
gas/ChangeLog
gas/doc/as.texinfo

index 2382d48..52e3608 100644 (file)
@@ -1,3 +1,7 @@
+2003-09-07  Nick Clifton  <nickc@redhat.com>
+
+       * doc/as.texinfo (Comments): Comment character for PPC is #.
+
 2003-09-06  Stephane Carrez  <stcarrez@nerim.fr>
 
        PR savannah/4358:
index b3bb62e..9f7a21f 100644 (file)
@@ -2090,7 +2090,7 @@ is considered a comment and is ignored.  The line comment character is
 @samp{;} for picoJava;
 @end ifset
 @ifset PPC
-@samp{;} for Motorola PowerPC;
+@samp{#} for Motorola PowerPC;
 @end ifset
 @ifset SH
 @samp{!} for the Renesas / SuperH SH;