projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ef47cd
)
Fix description of comment character for PPC.
author
Nick Clifton
<nickc@redhat.com>
Sun, 7 Sep 2003 12:28:09 +0000
(12:28 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Sun, 7 Sep 2003 12:28:09 +0000
(12:28 +0000)
gas/ChangeLog
patch
|
blob
|
history
gas/doc/as.texinfo
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 2382d484bcb8217dfbd75256d963f1187a02fea5..52e3608ecb3f8c310d15fb81b1602e4ed5c91b2f 100644
(file)
--- 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 b3bb62e3f0f68f601bc8472aa2f37b1323e3258d..9f7a21fd0abd3a545c2c879af569ac5228ebce47 100644
(file)
--- 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;