From 5e6a3a60cfd8a2dc7a8b1e4cae06f67ce5b7804a Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Sun, 7 Sep 2003 12:28:09 +0000 Subject: [PATCH] Fix description of comment character for PPC. --- gas/ChangeLog | 4 ++++ gas/doc/as.texinfo | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 2382d484bc..52e3608ecb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2003-09-07 Nick Clifton + + * doc/as.texinfo (Comments): Comment character for PPC is #. + 2003-09-06 Stephane Carrez PR savannah/4358: diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index b3bb62e3f0..9f7a21fd0a 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -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; -- 2.11.0