Fix description of comment character for PPC.

This commit is contained in:
Nick Clifton 2003-09-07 12:28:09 +00:00
parent 2ef47cd0ea
commit 3fb9d77f32
2 changed files with 5 additions and 1 deletions

View 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:

View 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;