aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-09-07 12:28:09 +0000
committerNick Clifton <nickc@redhat.com>2003-09-07 12:28:09 +0000
commit3fb9d77f32c116cf9f119f22960c547d82d69551 (patch)
tree887f1eea444d57ee412a6978c8e3d434e0f04fbd /gas
parent2ef47cd0ea616e02ae0fd36ca7204e004635869a (diff)
downloadfsf-binutils-gdb-3fb9d77f32c116cf9f119f22960c547d82d69551.zip
fsf-binutils-gdb-3fb9d77f32c116cf9f119f22960c547d82d69551.tar.gz
fsf-binutils-gdb-3fb9d77f32c116cf9f119f22960c547d82d69551.tar.bz2
Fix description of comment character for PPC.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/doc/as.texinfo2
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 2382d48..52e3608 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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:
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo
index b3bb62e..9f7a21f 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;